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