Shades of Lemon #F0F211
Tints of Lemon #F0F211
RGB
CMYK
RGB Variations
Color information
#F0F211 (or 0xF0F211) is known color: Lemon. HEX triplet: F0, F2 and 11. RGB value is (240,242,17). Sum of RGB (Red+Green+Blue) = 240+242+17=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 17 (7.03% from 255 or 3.41% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F211 is #0F0DEE. Grayscale: #D8D8D8. Windows color (decimal): -986607 or 1176304. OLE color: 1176304.
HSL color Cylindrical-coordinate representation of color #F0F211: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F211 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 17 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.53º | 0.9% | 0.51% | - |
| HSV(B) | 60.53º | 0.93% | 0.95% | - |
| XYZ | 67.79 | 82.07 | 12.8 | - |
| YUV | 215.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 17 | 0.01 | 0 | 0.93 | 0.05 | 60.53 | 0.9 | 0.51 |
| Hex | F0 | F2 | 11 | 1 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 360 | 362 | 21 | 1 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11110000 | 11110010 | 10001 | 1 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F0F211
Complementary color
Monochromatic Colors of #F0F211
Black with #F0F211
Text Example
Text Example
White with #F0F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F211; }
p { color: rgb(240,242,17); }
H1.HeaderClassName
{
color: #F0F211;
}
.AnyTagClassName
{
color: #F0F211;
}
</style>
background-color css
<style>
a { background-color: #F0F211; }
a { background-color: rgb(240,242,17); }
div.DivClassName
{
background-color: #F0F211;
}
.BgClassName
{
background-color: #F0F211;
}
</style>
border-color css
<style>
span { border-color: #F0F211; }
span { border-color: rgb(240,242,17); }
td.TdClassName
{
border-color: #F0F211;
}
.TagClassName
{
border-color: #F0F211;
}
</style>