Shades of Lemon #F0F720
Tints of Lemon #F0F720
RGB
CMYK
RGB Variations
Color information
#F0F720 (or 0xF0F720) is known color: Lemon. HEX triplet: F0, F7 and 20. RGB value is (240,247,32). Sum of RGB (Red+Green+Blue) = 240+247+32=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 32 (12.89% from 255 or 6.17% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F720 is #0F08DF. Grayscale: #DDDDDD. Windows color (decimal): -985312 or 2160624. OLE color: 2160624.
HSL color Cylindrical-coordinate representation of color #F0F720: hue angle of 61.95º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0F720 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 32 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.03 |
| HSL | 61.95º | 0.93% | 0.55% | - |
| HSV(B) | 61.95º | 0.87% | 0.97% | - |
| XYZ | 69.46 | 85.15 | 14.14 | - |
| YUV | 220.4 | 21.68 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 32 | 0.03 | 0 | 0.87 | 0.03 | 61.95 | 0.93 | 0.55 |
| Hex | F0 | F7 | 20 | 3 | 0 | 57 | 3 | 3E | 5D | 37 |
| Octal | 360 | 367 | 40 | 3 | 0 | 127 | 3 | 76 | 135 | 67 |
| Binary | 11110000 | 11110111 | 100000 | 11 | 0 | 1010111 | 11 | 111110 | 1011101 | 110111 |
Color Harmonies of #F0F720
Complementary color
Monochromatic Colors of #F0F720
Black with #F0F720
Text Example
Text Example
White with #F0F720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F720; }
p { color: rgb(240,247,32); }
H1.HeaderClassName
{
color: #F0F720;
}
.AnyTagClassName
{
color: #F0F720;
}
</style>
background-color css
<style>
a { background-color: #F0F720; }
a { background-color: rgb(240,247,32); }
div.DivClassName
{
background-color: #F0F720;
}
.BgClassName
{
background-color: #F0F720;
}
</style>
border-color css
<style>
span { border-color: #F0F720; }
span { border-color: rgb(240,247,32); }
td.TdClassName
{
border-color: #F0F720;
}
.TagClassName
{
border-color: #F0F720;
}
</style>