Shades of Lemon #F2EC09
Tints of Lemon #F2EC09
RGB
CMYK
RGB Variations
Color information
#F2EC09 (or 0xF2EC09) is known color: Lemon. HEX triplet: F2, EC and 09. RGB value is (242,236,9). Sum of RGB (Red+Green+Blue) = 242+236+9=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 9 (3.91% from 255 or 1.85% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC09 is #0D13F6. Grayscale: #D4D4D4. Windows color (decimal): -857079 or 650482. OLE color: 650482.
HSL color Cylindrical-coordinate representation of color #F2EC09: hue angle of 58.45º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2EC09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.05 |
| HSL | 58.45º | 0.93% | 0.49% | - |
| HSV(B) | 58.45º | 0.96% | 0.95% | - |
| XYZ | 66.66 | 78.89 | 11.97 | - |
| YUV | 211.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 9 | 0 | 0.02 | 0.96 | 0.05 | 58.45 | 0.93 | 0.49 |
| Hex | F2 | EC | 9 | 0 | 2 | 60 | 5 | 3A | 5D | 31 |
| Octal | 362 | 354 | 11 | 0 | 2 | 140 | 5 | 72 | 135 | 61 |
| Binary | 11110010 | 11101100 | 1001 | 0 | 10 | 1100000 | 101 | 111010 | 1011101 | 110001 |
Color Harmonies of #F2EC09
Complementary color
Monochromatic Colors of #F2EC09
Black with #F2EC09
Text Example
Text Example
White with #F2EC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC09; }
p { color: rgb(242,236,9); }
H1.HeaderClassName
{
color: #F2EC09;
}
.AnyTagClassName
{
color: #F2EC09;
}
</style>
background-color css
<style>
a { background-color: #F2EC09; }
a { background-color: rgb(242,236,9); }
div.DivClassName
{
background-color: #F2EC09;
}
.BgClassName
{
background-color: #F2EC09;
}
</style>
border-color css
<style>
span { border-color: #F2EC09; }
span { border-color: rgb(242,236,9); }
td.TdClassName
{
border-color: #F2EC09;
}
.TagClassName
{
border-color: #F2EC09;
}
</style>