Shades of Lemon #F2EC1D
Tints of Lemon #F2EC1D
RGB
CMYK
RGB Variations
Color information
#F2EC1D (or 0xF2EC1D) is known color: Lemon. HEX triplet: F2, EC and 1D. RGB value is (242,236,29). Sum of RGB (Red+Green+Blue) = 242+236+29=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC1D is #0D13E2. Grayscale: #D7D7D7. Windows color (decimal): -857059 or 1961202. OLE color: 1961202.
HSL color Cylindrical-coordinate representation of color #F2EC1D: hue angle of 58.31º 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 #F2EC1D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.05 |
| HSL | 58.31º | 0.89% | 0.53% | - |
| HSV(B) | 58.31º | 0.88% | 0.95% | - |
| XYZ | 66.84 | 78.96 | 12.88 | - |
| YUV | 214.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 29 | 0 | 0.02 | 0.88 | 0.05 | 58.31 | 0.89 | 0.53 |
| Hex | F2 | EC | 1D | 0 | 2 | 58 | 5 | 3A | 59 | 35 |
| Octal | 362 | 354 | 35 | 0 | 2 | 130 | 5 | 72 | 131 | 65 |
| Binary | 11110010 | 11101100 | 11101 | 0 | 10 | 1011000 | 101 | 111010 | 1011001 | 110101 |
Color Harmonies of #F2EC1D
Complementary color
Monochromatic Colors of #F2EC1D
Black with #F2EC1D
Text Example
Text Example
White with #F2EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC1D; }
p { color: rgb(242,236,29); }
H1.HeaderClassName
{
color: #F2EC1D;
}
.AnyTagClassName
{
color: #F2EC1D;
}
</style>
background-color css
<style>
a { background-color: #F2EC1D; }
a { background-color: rgb(242,236,29); }
div.DivClassName
{
background-color: #F2EC1D;
}
.BgClassName
{
background-color: #F2EC1D;
}
</style>
border-color css
<style>
span { border-color: #F2EC1D; }
span { border-color: rgb(242,236,29); }
td.TdClassName
{
border-color: #F2EC1D;
}
.TagClassName
{
border-color: #F2EC1D;
}
</style>