Shades of Lemon #F2E215
Tints of Lemon #F2E215
RGB
CMYK
RGB Variations
Color information
#F2E215 (or 0xF2E215) is known color: Lemon. HEX triplet: F2, E2 and 15. RGB value is (242,226,21). Sum of RGB (Red+Green+Blue) = 242+226+21=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E215 is #0D1DEA. Grayscale: #D0D0D0. Windows color (decimal): -859627 or 1434354. OLE color: 1434354.
HSL color Cylindrical-coordinate representation of color #F2E215: hue angle of 55.66º 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 #F2E215 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.66º | 0.89% | 0.52% | - |
| HSV(B) | 55.66º | 0.91% | 0.95% | - |
| XYZ | 63.95 | 73.32 | 11.49 | - |
| YUV | 207.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 21 | 0 | 0.07 | 0.91 | 0.05 | 55.66 | 0.89 | 0.52 |
| Hex | F2 | E2 | 15 | 0 | 7 | 5B | 5 | 38 | 59 | 34 |
| Octal | 362 | 342 | 25 | 0 | 7 | 133 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100010 | 10101 | 0 | 111 | 1011011 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E215
Complementary color
Monochromatic Colors of #F2E215
Black with #F2E215
Text Example
Text Example
White with #F2E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E215; }
p { color: rgb(242,226,21); }
H1.HeaderClassName
{
color: #F2E215;
}
.AnyTagClassName
{
color: #F2E215;
}
</style>
background-color css
<style>
a { background-color: #F2E215; }
a { background-color: rgb(242,226,21); }
div.DivClassName
{
background-color: #F2E215;
}
.BgClassName
{
background-color: #F2E215;
}
</style>
border-color css
<style>
span { border-color: #F2E215; }
span { border-color: rgb(242,226,21); }
td.TdClassName
{
border-color: #F2E215;
}
.TagClassName
{
border-color: #F2E215;
}
</style>