Shades of Lemon #F2E011
Tints of Lemon #F2E011
RGB
CMYK
RGB Variations
Color information
#F2E011 (or 0xF2E011) is known color: Lemon. HEX triplet: F2, E0 and 11. RGB value is (242,224,17). Sum of RGB (Red+Green+Blue) = 242+224+17=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E011 is #0D1FEE. Grayscale: #CECECE. Windows color (decimal): -860143 or 1171698. OLE color: 1171698.
HSL color Cylindrical-coordinate representation of color #F2E011: hue angle of 55.2º 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 #F2E011 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.05 |
| HSL | 55.2º | 0.9% | 0.51% | - |
| HSV(B) | 55.2º | 0.93% | 0.95% | - |
| XYZ | 63.37 | 72.23 | 11.13 | - |
| YUV | 205.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 17 | 0 | 0.07 | 0.93 | 0.05 | 55.2 | 0.9 | 0.51 |
| Hex | F2 | E0 | 11 | 0 | 7 | 5D | 5 | 37 | 5A | 33 |
| Octal | 362 | 340 | 21 | 0 | 7 | 135 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11100000 | 10001 | 0 | 111 | 1011101 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2E011
Complementary color
Monochromatic Colors of #F2E011
Black with #F2E011
Text Example
Text Example
White with #F2E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E011; }
p { color: rgb(242,224,17); }
H1.HeaderClassName
{
color: #F2E011;
}
.AnyTagClassName
{
color: #F2E011;
}
</style>
background-color css
<style>
a { background-color: #F2E011; }
a { background-color: rgb(242,224,17); }
div.DivClassName
{
background-color: #F2E011;
}
.BgClassName
{
background-color: #F2E011;
}
</style>
border-color css
<style>
span { border-color: #F2E011; }
span { border-color: rgb(242,224,17); }
td.TdClassName
{
border-color: #F2E011;
}
.TagClassName
{
border-color: #F2E011;
}
</style>