Shades of Lemon #F0F420
Tints of Lemon #F0F420
RGB
CMYK
RGB Variations
Color information
#F0F420 (or 0xF0F420) is known color: Lemon. HEX triplet: F0, F4 and 20. RGB value is (240,244,32). Sum of RGB (Red+Green+Blue) = 240+244+32=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F420 is #0F0BDF. Grayscale: #DBDBDB. Windows color (decimal): -986080 or 2159856. OLE color: 2159856.
HSL color Cylindrical-coordinate representation of color #F0F420: hue angle of 61.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0F420 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.04 |
| HSL | 61.13º | 0.91% | 0.54% | - |
| HSV(B) | 61.13º | 0.87% | 0.96% | - |
| XYZ | 68.55 | 83.33 | 13.84 | - |
| YUV | 218.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 32 | 0.02 | 0 | 0.87 | 0.04 | 61.13 | 0.91 | 0.54 |
| Hex | F0 | F4 | 20 | 2 | 0 | 57 | 4 | 3D | 5B | 36 |
| Octal | 360 | 364 | 40 | 2 | 0 | 127 | 4 | 75 | 133 | 66 |
| Binary | 11110000 | 11110100 | 100000 | 10 | 0 | 1010111 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #F0F420
Complementary color
Monochromatic Colors of #F0F420
Black with #F0F420
Text Example
Text Example
White with #F0F420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F420; }
p { color: rgb(240,244,32); }
H1.HeaderClassName
{
color: #F0F420;
}
.AnyTagClassName
{
color: #F0F420;
}
</style>
background-color css
<style>
a { background-color: #F0F420; }
a { background-color: rgb(240,244,32); }
div.DivClassName
{
background-color: #F0F420;
}
.BgClassName
{
background-color: #F0F420;
}
</style>
border-color css
<style>
span { border-color: #F0F420; }
span { border-color: rgb(240,244,32); }
td.TdClassName
{
border-color: #F0F420;
}
.TagClassName
{
border-color: #F0F420;
}
</style>