Shades of Lemon #F4E409
Tints of Lemon #F4E409
RGB
CMYK
RGB Variations
Color information
#F4E409 (or 0xF4E409) is known color: Lemon. HEX triplet: F4, E4 and 09. RGB value is (244,228,9). Sum of RGB (Red+Green+Blue) = 244+228+9=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 9 (3.91% from 255 or 1.87% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E409 is #0B1BF6. Grayscale: #D0D0D0. Windows color (decimal): -728055 or 648436. OLE color: 648436.
HSL color Cylindrical-coordinate representation of color #F4E409: hue angle of 55.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4E409 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.91º | 0.93% | 0.5% | - |
| HSV(B) | 55.91º | 0.96% | 0.96% | - |
| XYZ | 65.1 | 74.74 | 11.25 | - |
| YUV | 207.82 | 15.8 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 9 | 0 | 0.07 | 0.96 | 0.04 | 55.91 | 0.93 | 0.5 |
| Hex | F4 | E4 | 9 | 0 | 7 | 60 | 4 | 38 | 5D | 32 |
| Octal | 364 | 344 | 11 | 0 | 7 | 140 | 4 | 70 | 135 | 62 |
| Binary | 11110100 | 11100100 | 1001 | 0 | 111 | 1100000 | 100 | 111000 | 1011101 | 110010 |
Color Harmonies of #F4E409
Complementary color
Monochromatic Colors of #F4E409
Black with #F4E409
Text Example
Text Example
White with #F4E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E409; }
p { color: rgb(244,228,9); }
H1.HeaderClassName
{
color: #F4E409;
}
.AnyTagClassName
{
color: #F4E409;
}
</style>
background-color css
<style>
a { background-color: #F4E409; }
a { background-color: rgb(244,228,9); }
div.DivClassName
{
background-color: #F4E409;
}
.BgClassName
{
background-color: #F4E409;
}
</style>
border-color css
<style>
span { border-color: #F4E409; }
span { border-color: rgb(244,228,9); }
td.TdClassName
{
border-color: #F4E409;
}
.TagClassName
{
border-color: #F4E409;
}
</style>