Shades of Lemon #F2E511
Tints of Lemon #F2E511
RGB
CMYK
RGB Variations
Color information
#F2E511 (or 0xF2E511) is known color: Lemon. HEX triplet: F2, E5 and 11. RGB value is (242,229,17). Sum of RGB (Red+Green+Blue) = 242+229+17=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 17 (7.03% from 255 or 3.48% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E511 is #0D1AEE. Grayscale: #D1D1D1. Windows color (decimal): -858863 or 1172978. OLE color: 1172978.
HSL color Cylindrical-coordinate representation of color #F2E511: hue angle of 56.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2E511 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.05 |
| HSL | 56.53º | 0.9% | 0.51% | - |
| HSV(B) | 56.53º | 0.93% | 0.95% | - |
| XYZ | 64.74 | 74.96 | 11.59 | - |
| YUV | 208.72 | 19.81 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 17 | 0 | 0.05 | 0.93 | 0.05 | 56.53 | 0.9 | 0.51 |
| Hex | F2 | E5 | 11 | 0 | 5 | 5D | 5 | 39 | 5A | 33 |
| Octal | 362 | 345 | 21 | 0 | 5 | 135 | 5 | 71 | 132 | 63 |
| Binary | 11110010 | 11100101 | 10001 | 0 | 101 | 1011101 | 101 | 111001 | 1011010 | 110011 |
Color Harmonies of #F2E511
Complementary color
Monochromatic Colors of #F2E511
Black with #F2E511
Text Example
Text Example
White with #F2E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E511; }
p { color: rgb(242,229,17); }
H1.HeaderClassName
{
color: #F2E511;
}
.AnyTagClassName
{
color: #F2E511;
}
</style>
background-color css
<style>
a { background-color: #F2E511; }
a { background-color: rgb(242,229,17); }
div.DivClassName
{
background-color: #F2E511;
}
.BgClassName
{
background-color: #F2E511;
}
</style>
border-color css
<style>
span { border-color: #F2E511; }
span { border-color: rgb(242,229,17); }
td.TdClassName
{
border-color: #F2E511;
}
.TagClassName
{
border-color: #F2E511;
}
</style>