Shades of Lemon #F0F218
Tints of Lemon #F0F218
RGB
CMYK
RGB Variations
Color information
#F0F218 (or 0xF0F218) is known color: Lemon. HEX triplet: F0, F2 and 18. RGB value is (240,242,24). Sum of RGB (Red+Green+Blue) = 240+242+24=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F218 is #0F0DE7. Grayscale: #D9D9D9. Windows color (decimal): -986600 or 1635056. OLE color: 1635056.
HSL color Cylindrical-coordinate representation of color #F0F218: hue angle of 60.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0F218 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 24 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.55º | 0.89% | 0.52% | - |
| HSV(B) | 60.55º | 0.9% | 0.95% | - |
| XYZ | 67.85 | 82.1 | 13.13 | - |
| YUV | 216.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 24 | 0.01 | 0 | 0.90 | 0.05 | 60.55 | 0.89 | 0.52 |
| Hex | F0 | F2 | 18 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 360 | 362 | 30 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11110000 | 11110010 | 11000 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #F0F218
Complementary color
Monochromatic Colors of #F0F218
Black with #F0F218
Text Example
Text Example
White with #F0F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F218; }
p { color: rgb(240,242,24); }
H1.HeaderClassName
{
color: #F0F218;
}
.AnyTagClassName
{
color: #F0F218;
}
</style>
background-color css
<style>
a { background-color: #F0F218; }
a { background-color: rgb(240,242,24); }
div.DivClassName
{
background-color: #F0F218;
}
.BgClassName
{
background-color: #F0F218;
}
</style>
border-color css
<style>
span { border-color: #F0F218; }
span { border-color: rgb(240,242,24); }
td.TdClassName
{
border-color: #F0F218;
}
.TagClassName
{
border-color: #F0F218;
}
</style>