Shades of Lemon #F4E418
Tints of Lemon #F4E418
RGB
CMYK
RGB Variations
Color information
#F4E418 (or 0xF4E418) is known color: Lemon. HEX triplet: F4, E4 and 18. RGB value is (244,228,24). Sum of RGB (Red+Green+Blue) = 244+228+24=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 24 (9.77% from 255 or 4.84% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E418 is #0B1BE7. Grayscale: #D2D2D2. Windows color (decimal): -728040 or 1631476. OLE color: 1631476.
HSL color Cylindrical-coordinate representation of color #F4E418: hue angle of 55.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4E418 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 24 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.04 |
| HSL | 55.64º | 0.91% | 0.53% | - |
| HSV(B) | 55.64º | 0.9% | 0.96% | - |
| XYZ | 65.22 | 74.79 | 11.86 | - |
| YUV | 209.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 24 | 0 | 0.07 | 0.90 | 0.04 | 55.64 | 0.91 | 0.53 |
| Hex | F4 | E4 | 18 | 0 | 7 | 5A | 4 | 38 | 5B | 35 |
| Octal | 364 | 344 | 30 | 0 | 7 | 132 | 4 | 70 | 133 | 65 |
| Binary | 11110100 | 11100100 | 11000 | 0 | 111 | 1011010 | 100 | 111000 | 1011011 | 110101 |
Color Harmonies of #F4E418
Complementary color
Monochromatic Colors of #F4E418
Black with #F4E418
Text Example
Text Example
White with #F4E418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E418; }
p { color: rgb(244,228,24); }
H1.HeaderClassName
{
color: #F4E418;
}
.AnyTagClassName
{
color: #F4E418;
}
</style>
background-color css
<style>
a { background-color: #F4E418; }
a { background-color: rgb(244,228,24); }
div.DivClassName
{
background-color: #F4E418;
}
.BgClassName
{
background-color: #F4E418;
}
</style>
border-color css
<style>
span { border-color: #F4E418; }
span { border-color: rgb(244,228,24); }
td.TdClassName
{
border-color: #F4E418;
}
.TagClassName
{
border-color: #F4E418;
}
</style>