Shades of Lemon #F0EC1E
Tints of Lemon #F0EC1E
RGB
CMYK
RGB Variations
Color information
#F0EC1E (or 0xF0EC1E) is known color: Lemon. HEX triplet: F0, EC and 1E. RGB value is (240,236,30). Sum of RGB (Red+Green+Blue) = 240+236+30=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EC1E is #0F13E1. Grayscale: #D6D6D6. Windows color (decimal): -988130 or 2026736. OLE color: 2026736.
HSL color Cylindrical-coordinate representation of color #F0EC1E: 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 #F0EC1E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 30 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.06 |
| HSL | 58.86º | 0.88% | 0.53% | - |
| HSV(B) | 58.86º | 0.88% | 0.94% | - |
| XYZ | 66.16 | 78.61 | 12.91 | - |
| YUV | 213.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 30 | 0 | 0.02 | 0.87 | 0.06 | 58.86 | 0.88 | 0.53 |
| Hex | F0 | EC | 1E | 0 | 2 | 57 | 6 | 3B | 58 | 35 |
| Octal | 360 | 354 | 36 | 0 | 2 | 127 | 6 | 73 | 130 | 65 |
| Binary | 11110000 | 11101100 | 11110 | 0 | 10 | 1010111 | 110 | 111011 | 1011000 | 110101 |
Color Harmonies of #F0EC1E
Complementary color
Monochromatic Colors of #F0EC1E
Black with #F0EC1E
Text Example
Text Example
White with #F0EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC1E; }
p { color: rgb(240,236,30); }
H1.HeaderClassName
{
color: #F0EC1E;
}
.AnyTagClassName
{
color: #F0EC1E;
}
</style>
background-color css
<style>
a { background-color: #F0EC1E; }
a { background-color: rgb(240,236,30); }
div.DivClassName
{
background-color: #F0EC1E;
}
.BgClassName
{
background-color: #F0EC1E;
}
</style>
border-color css
<style>
span { border-color: #F0EC1E; }
span { border-color: rgb(240,236,30); }
td.TdClassName
{
border-color: #F0EC1E;
}
.TagClassName
{
border-color: #F0EC1E;
}
</style>