Shades of Lemon #F0E41D
Tints of Lemon #F0E41D
RGB
CMYK
RGB Variations
Color information
#F0E41D (or 0xF0E41D) is known color: Lemon. HEX triplet: F0, E4 and 1D. RGB value is (240,228,29). Sum of RGB (Red+Green+Blue) = 240+228+29=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E41D is #0F1BE2. Grayscale: #D1D1D1. Windows color (decimal): -990179 or 1959152. OLE color: 1959152.
HSL color Cylindrical-coordinate representation of color #F0E41D: hue angle of 56.59º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0E41D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.06 |
| HSL | 56.59º | 0.88% | 0.53% | - |
| HSV(B) | 56.59º | 0.88% | 0.94% | - |
| XYZ | 63.9 | 74.1 | 12.1 | - |
| YUV | 208.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 29 | 0 | 0.05 | 0.88 | 0.06 | 56.59 | 0.88 | 0.53 |
| Hex | F0 | E4 | 1D | 0 | 5 | 58 | 6 | 39 | 58 | 35 |
| Octal | 360 | 344 | 35 | 0 | 5 | 130 | 6 | 71 | 130 | 65 |
| Binary | 11110000 | 11100100 | 11101 | 0 | 101 | 1011000 | 110 | 111001 | 1011000 | 110101 |
Color Harmonies of #F0E41D
Complementary color
Monochromatic Colors of #F0E41D
Black with #F0E41D
Text Example
Text Example
White with #F0E41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E41D; }
p { color: rgb(240,228,29); }
H1.HeaderClassName
{
color: #F0E41D;
}
.AnyTagClassName
{
color: #F0E41D;
}
</style>
background-color css
<style>
a { background-color: #F0E41D; }
a { background-color: rgb(240,228,29); }
div.DivClassName
{
background-color: #F0E41D;
}
.BgClassName
{
background-color: #F0E41D;
}
</style>
border-color css
<style>
span { border-color: #F0E41D; }
span { border-color: rgb(240,228,29); }
td.TdClassName
{
border-color: #F0E41D;
}
.TagClassName
{
border-color: #F0E41D;
}
</style>