Shades of Lemon #F0E11D
Tints of Lemon #F0E11D
RGB
CMYK
RGB Variations
Color information
#F0E11D (or 0xF0E11D) is known color: Lemon. HEX triplet: F0, E1 and 1D. RGB value is (240,225,29). Sum of RGB (Red+Green+Blue) = 240+225+29=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E11D is #0F1EE2. Grayscale: #CFCFCF. Windows color (decimal): -990947 or 1958384. OLE color: 1958384.
HSL color Cylindrical-coordinate representation of color #F0E11D: hue angle of 55.73º 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 #F0E11D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.06 |
| HSL | 55.73º | 0.88% | 0.53% | - |
| HSV(B) | 55.73º | 0.88% | 0.94% | - |
| XYZ | 63.08 | 72.46 | 11.82 | - |
| YUV | 207.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 29 | 0 | 0.06 | 0.88 | 0.06 | 55.73 | 0.88 | 0.53 |
| Hex | F0 | E1 | 1D | 0 | 6 | 58 | 6 | 38 | 58 | 35 |
| Octal | 360 | 341 | 35 | 0 | 6 | 130 | 6 | 70 | 130 | 65 |
| Binary | 11110000 | 11100001 | 11101 | 0 | 110 | 1011000 | 110 | 111000 | 1011000 | 110101 |
Color Harmonies of #F0E11D
Complementary color
Monochromatic Colors of #F0E11D
Black with #F0E11D
Text Example
Text Example
White with #F0E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E11D; }
p { color: rgb(240,225,29); }
H1.HeaderClassName
{
color: #F0E11D;
}
.AnyTagClassName
{
color: #F0E11D;
}
</style>
background-color css
<style>
a { background-color: #F0E11D; }
a { background-color: rgb(240,225,29); }
div.DivClassName
{
background-color: #F0E11D;
}
.BgClassName
{
background-color: #F0E11D;
}
</style>
border-color css
<style>
span { border-color: #F0E11D; }
span { border-color: rgb(240,225,29); }
td.TdClassName
{
border-color: #F0E11D;
}
.TagClassName
{
border-color: #F0E11D;
}
</style>