Shades of Lemon #F2EC1E
Tints of Lemon #F2EC1E
RGB
CMYK
RGB Variations
Color information
#F2EC1E (or 0xF2EC1E) is known color: Lemon. HEX triplet: F2, EC and 1E. RGB value is (242,236,30). Sum of RGB (Red+Green+Blue) = 242+236+30=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 30 (12.11% from 255 or 5.91% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC1E is #0D13E1. Grayscale: #D7D7D7. Windows color (decimal): -857058 or 2026738. OLE color: 2026738.
HSL color Cylindrical-coordinate representation of color #F2EC1E: hue angle of 58.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2EC1E is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 30 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.05 |
| HSL | 58.3º | 0.89% | 0.53% | - |
| HSV(B) | 58.3º | 0.88% | 0.95% | - |
| XYZ | 66.85 | 78.96 | 12.95 | - |
| YUV | 214.31 | 23.99 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 30 | 0 | 0.02 | 0.88 | 0.05 | 58.3 | 0.89 | 0.53 |
| Hex | F2 | EC | 1E | 0 | 2 | 58 | 5 | 3A | 59 | 35 |
| Octal | 362 | 354 | 36 | 0 | 2 | 130 | 5 | 72 | 131 | 65 |
| Binary | 11110010 | 11101100 | 11110 | 0 | 10 | 1011000 | 101 | 111010 | 1011001 | 110101 |
Color Harmonies of #F2EC1E
Complementary color
Monochromatic Colors of #F2EC1E
Black with #F2EC1E
Text Example
Text Example
White with #F2EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC1E; }
p { color: rgb(242,236,30); }
H1.HeaderClassName
{
color: #F2EC1E;
}
.AnyTagClassName
{
color: #F2EC1E;
}
</style>
background-color css
<style>
a { background-color: #F2EC1E; }
a { background-color: rgb(242,236,30); }
div.DivClassName
{
background-color: #F2EC1E;
}
.BgClassName
{
background-color: #F2EC1E;
}
</style>
border-color css
<style>
span { border-color: #F2EC1E; }
span { border-color: rgb(242,236,30); }
td.TdClassName
{
border-color: #F2EC1E;
}
.TagClassName
{
border-color: #F2EC1E;
}
</style>