Shades of Lemon #F0EE18
Tints of Lemon #F0EE18
RGB
CMYK
RGB Variations
Color information
#F0EE18 (or 0xF0EE18) is known color: Lemon. HEX triplet: F0, EE and 18. RGB value is (240,238,24). Sum of RGB (Red+Green+Blue) = 240+238+24=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EE18 is #0F11E7. Grayscale: #D7D7D7. Windows color (decimal): -987624 or 1634032. OLE color: 1634032.
HSL color Cylindrical-coordinate representation of color #F0EE18: hue angle of 59.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0EE18 is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 24 | - |
| CMYK | 0 | 0.01 | 0.9 | 0.06 |
| HSL | 59.44º | 0.88% | 0.52% | - |
| HSV(B) | 59.44º | 0.9% | 0.94% | - |
| XYZ | 66.67 | 79.74 | 12.74 | - |
| YUV | 214.2 | 20.66 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 24 | 0 | 0.01 | 0.9 | 0.06 | 59.44 | 0.88 | 0.52 |
| Hex | F0 | EE | 18 | 0 | 1 | 5A | 6 | 3B | 58 | 34 |
| Octal | 360 | 356 | 30 | 0 | 1 | 132 | 6 | 73 | 130 | 64 |
| Binary | 11110000 | 11101110 | 11000 | 0 | 1 | 1011010 | 110 | 111011 | 1011000 | 110100 |
Color Harmonies of #F0EE18
Complementary color
Monochromatic Colors of #F0EE18
Black with #F0EE18
Text Example
Text Example
White with #F0EE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE18; }
p { color: rgb(240,238,24); }
H1.HeaderClassName
{
color: #F0EE18;
}
.AnyTagClassName
{
color: #F0EE18;
}
</style>
background-color css
<style>
a { background-color: #F0EE18; }
a { background-color: rgb(240,238,24); }
div.DivClassName
{
background-color: #F0EE18;
}
.BgClassName
{
background-color: #F0EE18;
}
</style>
border-color css
<style>
span { border-color: #F0EE18; }
span { border-color: rgb(240,238,24); }
td.TdClassName
{
border-color: #F0EE18;
}
.TagClassName
{
border-color: #F0EE18;
}
</style>