Shades of Lemon #F0EC1D
Tints of Lemon #F0EC1D
RGB
CMYK
RGB Variations
Color information
#F0EC1D (or 0xF0EC1D) is known color: Lemon. HEX triplet: F0, EC and 1D. RGB value is (240,236,29). Sum of RGB (Red+Green+Blue) = 240+236+29=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 29 (11.72% from 255 or 5.74% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EC1D is #0F13E2. Grayscale: #D6D6D6. Windows color (decimal): -988131 or 1961200. OLE color: 1961200.
HSL color Cylindrical-coordinate representation of color #F0EC1D: hue angle of 58.86º 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 #F0EC1D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.06 |
| HSL | 58.86º | 0.88% | 0.53% | - |
| HSV(B) | 58.86º | 0.88% | 0.94% | - |
| XYZ | 66.15 | 78.6 | 12.85 | - |
| YUV | 213.6 | 23.83 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 29 | 0 | 0.02 | 0.88 | 0.06 | 58.86 | 0.88 | 0.53 |
| Hex | F0 | EC | 1D | 0 | 2 | 58 | 6 | 3B | 58 | 35 |
| Octal | 360 | 354 | 35 | 0 | 2 | 130 | 6 | 73 | 130 | 65 |
| Binary | 11110000 | 11101100 | 11101 | 0 | 10 | 1011000 | 110 | 111011 | 1011000 | 110101 |
Color Harmonies of #F0EC1D
Complementary color
Monochromatic Colors of #F0EC1D
Black with #F0EC1D
Text Example
Text Example
White with #F0EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC1D; }
p { color: rgb(240,236,29); }
H1.HeaderClassName
{
color: #F0EC1D;
}
.AnyTagClassName
{
color: #F0EC1D;
}
</style>
background-color css
<style>
a { background-color: #F0EC1D; }
a { background-color: rgb(240,236,29); }
div.DivClassName
{
background-color: #F0EC1D;
}
.BgClassName
{
background-color: #F0EC1D;
}
</style>
border-color css
<style>
span { border-color: #F0EC1D; }
span { border-color: rgb(240,236,29); }
td.TdClassName
{
border-color: #F0EC1D;
}
.TagClassName
{
border-color: #F0EC1D;
}
</style>