Shades of Lemon #F0E80E
Tints of Lemon #F0E80E
RGB
CMYK
RGB Variations
Color information
#F0E80E (or 0xF0E80E) is known color: Lemon. HEX triplet: F0, E8 and 0E. RGB value is (240,232,14). Sum of RGB (Red+Green+Blue) = 240+232+14=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E80E is #0F17F1. Grayscale: #D2D2D2. Windows color (decimal): -989170 or 977136. OLE color: 977136.
HSL color Cylindrical-coordinate representation of color #F0E80E: hue angle of 57.88º 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 #F0E80E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.06 |
| HSL | 57.88º | 0.89% | 0.5% | - |
| HSV(B) | 57.88º | 0.94% | 0.94% | - |
| XYZ | 64.87 | 76.27 | 11.72 | - |
| YUV | 209.54 | 17.65 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 14 | 0 | 0.03 | 0.94 | 0.06 | 57.88 | 0.89 | 0.5 |
| Hex | F0 | E8 | E | 0 | 3 | 5E | 6 | 3A | 59 | 32 |
| Octal | 360 | 350 | 16 | 0 | 3 | 136 | 6 | 72 | 131 | 62 |
| Binary | 11110000 | 11101000 | 1110 | 0 | 11 | 1011110 | 110 | 111010 | 1011001 | 110010 |
Color Harmonies of #F0E80E
Complementary color
Monochromatic Colors of #F0E80E
Black with #F0E80E
Text Example
Text Example
White with #F0E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E80E; }
p { color: rgb(240,232,14); }
H1.HeaderClassName
{
color: #F0E80E;
}
.AnyTagClassName
{
color: #F0E80E;
}
</style>
background-color css
<style>
a { background-color: #F0E80E; }
a { background-color: rgb(240,232,14); }
div.DivClassName
{
background-color: #F0E80E;
}
.BgClassName
{
background-color: #F0E80E;
}
</style>
border-color css
<style>
span { border-color: #F0E80E; }
span { border-color: rgb(240,232,14); }
td.TdClassName
{
border-color: #F0E80E;
}
.TagClassName
{
border-color: #F0E80E;
}
</style>