Shades of Lemon #F0F20E
Tints of Lemon #F0F20E
RGB
CMYK
RGB Variations
Color information
#F0F20E (or 0xF0F20E) is known color: Lemon. HEX triplet: F0, F2 and 0E. RGB value is (240,242,14). Sum of RGB (Red+Green+Blue) = 240+242+14=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F20E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F20E is #0F0DF1. Grayscale: #D8D8D8. Windows color (decimal): -986610 or 979696. OLE color: 979696.
HSL color Cylindrical-coordinate representation of color #F0F20E: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0F20E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.53º | 0.9% | 0.5% | - |
| HSV(B) | 60.53º | 0.94% | 0.95% | - |
| XYZ | 67.77 | 82.06 | 12.68 | - |
| YUV | 215.41 | 14.34 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 14 | 0.01 | 0 | 0.94 | 0.05 | 60.53 | 0.9 | 0.5 |
| Hex | F0 | F2 | E | 1 | 0 | 5E | 5 | 3D | 5A | 32 |
| Octal | 360 | 362 | 16 | 1 | 0 | 136 | 5 | 75 | 132 | 62 |
| Binary | 11110000 | 11110010 | 1110 | 1 | 0 | 1011110 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #F0F20E
Complementary color
Monochromatic Colors of #F0F20E
Black with #F0F20E
Text Example
Text Example
White with #F0F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F20E; }
p { color: rgb(240,242,14); }
H1.HeaderClassName
{
color: #F0F20E;
}
.AnyTagClassName
{
color: #F0F20E;
}
</style>
background-color css
<style>
a { background-color: #F0F20E; }
a { background-color: rgb(240,242,14); }
div.DivClassName
{
background-color: #F0F20E;
}
.BgClassName
{
background-color: #F0F20E;
}
</style>
border-color css
<style>
span { border-color: #F0F20E; }
span { border-color: rgb(240,242,14); }
td.TdClassName
{
border-color: #F0F20E;
}
.TagClassName
{
border-color: #F0F20E;
}
</style>