Shades of Lemon #F2EC06
Tints of Lemon #F2EC06
RGB
CMYK
RGB Variations
Color information
#F2EC06 (or 0xF2EC06) is known color: Lemon. HEX triplet: F2, EC and 06. RGB value is (242,236,6). Sum of RGB (Red+Green+Blue) = 242+236+6=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 6 (2.73% from 255 or 1.24% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC06 is #0D13F9. Grayscale: #D4D4D4. Windows color (decimal): -857082 or 453874. OLE color: 453874.
HSL color Cylindrical-coordinate representation of color #F2EC06: hue angle of 58.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2EC06 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.05 |
| HSL | 58.47º | 0.95% | 0.49% | - |
| HSV(B) | 58.47º | 0.98% | 0.95% | - |
| XYZ | 66.65 | 78.88 | 11.89 | - |
| YUV | 211.57 | 11.99 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 6 | 0 | 0.02 | 0.98 | 0.05 | 58.47 | 0.95 | 0.49 |
| Hex | F2 | EC | 6 | 0 | 2 | 62 | 5 | 3A | 5F | 31 |
| Octal | 362 | 354 | 6 | 0 | 2 | 142 | 5 | 72 | 137 | 61 |
| Binary | 11110010 | 11101100 | 110 | 0 | 10 | 1100010 | 101 | 111010 | 1011111 | 110001 |
Color Harmonies of #F2EC06
Complementary color
Monochromatic Colors of #F2EC06
Black with #F2EC06
Text Example
Text Example
White with #F2EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC06; }
p { color: rgb(242,236,6); }
H1.HeaderClassName
{
color: #F2EC06;
}
.AnyTagClassName
{
color: #F2EC06;
}
</style>
background-color css
<style>
a { background-color: #F2EC06; }
a { background-color: rgb(242,236,6); }
div.DivClassName
{
background-color: #F2EC06;
}
.BgClassName
{
background-color: #F2EC06;
}
</style>
border-color css
<style>
span { border-color: #F2EC06; }
span { border-color: rgb(242,236,6); }
td.TdClassName
{
border-color: #F2EC06;
}
.TagClassName
{
border-color: #F2EC06;
}
</style>