Shades of Lemon #FAE809
Tints of Lemon #FAE809
RGB
CMYK
RGB Variations
Color information
#FAE809 (or 0xFAE809) is known color: Lemon. HEX triplet: FA, E8 and 09. RGB value is (250,232,9). Sum of RGB (Red+Green+Blue) = 250+232+9=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 9 (3.91% from 255 or 1.83% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE809 is #0517F6. Grayscale: #D4D4D4. Windows color (decimal): -333815 or 649466. OLE color: 649466.
HSL color Cylindrical-coordinate representation of color #FAE809: hue angle of 55.52º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAE809 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.02 |
| HSL | 55.52º | 0.96% | 0.51% | - |
| HSV(B) | 55.52º | 0.96% | 0.98% | - |
| XYZ | 68.33 | 78.06 | 11.72 | - |
| YUV | 211.96 | 13.46 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 9 | 0 | 0.07 | 0.96 | 0.02 | 55.52 | 0.96 | 0.51 |
| Hex | FA | E8 | 9 | 0 | 7 | 60 | 2 | 38 | 60 | 33 |
| Octal | 372 | 350 | 11 | 0 | 7 | 140 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101000 | 1001 | 0 | 111 | 1100000 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAE809
Complementary color
Monochromatic Colors of #FAE809
Black with #FAE809
Text Example
Text Example
White with #FAE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE809; }
p { color: rgb(250,232,9); }
H1.HeaderClassName
{
color: #FAE809;
}
.AnyTagClassName
{
color: #FAE809;
}
</style>
background-color css
<style>
a { background-color: #FAE809; }
a { background-color: rgb(250,232,9); }
div.DivClassName
{
background-color: #FAE809;
}
.BgClassName
{
background-color: #FAE809;
}
</style>
border-color css
<style>
span { border-color: #FAE809; }
span { border-color: rgb(250,232,9); }
td.TdClassName
{
border-color: #FAE809;
}
.TagClassName
{
border-color: #FAE809;
}
</style>