Shades of Lemon #F0E218
Tints of Lemon #F0E218
RGB
CMYK
RGB Variations
Color information
#F0E218 (or 0xF0E218) is known color: Lemon. HEX triplet: F0, E2 and 18. RGB value is (240,226,24). Sum of RGB (Red+Green+Blue) = 240+226+24=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E218 is #0F1DE7. Grayscale: #CFCFCF. Windows color (decimal): -990696 or 1630960. OLE color: 1630960.
HSL color Cylindrical-coordinate representation of color #F0E218: hue angle of 56.11º 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 #F0E218 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 24 | - |
| CMYK | 0 | 0.06 | 0.9 | 0.06 |
| HSL | 56.11º | 0.88% | 0.52% | - |
| HSV(B) | 56.11º | 0.9% | 0.94% | - |
| XYZ | 63.3 | 72.98 | 11.62 | - |
| YUV | 207.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 24 | 0 | 0.06 | 0.9 | 0.06 | 56.11 | 0.88 | 0.52 |
| Hex | F0 | E2 | 18 | 0 | 6 | 5A | 6 | 38 | 58 | 34 |
| Octal | 360 | 342 | 30 | 0 | 6 | 132 | 6 | 70 | 130 | 64 |
| Binary | 11110000 | 11100010 | 11000 | 0 | 110 | 1011010 | 110 | 111000 | 1011000 | 110100 |
Color Harmonies of #F0E218
Complementary color
Monochromatic Colors of #F0E218
Black with #F0E218
Text Example
Text Example
White with #F0E218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E218; }
p { color: rgb(240,226,24); }
H1.HeaderClassName
{
color: #F0E218;
}
.AnyTagClassName
{
color: #F0E218;
}
</style>
background-color css
<style>
a { background-color: #F0E218; }
a { background-color: rgb(240,226,24); }
div.DivClassName
{
background-color: #F0E218;
}
.BgClassName
{
background-color: #F0E218;
}
</style>
border-color css
<style>
span { border-color: #F0E218; }
span { border-color: rgb(240,226,24); }
td.TdClassName
{
border-color: #F0E218;
}
.TagClassName
{
border-color: #F0E218;
}
</style>