Shades of Lemon #F0E810
Tints of Lemon #F0E810
RGB
CMYK
RGB Variations
Color information
#F0E810 (or 0xF0E810) is known color: Lemon. HEX triplet: F0, E8 and 10. RGB value is (240,232,16). Sum of RGB (Red+Green+Blue) = 240+232+16=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E810 is #0F17EF. Grayscale: #D2D2D2. Windows color (decimal): -989168 or 1108208. OLE color: 1108208.
HSL color Cylindrical-coordinate representation of color #F0E810: hue angle of 57.86º 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 #F0E810 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.06 |
| HSL | 57.86º | 0.88% | 0.5% | - |
| HSV(B) | 57.86º | 0.93% | 0.94% | - |
| XYZ | 64.89 | 76.28 | 11.79 | - |
| YUV | 209.77 | 18.65 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 16 | 0 | 0.03 | 0.93 | 0.06 | 57.86 | 0.88 | 0.5 |
| Hex | F0 | E8 | 10 | 0 | 3 | 5D | 6 | 3A | 58 | 32 |
| Octal | 360 | 350 | 20 | 0 | 3 | 135 | 6 | 72 | 130 | 62 |
| Binary | 11110000 | 11101000 | 10000 | 0 | 11 | 1011101 | 110 | 111010 | 1011000 | 110010 |
Color Harmonies of #F0E810
Complementary color
Monochromatic Colors of #F0E810
Black with #F0E810
Text Example
Text Example
White with #F0E810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E810; }
p { color: rgb(240,232,16); }
H1.HeaderClassName
{
color: #F0E810;
}
.AnyTagClassName
{
color: #F0E810;
}
</style>
background-color css
<style>
a { background-color: #F0E810; }
a { background-color: rgb(240,232,16); }
div.DivClassName
{
background-color: #F0E810;
}
.BgClassName
{
background-color: #F0E810;
}
</style>
border-color css
<style>
span { border-color: #F0E810; }
span { border-color: rgb(240,232,16); }
td.TdClassName
{
border-color: #F0E810;
}
.TagClassName
{
border-color: #F0E810;
}
</style>