Shades of Lemon #F0EA18
Tints of Lemon #F0EA18
RGB
CMYK
RGB Variations
Color information
#F0EA18 (or 0xF0EA18) is known color: Lemon. HEX triplet: F0, EA and 18. RGB value is (240,234,24). Sum of RGB (Red+Green+Blue) = 240+234+24=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 24 (9.77% from 255 or 4.82% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EA18 is #0F15E7. Grayscale: #D4D4D4. Windows color (decimal): -988648 or 1633008. OLE color: 1633008.
HSL color Cylindrical-coordinate representation of color #F0EA18: hue angle of 58.33º 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 #F0EA18 is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 24 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.06 |
| HSL | 58.33º | 0.88% | 0.52% | - |
| HSV(B) | 58.33º | 0.9% | 0.94% | - |
| XYZ | 65.52 | 77.44 | 12.36 | - |
| YUV | 211.85 | 21.99 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 24 | 0 | 0.02 | 0.9 | 0.06 | 58.33 | 0.88 | 0.52 |
| Hex | F0 | EA | 18 | 0 | 2 | 5A | 6 | 3A | 58 | 34 |
| Octal | 360 | 352 | 30 | 0 | 2 | 132 | 6 | 72 | 130 | 64 |
| Binary | 11110000 | 11101010 | 11000 | 0 | 10 | 1011010 | 110 | 111010 | 1011000 | 110100 |
Color Harmonies of #F0EA18
Complementary color
Monochromatic Colors of #F0EA18
Black with #F0EA18
Text Example
Text Example
White with #F0EA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA18; }
p { color: rgb(240,234,24); }
H1.HeaderClassName
{
color: #F0EA18;
}
.AnyTagClassName
{
color: #F0EA18;
}
</style>
background-color css
<style>
a { background-color: #F0EA18; }
a { background-color: rgb(240,234,24); }
div.DivClassName
{
background-color: #F0EA18;
}
.BgClassName
{
background-color: #F0EA18;
}
</style>
border-color css
<style>
span { border-color: #F0EA18; }
span { border-color: rgb(240,234,24); }
td.TdClassName
{
border-color: #F0EA18;
}
.TagClassName
{
border-color: #F0EA18;
}
</style>