Shades of Lemon #F0F011
Tints of Lemon #F0F011
RGB
CMYK
RGB Variations
Color information
#F0F011 (or 0xF0F011) is known color: Lemon. HEX triplet: F0, F0 and 11. RGB value is (240,240,17). Sum of RGB (Red+Green+Blue) = 240+240+17=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 17 (7.03% from 255 or 3.42% from 497); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F011 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F011 is #0F0FEE. Grayscale: #D7D7D7. Windows color (decimal): -987119 or 1175792. OLE color: 1175792.
HSL color Cylindrical-coordinate representation of color #F0F011: hue angle of 60º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F011 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 17 | - |
| CMYK | 0 | 0 | 0.93 | 0.06 |
| HSL | 60º | 0.88% | 0.5% | - |
| HSV(B) | 60º | 0.93% | 0.94% | - |
| XYZ | 67.2 | 80.89 | 12.6 | - |
| YUV | 214.58 | 16.5 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 17 | 0 | 0 | 0.93 | 0.06 | 60 | 0.88 | 0.5 |
| Hex | F0 | F0 | 11 | 0 | 0 | 5D | 6 | 3C | 58 | 32 |
| Octal | 360 | 360 | 21 | 0 | 0 | 135 | 6 | 74 | 130 | 62 |
| Binary | 11110000 | 11110000 | 10001 | 0 | 0 | 1011101 | 110 | 111100 | 1011000 | 110010 |
Color Harmonies of #F0F011
Complementary color
Monochromatic Colors of #F0F011
Black with #F0F011
Text Example
Text Example
White with #F0F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F011; }
p { color: rgb(240,240,17); }
H1.HeaderClassName
{
color: #F0F011;
}
.AnyTagClassName
{
color: #F0F011;
}
</style>
background-color css
<style>
a { background-color: #F0F011; }
a { background-color: rgb(240,240,17); }
div.DivClassName
{
background-color: #F0F011;
}
.BgClassName
{
background-color: #F0F011;
}
</style>
border-color css
<style>
span { border-color: #F0F011; }
span { border-color: rgb(240,240,17); }
td.TdClassName
{
border-color: #F0F011;
}
.TagClassName
{
border-color: #F0F011;
}
</style>