Shades of Lemon #FAE805
Tints of Lemon #FAE805
RGB
CMYK
RGB Variations
Color information
#FAE805 (or 0xFAE805) is known color: Lemon. HEX triplet: FA, E8 and 05. RGB value is (250,232,5). Sum of RGB (Red+Green+Blue) = 250+232+5=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 5 (2.34% from 255 or 1.03% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE805 is #0517FA. Grayscale: #D4D4D4. Windows color (decimal): -333819 or 387322. OLE color: 387322.
HSL color Cylindrical-coordinate representation of color #FAE805: hue angle of 55.59º 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 #FAE805 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.02 |
| HSL | 55.59º | 0.96% | 0.5% | - |
| HSV(B) | 55.59º | 0.98% | 0.98% | - |
| XYZ | 68.31 | 78.05 | 11.61 | - |
| YUV | 211.5 | 11.46 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 5 | 0 | 0.07 | 0.98 | 0.02 | 55.59 | 0.96 | 0.5 |
| Hex | FA | E8 | 5 | 0 | 7 | 62 | 2 | 38 | 60 | 32 |
| Octal | 372 | 350 | 5 | 0 | 7 | 142 | 2 | 70 | 140 | 62 |
| Binary | 11111010 | 11101000 | 101 | 0 | 111 | 1100010 | 10 | 111000 | 1100000 | 110010 |
Color Harmonies of #FAE805
Complementary color
Monochromatic Colors of #FAE805
Black with #FAE805
Text Example
Text Example
White with #FAE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE805; }
p { color: rgb(250,232,5); }
H1.HeaderClassName
{
color: #FAE805;
}
.AnyTagClassName
{
color: #FAE805;
}
</style>
background-color css
<style>
a { background-color: #FAE805; }
a { background-color: rgb(250,232,5); }
div.DivClassName
{
background-color: #FAE805;
}
.BgClassName
{
background-color: #FAE805;
}
</style>
border-color css
<style>
span { border-color: #FAE805; }
span { border-color: rgb(250,232,5); }
td.TdClassName
{
border-color: #FAE805;
}
.TagClassName
{
border-color: #FAE805;
}
</style>