Shades of Lemon #F0E711
Tints of Lemon #F0E711
RGB
CMYK
RGB Variations
Color information
#F0E711 (or 0xF0E711) is known color: Lemon. HEX triplet: F0, E7 and 11. RGB value is (240,231,17). Sum of RGB (Red+Green+Blue) = 240+231+17=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 17 (7.03% from 255 or 3.48% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E711 is #0F18EE. Grayscale: #D2D2D2. Windows color (decimal): -989423 or 1173488. OLE color: 1173488.
HSL color Cylindrical-coordinate representation of color #F0E711: hue angle of 57.58º 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 #F0E711 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.06 |
| HSL | 57.58º | 0.88% | 0.5% | - |
| HSV(B) | 57.58º | 0.93% | 0.94% | - |
| XYZ | 64.61 | 75.72 | 11.74 | - |
| YUV | 209.3 | 19.48 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 17 | 0 | 0.04 | 0.93 | 0.06 | 57.58 | 0.88 | 0.5 |
| Hex | F0 | E7 | 11 | 0 | 4 | 5D | 6 | 3A | 58 | 32 |
| Octal | 360 | 347 | 21 | 0 | 4 | 135 | 6 | 72 | 130 | 62 |
| Binary | 11110000 | 11100111 | 10001 | 0 | 100 | 1011101 | 110 | 111010 | 1011000 | 110010 |
Color Harmonies of #F0E711
Complementary color
Monochromatic Colors of #F0E711
Black with #F0E711
Text Example
Text Example
White with #F0E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E711; }
p { color: rgb(240,231,17); }
H1.HeaderClassName
{
color: #F0E711;
}
.AnyTagClassName
{
color: #F0E711;
}
</style>
background-color css
<style>
a { background-color: #F0E711; }
a { background-color: rgb(240,231,17); }
div.DivClassName
{
background-color: #F0E711;
}
.BgClassName
{
background-color: #F0E711;
}
</style>
border-color css
<style>
span { border-color: #F0E711; }
span { border-color: rgb(240,231,17); }
td.TdClassName
{
border-color: #F0E711;
}
.TagClassName
{
border-color: #F0E711;
}
</style>