Shades of Lemon #F2E804
Tints of Lemon #F2E804
RGB
CMYK
RGB Variations
Color information
#F2E804 (or 0xF2E804) is known color: Lemon. HEX triplet: F2, E8 and 04. RGB value is (242,232,4). Sum of RGB (Red+Green+Blue) = 242+232+4=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E804 is #0D17FB. Grayscale: #D1D1D1. Windows color (decimal): -858108 or 321778. OLE color: 321778.
HSL color Cylindrical-coordinate representation of color #F2E804: hue angle of 57.48º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2E804 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.05 |
| HSL | 57.48º | 0.97% | 0.48% | - |
| HSV(B) | 57.48º | 0.98% | 0.95% | - |
| XYZ | 65.5 | 76.6 | 11.45 | - |
| YUV | 209 | 12.31 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 4 | 0 | 0.04 | 0.98 | 0.05 | 57.48 | 0.97 | 0.48 |
| Hex | F2 | E8 | 4 | 0 | 4 | 62 | 5 | 39 | 61 | 30 |
| Octal | 362 | 350 | 4 | 0 | 4 | 142 | 5 | 71 | 141 | 60 |
| Binary | 11110010 | 11101000 | 100 | 0 | 100 | 1100010 | 101 | 111001 | 1100001 | 110000 |
Color Harmonies of #F2E804
Complementary color
Monochromatic Colors of #F2E804
Black with #F2E804
Text Example
Text Example
White with #F2E804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E804; }
p { color: rgb(242,232,4); }
H1.HeaderClassName
{
color: #F2E804;
}
.AnyTagClassName
{
color: #F2E804;
}
</style>
background-color css
<style>
a { background-color: #F2E804; }
a { background-color: rgb(242,232,4); }
div.DivClassName
{
background-color: #F2E804;
}
.BgClassName
{
background-color: #F2E804;
}
</style>
border-color css
<style>
span { border-color: #F2E804; }
span { border-color: rgb(242,232,4); }
td.TdClassName
{
border-color: #F2E804;
}
.TagClassName
{
border-color: #F2E804;
}
</style>