Shades of Lemon #F2EC0F
Tints of Lemon #F2EC0F
RGB
CMYK
RGB Variations
Color information
#F2EC0F (or 0xF2EC0F) is known color: Lemon. HEX triplet: F2, EC and 0F. RGB value is (242,236,15). Sum of RGB (Red+Green+Blue) = 242+236+15=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 15 (6.25% from 255 or 3.04% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC0F is #0D13F0. Grayscale: #D5D5D5. Windows color (decimal): -857073 or 1043698. OLE color: 1043698.
HSL color Cylindrical-coordinate representation of color #F2EC0F: hue angle of 58.41º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2EC0F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.05 |
| HSL | 58.41º | 0.9% | 0.5% | - |
| HSV(B) | 58.41º | 0.94% | 0.95% | - |
| XYZ | 66.7 | 78.9 | 12.17 | - |
| YUV | 212.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 15 | 0 | 0.02 | 0.94 | 0.05 | 58.41 | 0.9 | 0.5 |
| Hex | F2 | EC | F | 0 | 2 | 5E | 5 | 3A | 5A | 32 |
| Octal | 362 | 354 | 17 | 0 | 2 | 136 | 5 | 72 | 132 | 62 |
| Binary | 11110010 | 11101100 | 1111 | 0 | 10 | 1011110 | 101 | 111010 | 1011010 | 110010 |
Color Harmonies of #F2EC0F
Complementary color
Monochromatic Colors of #F2EC0F
Black with #F2EC0F
Text Example
Text Example
White with #F2EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC0F; }
p { color: rgb(242,236,15); }
H1.HeaderClassName
{
color: #F2EC0F;
}
.AnyTagClassName
{
color: #F2EC0F;
}
</style>
background-color css
<style>
a { background-color: #F2EC0F; }
a { background-color: rgb(242,236,15); }
div.DivClassName
{
background-color: #F2EC0F;
}
.BgClassName
{
background-color: #F2EC0F;
}
</style>
border-color css
<style>
span { border-color: #F2EC0F; }
span { border-color: rgb(242,236,15); }
td.TdClassName
{
border-color: #F2EC0F;
}
.TagClassName
{
border-color: #F2EC0F;
}
</style>