Shades of Lemon #F0E40E
Tints of Lemon #F0E40E
RGB
CMYK
RGB Variations
Color information
#F0E40E (or 0xF0E40E) is known color: Lemon. HEX triplet: F0, E4 and 0E. RGB value is (240,228,14). Sum of RGB (Red+Green+Blue) = 240+228+14=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E40E is #0F1BF1. Grayscale: #D0D0D0. Windows color (decimal): -990194 or 976112. OLE color: 976112.
HSL color Cylindrical-coordinate representation of color #F0E40E: hue angle of 56.81º 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 #F0E40E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.06 |
| HSL | 56.81º | 0.89% | 0.5% | - |
| HSV(B) | 56.81º | 0.94% | 0.94% | - |
| XYZ | 63.76 | 74.04 | 11.35 | - |
| YUV | 207.19 | 18.98 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 14 | 0 | 0.05 | 0.94 | 0.06 | 56.81 | 0.89 | 0.5 |
| Hex | F0 | E4 | E | 0 | 5 | 5E | 6 | 39 | 59 | 32 |
| Octal | 360 | 344 | 16 | 0 | 5 | 136 | 6 | 71 | 131 | 62 |
| Binary | 11110000 | 11100100 | 1110 | 0 | 101 | 1011110 | 110 | 111001 | 1011001 | 110010 |
Color Harmonies of #F0E40E
Complementary color
Monochromatic Colors of #F0E40E
Black with #F0E40E
Text Example
Text Example
White with #F0E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E40E; }
p { color: rgb(240,228,14); }
H1.HeaderClassName
{
color: #F0E40E;
}
.AnyTagClassName
{
color: #F0E40E;
}
</style>
background-color css
<style>
a { background-color: #F0E40E; }
a { background-color: rgb(240,228,14); }
div.DivClassName
{
background-color: #F0E40E;
}
.BgClassName
{
background-color: #F0E40E;
}
</style>
border-color css
<style>
span { border-color: #F0E40E; }
span { border-color: rgb(240,228,14); }
td.TdClassName
{
border-color: #F0E40E;
}
.TagClassName
{
border-color: #F0E40E;
}
</style>