Shades of Lemon #F2E216
Tints of Lemon #F2E216
RGB
CMYK
RGB Variations
Color information
#F2E216 (or 0xF2E216) is known color: Lemon. HEX triplet: F2, E2 and 16. RGB value is (242,226,22). Sum of RGB (Red+Green+Blue) = 242+226+22=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E216 is #0D1DE9. Grayscale: #D0D0D0. Windows color (decimal): -859626 or 1499890. OLE color: 1499890.
HSL color Cylindrical-coordinate representation of color #F2E216: hue angle of 55.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2E216 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.64º | 0.89% | 0.52% | - |
| HSV(B) | 55.64º | 0.91% | 0.95% | - |
| XYZ | 63.96 | 73.33 | 11.54 | - |
| YUV | 207.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 22 | 0 | 0.07 | 0.91 | 0.05 | 55.64 | 0.89 | 0.52 |
| Hex | F2 | E2 | 16 | 0 | 7 | 5B | 5 | 38 | 59 | 34 |
| Octal | 362 | 342 | 26 | 0 | 7 | 133 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100010 | 10110 | 0 | 111 | 1011011 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E216
Complementary color
Monochromatic Colors of #F2E216
Black with #F2E216
Text Example
Text Example
White with #F2E216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E216; }
p { color: rgb(242,226,22); }
H1.HeaderClassName
{
color: #F2E216;
}
.AnyTagClassName
{
color: #F2E216;
}
</style>
background-color css
<style>
a { background-color: #F2E216; }
a { background-color: rgb(242,226,22); }
div.DivClassName
{
background-color: #F2E216;
}
.BgClassName
{
background-color: #F2E216;
}
</style>
border-color css
<style>
span { border-color: #F2E216; }
span { border-color: rgb(242,226,22); }
td.TdClassName
{
border-color: #F2E216;
}
.TagClassName
{
border-color: #F2E216;
}
</style>