Shades of Lemon #FAE808
Tints of Lemon #FAE808
RGB
CMYK
RGB Variations
Color information
#FAE808 (or 0xFAE808) is known color: Lemon. HEX triplet: FA, E8 and 08. RGB value is (250,232,8). Sum of RGB (Red+Green+Blue) = 250+232+8=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 8 (3.52% from 255 or 1.63% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE808 is #0517F7. Grayscale: #D4D4D4. Windows color (decimal): -333816 or 583930. OLE color: 583930.
HSL color Cylindrical-coordinate representation of color #FAE808: hue angle of 55.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAE808 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.02 |
| HSL | 55.54º | 0.96% | 0.51% | - |
| HSV(B) | 55.54º | 0.97% | 0.98% | - |
| XYZ | 68.32 | 78.05 | 11.69 | - |
| YUV | 211.85 | 12.96 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 8 | 0 | 0.07 | 0.97 | 0.02 | 55.54 | 0.96 | 0.51 |
| Hex | FA | E8 | 8 | 0 | 7 | 61 | 2 | 38 | 60 | 33 |
| Octal | 372 | 350 | 10 | 0 | 7 | 141 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101000 | 1000 | 0 | 111 | 1100001 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAE808
Complementary color
Monochromatic Colors of #FAE808
Black with #FAE808
Text Example
Text Example
White with #FAE808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE808; }
p { color: rgb(250,232,8); }
H1.HeaderClassName
{
color: #FAE808;
}
.AnyTagClassName
{
color: #FAE808;
}
</style>
background-color css
<style>
a { background-color: #FAE808; }
a { background-color: rgb(250,232,8); }
div.DivClassName
{
background-color: #FAE808;
}
.BgClassName
{
background-color: #FAE808;
}
</style>
border-color css
<style>
span { border-color: #FAE808; }
span { border-color: rgb(250,232,8); }
td.TdClassName
{
border-color: #FAE808;
}
.TagClassName
{
border-color: #FAE808;
}
</style>