Shades of Lemon #F2EC08
Tints of Lemon #F2EC08
RGB
CMYK
RGB Variations
Color information
#F2EC08 (or 0xF2EC08) is known color: Lemon. HEX triplet: F2, EC and 08. RGB value is (242,236,8). Sum of RGB (Red+Green+Blue) = 242+236+8=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 8 (3.52% from 255 or 1.65% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC08 is #0D13F7. Grayscale: #D4D4D4. Windows color (decimal): -857080 or 584946. OLE color: 584946.
HSL color Cylindrical-coordinate representation of color #F2EC08: hue angle of 58.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2EC08 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.05 |
| HSL | 58.46º | 0.94% | 0.49% | - |
| HSV(B) | 58.46º | 0.97% | 0.95% | - |
| XYZ | 66.66 | 78.89 | 11.94 | - |
| YUV | 211.8 | 12.99 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 8 | 0 | 0.02 | 0.97 | 0.05 | 58.46 | 0.94 | 0.49 |
| Hex | F2 | EC | 8 | 0 | 2 | 61 | 5 | 3A | 5E | 31 |
| Octal | 362 | 354 | 10 | 0 | 2 | 141 | 5 | 72 | 136 | 61 |
| Binary | 11110010 | 11101100 | 1000 | 0 | 10 | 1100001 | 101 | 111010 | 1011110 | 110001 |
Color Harmonies of #F2EC08
Complementary color
Monochromatic Colors of #F2EC08
Black with #F2EC08
Text Example
Text Example
White with #F2EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC08; }
p { color: rgb(242,236,8); }
H1.HeaderClassName
{
color: #F2EC08;
}
.AnyTagClassName
{
color: #F2EC08;
}
</style>
background-color css
<style>
a { background-color: #F2EC08; }
a { background-color: rgb(242,236,8); }
div.DivClassName
{
background-color: #F2EC08;
}
.BgClassName
{
background-color: #F2EC08;
}
</style>
border-color css
<style>
span { border-color: #F2EC08; }
span { border-color: rgb(242,236,8); }
td.TdClassName
{
border-color: #F2EC08;
}
.TagClassName
{
border-color: #F2EC08;
}
</style>