Shades of Lemon #F0E011
Tints of Lemon #F0E011
RGB
CMYK
RGB Variations
Color information
#F0E011 (or 0xF0E011) is known color: Lemon. HEX triplet: F0, E0 and 11. RGB value is (240,224,17). Sum of RGB (Red+Green+Blue) = 240+224+17=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E011 is #0F1FEE. Grayscale: #CECECE. Windows color (decimal): -991215 or 1171696. OLE color: 1171696.
HSL color Cylindrical-coordinate representation of color #F0E011: hue angle of 55.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0E011 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.06 |
| HSL | 55.7º | 0.88% | 0.5% | - |
| HSV(B) | 55.7º | 0.93% | 0.94% | - |
| XYZ | 62.69 | 71.88 | 11.1 | - |
| YUV | 205.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 17 | 0 | 0.07 | 0.93 | 0.06 | 55.7 | 0.88 | 0.5 |
| Hex | F0 | E0 | 11 | 0 | 7 | 5D | 6 | 38 | 58 | 32 |
| Octal | 360 | 340 | 21 | 0 | 7 | 135 | 6 | 70 | 130 | 62 |
| Binary | 11110000 | 11100000 | 10001 | 0 | 111 | 1011101 | 110 | 111000 | 1011000 | 110010 |
Color Harmonies of #F0E011
Complementary color
Monochromatic Colors of #F0E011
Black with #F0E011
Text Example
Text Example
White with #F0E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E011; }
p { color: rgb(240,224,17); }
H1.HeaderClassName
{
color: #F0E011;
}
.AnyTagClassName
{
color: #F0E011;
}
</style>
background-color css
<style>
a { background-color: #F0E011; }
a { background-color: rgb(240,224,17); }
div.DivClassName
{
background-color: #F0E011;
}
.BgClassName
{
background-color: #F0E011;
}
</style>
border-color css
<style>
span { border-color: #F0E011; }
span { border-color: rgb(240,224,17); }
td.TdClassName
{
border-color: #F0E011;
}
.TagClassName
{
border-color: #F0E011;
}
</style>