Shades of Lemon #F0E10E
Tints of Lemon #F0E10E
RGB
CMYK
RGB Variations
Color information
#F0E10E (or 0xF0E10E) is known color: Lemon. HEX triplet: F0, E1 and 0E. RGB value is (240,225,14). Sum of RGB (Red+Green+Blue) = 240+225+14=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E10E is #0F1EF1. Grayscale: #CECECE. Windows color (decimal): -990962 or 975344. OLE color: 975344.
HSL color Cylindrical-coordinate representation of color #F0E10E: hue angle of 56.02º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0E10E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.06 |
| HSL | 56.02º | 0.89% | 0.5% | - |
| HSV(B) | 56.02º | 0.94% | 0.94% | - |
| XYZ | 62.94 | 72.41 | 11.07 | - |
| YUV | 205.43 | 19.97 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 14 | 0 | 0.06 | 0.94 | 0.06 | 56.02 | 0.89 | 0.5 |
| Hex | F0 | E1 | E | 0 | 6 | 5E | 6 | 38 | 59 | 32 |
| Octal | 360 | 341 | 16 | 0 | 6 | 136 | 6 | 70 | 131 | 62 |
| Binary | 11110000 | 11100001 | 1110 | 0 | 110 | 1011110 | 110 | 111000 | 1011001 | 110010 |
Color Harmonies of #F0E10E
Complementary color
Monochromatic Colors of #F0E10E
Black with #F0E10E
Text Example
Text Example
White with #F0E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E10E; }
p { color: rgb(240,225,14); }
H1.HeaderClassName
{
color: #F0E10E;
}
.AnyTagClassName
{
color: #F0E10E;
}
</style>
background-color css
<style>
a { background-color: #F0E10E; }
a { background-color: rgb(240,225,14); }
div.DivClassName
{
background-color: #F0E10E;
}
.BgClassName
{
background-color: #F0E10E;
}
</style>
border-color css
<style>
span { border-color: #F0E10E; }
span { border-color: rgb(240,225,14); }
td.TdClassName
{
border-color: #F0E10E;
}
.TagClassName
{
border-color: #F0E10E;
}
</style>