Shades of Lemon #FFE409
Tints of Lemon #FFE409
RGB
CMYK
RGB Variations
Color information
#FFE409 (or 0xFFE409) is known color: Lemon. HEX triplet: FF, E4 and 09. RGB value is (255,228,9). Sum of RGB (Red+Green+Blue) = 255+228+9=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 9 (3.91% from 255 or 1.83% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE409 is #001BF6. Grayscale: #D4D4D4. Windows color (decimal): -7159 or 648447. OLE color: 648447.
HSL color Cylindrical-coordinate representation of color #FFE409: hue angle of 53.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE409 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0 |
| HSL | 53.41º | 1% | 0.52% | - |
| HSV(B) | 53.41º | 0.96% | 1% | - |
| XYZ | 69.03 | 76.77 | 11.44 | - |
| YUV | 211.11 | 13.95 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 9 | 0 | 0.11 | 0.96 | 0 | 53.41 | 1 | 0.52 |
| Hex | FF | E4 | 9 | 0 | B | 60 | 0 | 35 | 64 | 34 |
| Octal | 377 | 344 | 11 | 0 | 13 | 140 | 0 | 65 | 144 | 64 |
| Binary | 11111111 | 11100100 | 1001 | 0 | 1011 | 1100000 | 0 | 110101 | 1100100 | 110100 |
Color Harmonies of #FFE409
Complementary color
Monochromatic Colors of #FFE409
Black with #FFE409
Text Example
Text Example
White with #FFE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE409; }
p { color: rgb(255,228,9); }
H1.HeaderClassName
{
color: #FFE409;
}
.AnyTagClassName
{
color: #FFE409;
}
</style>
background-color css
<style>
a { background-color: #FFE409; }
a { background-color: rgb(255,228,9); }
div.DivClassName
{
background-color: #FFE409;
}
.BgClassName
{
background-color: #FFE409;
}
</style>
border-color css
<style>
span { border-color: #FFE409; }
span { border-color: rgb(255,228,9); }
td.TdClassName
{
border-color: #FFE409;
}
.TagClassName
{
border-color: #FFE409;
}
</style>