Shades of Lemon #FAE409
Tints of Lemon #FAE409
RGB
CMYK
RGB Variations
Color information
#FAE409 (or 0xFAE409) is known color: Lemon. HEX triplet: FA, E4 and 09. RGB value is (250,228,9). Sum of RGB (Red+Green+Blue) = 250+228+9=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 9 (3.91% from 255 or 1.85% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE409 is #051BF6. Grayscale: #D2D2D2. Windows color (decimal): -334839 or 648442. OLE color: 648442.
HSL color Cylindrical-coordinate representation of color #FAE409: hue angle of 54.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 #FAE409 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.02 |
| HSL | 54.52º | 0.96% | 0.51% | - |
| HSV(B) | 54.52º | 0.96% | 0.98% | - |
| XYZ | 67.22 | 75.83 | 11.35 | - |
| YUV | 209.61 | 14.79 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 9 | 0 | 0.09 | 0.96 | 0.02 | 54.52 | 0.96 | 0.51 |
| Hex | FA | E4 | 9 | 0 | 9 | 60 | 2 | 37 | 60 | 33 |
| Octal | 372 | 344 | 11 | 0 | 11 | 140 | 2 | 67 | 140 | 63 |
| Binary | 11111010 | 11100100 | 1001 | 0 | 1001 | 1100000 | 10 | 110111 | 1100000 | 110011 |
Color Harmonies of #FAE409
Complementary color
Monochromatic Colors of #FAE409
Black with #FAE409
Text Example
Text Example
White with #FAE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE409; }
p { color: rgb(250,228,9); }
H1.HeaderClassName
{
color: #FAE409;
}
.AnyTagClassName
{
color: #FAE409;
}
</style>
background-color css
<style>
a { background-color: #FAE409; }
a { background-color: rgb(250,228,9); }
div.DivClassName
{
background-color: #FAE409;
}
.BgClassName
{
background-color: #FAE409;
}
</style>
border-color css
<style>
span { border-color: #FAE409; }
span { border-color: rgb(250,228,9); }
td.TdClassName
{
border-color: #FAE409;
}
.TagClassName
{
border-color: #FAE409;
}
</style>