Shades of Lemon #F0F418
Tints of Lemon #F0F418
RGB
CMYK
RGB Variations
Color information
#F0F418 (or 0xF0F418) is known color: Lemon. HEX triplet: F0, F4 and 18. RGB value is (240,244,24). Sum of RGB (Red+Green+Blue) = 240+244+24=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F418 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F418 is #0F0BE7. Grayscale: #DADADA. Windows color (decimal): -986088 or 1635568. OLE color: 1635568.
HSL color Cylindrical-coordinate representation of color #F0F418: hue angle of 61.09º 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 #F0F418 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.04 |
| HSL | 61.09º | 0.91% | 0.53% | - |
| HSV(B) | 61.09º | 0.9% | 0.96% | - |
| XYZ | 68.45 | 83.29 | 13.33 | - |
| YUV | 217.72 | 18.67 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 24 | 0.02 | 0 | 0.90 | 0.04 | 61.09 | 0.91 | 0.53 |
| Hex | F0 | F4 | 18 | 2 | 0 | 5A | 4 | 3D | 5B | 35 |
| Octal | 360 | 364 | 30 | 2 | 0 | 132 | 4 | 75 | 133 | 65 |
| Binary | 11110000 | 11110100 | 11000 | 10 | 0 | 1011010 | 100 | 111101 | 1011011 | 110101 |
Color Harmonies of #F0F418
Complementary color
Monochromatic Colors of #F0F418
Black with #F0F418
Text Example
Text Example
White with #F0F418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F418; }
p { color: rgb(240,244,24); }
H1.HeaderClassName
{
color: #F0F418;
}
.AnyTagClassName
{
color: #F0F418;
}
</style>
background-color css
<style>
a { background-color: #F0F418; }
a { background-color: rgb(240,244,24); }
div.DivClassName
{
background-color: #F0F418;
}
.BgClassName
{
background-color: #F0F418;
}
</style>
border-color css
<style>
span { border-color: #F0F418; }
span { border-color: rgb(240,244,24); }
td.TdClassName
{
border-color: #F0F418;
}
.TagClassName
{
border-color: #F0F418;
}
</style>