Shades of Lemon #FAE905
Tints of Lemon #FAE905
RGB
CMYK
RGB Variations
Color information
#FAE905 (or 0xFAE905) is known color: Lemon. HEX triplet: FA, E9 and 05. RGB value is (250,233,5). Sum of RGB (Red+Green+Blue) = 250+233+5=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 5 (2.34% from 255 or 1.02% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE905 is #0516FA. Grayscale: #D5D5D5. Windows color (decimal): -333563 or 387578. OLE color: 387578.
HSL color Cylindrical-coordinate representation of color #FAE905: hue angle of 55.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAE905 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.02 |
| HSL | 55.84º | 0.96% | 0.5% | - |
| HSV(B) | 55.84º | 0.98% | 0.98% | - |
| XYZ | 68.59 | 78.61 | 11.7 | - |
| YUV | 212.09 | 11.13 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 5 | 0 | 0.07 | 0.98 | 0.02 | 55.84 | 0.96 | 0.5 |
| Hex | FA | E9 | 5 | 0 | 7 | 62 | 2 | 38 | 60 | 32 |
| Octal | 372 | 351 | 5 | 0 | 7 | 142 | 2 | 70 | 140 | 62 |
| Binary | 11111010 | 11101001 | 101 | 0 | 111 | 1100010 | 10 | 111000 | 1100000 | 110010 |
Color Harmonies of #FAE905
Complementary color
Monochromatic Colors of #FAE905
Black with #FAE905
Text Example
Text Example
White with #FAE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE905; }
p { color: rgb(250,233,5); }
H1.HeaderClassName
{
color: #FAE905;
}
.AnyTagClassName
{
color: #FAE905;
}
</style>
background-color css
<style>
a { background-color: #FAE905; }
a { background-color: rgb(250,233,5); }
div.DivClassName
{
background-color: #FAE905;
}
.BgClassName
{
background-color: #FAE905;
}
</style>
border-color css
<style>
span { border-color: #FAE905; }
span { border-color: rgb(250,233,5); }
td.TdClassName
{
border-color: #FAE905;
}
.TagClassName
{
border-color: #FAE905;
}
</style>