Color #FFFF00
Electric Yellow
#FFFF00 is known as Electric Yellow color, it's hex color is composed of 100% red, 100% green and 0% blue, its RGB value is 255,255,0.
This text has a font color of #FFFF00.
<span style="color:#FFFF00;">Your text here</span>
This element has a border color of #FFFF00.
<div style="border:2px solid #FFFF00;">Content here</div>
This paragraph has a background color of #FFFF00.
<p style="background-color:#FFFF00;">Content here</p>
.text {color:#FFFF00;}
.background {background-color:#FFFF00;}
.border {border:1px solid #FFFF00;}