Shades of Lemon #F0F620
Tints of Lemon #F0F620
RGB
CMYK
RGB Variations
Color information
#F0F620 (or 0xF0F620) is known color: Lemon. HEX triplet: F0, F6 and 20. RGB value is (240,246,32). Sum of RGB (Red+Green+Blue) = 240+246+32=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F620 is #0F09DF. Grayscale: #DCDCDC. Windows color (decimal): -985568 or 2160368. OLE color: 2160368.
HSL color Cylindrical-coordinate representation of color #F0F620: hue angle of 61.68º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0F620 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.04 |
| HSL | 61.68º | 0.92% | 0.55% | - |
| HSV(B) | 61.68º | 0.87% | 0.96% | - |
| XYZ | 69.15 | 84.54 | 14.04 | - |
| YUV | 219.81 | 22.01 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 32 | 0.02 | 0 | 0.87 | 0.04 | 61.68 | 0.92 | 0.55 |
| Hex | F0 | F6 | 20 | 2 | 0 | 57 | 4 | 3E | 5C | 37 |
| Octal | 360 | 366 | 40 | 2 | 0 | 127 | 4 | 76 | 134 | 67 |
| Binary | 11110000 | 11110110 | 100000 | 10 | 0 | 1010111 | 100 | 111110 | 1011100 | 110111 |
Color Harmonies of #F0F620
Complementary color
Monochromatic Colors of #F0F620
Black with #F0F620
Text Example
Text Example
White with #F0F620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F620; }
p { color: rgb(240,246,32); }
H1.HeaderClassName
{
color: #F0F620;
}
.AnyTagClassName
{
color: #F0F620;
}
</style>
background-color css
<style>
a { background-color: #F0F620; }
a { background-color: rgb(240,246,32); }
div.DivClassName
{
background-color: #F0F620;
}
.BgClassName
{
background-color: #F0F620;
}
</style>
border-color css
<style>
span { border-color: #F0F620; }
span { border-color: rgb(240,246,32); }
td.TdClassName
{
border-color: #F0F620;
}
.TagClassName
{
border-color: #F0F620;
}
</style>