Shades of Lemon #F0F411
Tints of Lemon #F0F411
RGB
CMYK
RGB Variations
Color information
#F0F411 (or 0xF0F411) is known color: Lemon. HEX triplet: F0, F4 and 11. RGB value is (240,244,17). Sum of RGB (Red+Green+Blue) = 240+244+17=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 17 (7.03% from 255 or 3.39% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F411 is #0F0BEE. Grayscale: #D9D9D9. Windows color (decimal): -986095 or 1176816. OLE color: 1176816.
HSL color Cylindrical-coordinate representation of color #F0F411: hue angle of 61.06º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F411 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.04 |
| HSL | 61.06º | 0.91% | 0.51% | - |
| HSV(B) | 61.06º | 0.93% | 0.96% | - |
| XYZ | 68.39 | 83.27 | 13 | - |
| YUV | 216.93 | 15.17 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 17 | 0.02 | 0 | 0.93 | 0.04 | 61.06 | 0.91 | 0.51 |
| Hex | F0 | F4 | 11 | 2 | 0 | 5D | 4 | 3D | 5B | 33 |
| Octal | 360 | 364 | 21 | 2 | 0 | 135 | 4 | 75 | 133 | 63 |
| Binary | 11110000 | 11110100 | 10001 | 10 | 0 | 1011101 | 100 | 111101 | 1011011 | 110011 |
Color Harmonies of #F0F411
Complementary color
Monochromatic Colors of #F0F411
Black with #F0F411
Text Example
Text Example
White with #F0F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F411; }
p { color: rgb(240,244,17); }
H1.HeaderClassName
{
color: #F0F411;
}
.AnyTagClassName
{
color: #F0F411;
}
</style>
background-color css
<style>
a { background-color: #F0F411; }
a { background-color: rgb(240,244,17); }
div.DivClassName
{
background-color: #F0F411;
}
.BgClassName
{
background-color: #F0F411;
}
</style>
border-color css
<style>
span { border-color: #F0F411; }
span { border-color: rgb(240,244,17); }
td.TdClassName
{
border-color: #F0F411;
}
.TagClassName
{
border-color: #F0F411;
}
</style>