Shades of Lemon #F0EC0C
Tints of Lemon #F0EC0C
RGB
CMYK
RGB Variations
Color information
#F0EC0C (or 0xF0EC0C) is known color: Lemon. HEX triplet: F0, EC and 0C. RGB value is (240,236,12). Sum of RGB (Red+Green+Blue) = 240+236+12=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EC0C is #0F13F3. Grayscale: #D4D4D4. Windows color (decimal): -988148 or 847088. OLE color: 847088.
HSL color Cylindrical-coordinate representation of color #F0EC0C: hue angle of 58.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0EC0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.06 |
| HSL | 58.95º | 0.9% | 0.49% | - |
| HSV(B) | 58.95º | 0.95% | 0.94% | - |
| XYZ | 66 | 78.54 | 12.03 | - |
| YUV | 211.66 | 15.33 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 12 | 0 | 0.02 | 0.95 | 0.06 | 58.95 | 0.9 | 0.49 |
| Hex | F0 | EC | C | 0 | 2 | 5F | 6 | 3B | 5A | 31 |
| Octal | 360 | 354 | 14 | 0 | 2 | 137 | 6 | 73 | 132 | 61 |
| Binary | 11110000 | 11101100 | 1100 | 0 | 10 | 1011111 | 110 | 111011 | 1011010 | 110001 |
Color Harmonies of #F0EC0C
Complementary color
Monochromatic Colors of #F0EC0C
Black with #F0EC0C
Text Example
Text Example
White with #F0EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC0C; }
p { color: rgb(240,236,12); }
H1.HeaderClassName
{
color: #F0EC0C;
}
.AnyTagClassName
{
color: #F0EC0C;
}
</style>
background-color css
<style>
a { background-color: #F0EC0C; }
a { background-color: rgb(240,236,12); }
div.DivClassName
{
background-color: #F0EC0C;
}
.BgClassName
{
background-color: #F0EC0C;
}
</style>
border-color css
<style>
span { border-color: #F0EC0C; }
span { border-color: rgb(240,236,12); }
td.TdClassName
{
border-color: #F0EC0C;
}
.TagClassName
{
border-color: #F0EC0C;
}
</style>