Shades of Lemon #F0ED11
Tints of Lemon #F0ED11
RGB
CMYK
RGB Variations
Color information
#F0ED11 (or 0xF0ED11) is known color: Lemon. HEX triplet: F0, ED and 11. RGB value is (240,237,17). Sum of RGB (Red+Green+Blue) = 240+237+17=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0ED11 is #0F12EE. Grayscale: #D5D5D5. Windows color (decimal): -987887 or 1175024. OLE color: 1175024.
HSL color Cylindrical-coordinate representation of color #F0ED11: hue angle of 59.19º 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 #F0ED11 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 17 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.06 |
| HSL | 59.19º | 0.88% | 0.5% | - |
| HSV(B) | 59.19º | 0.93% | 0.94% | - |
| XYZ | 66.32 | 79.13 | 12.31 | - |
| YUV | 212.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 17 | 0 | 0.01 | 0.93 | 0.06 | 59.19 | 0.88 | 0.5 |
| Hex | F0 | ED | 11 | 0 | 1 | 5D | 6 | 3B | 58 | 32 |
| Octal | 360 | 355 | 21 | 0 | 1 | 135 | 6 | 73 | 130 | 62 |
| Binary | 11110000 | 11101101 | 10001 | 0 | 1 | 1011101 | 110 | 111011 | 1011000 | 110010 |
Color Harmonies of #F0ED11
Complementary color
Monochromatic Colors of #F0ED11
Black with #F0ED11
Text Example
Text Example
White with #F0ED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED11; }
p { color: rgb(240,237,17); }
H1.HeaderClassName
{
color: #F0ED11;
}
.AnyTagClassName
{
color: #F0ED11;
}
</style>
background-color css
<style>
a { background-color: #F0ED11; }
a { background-color: rgb(240,237,17); }
div.DivClassName
{
background-color: #F0ED11;
}
.BgClassName
{
background-color: #F0ED11;
}
</style>
border-color css
<style>
span { border-color: #F0ED11; }
span { border-color: rgb(240,237,17); }
td.TdClassName
{
border-color: #F0ED11;
}
.TagClassName
{
border-color: #F0ED11;
}
</style>