Shades of Lemon #F2E517
Tints of Lemon #F2E517
RGB
CMYK
RGB Variations
Color information
#F2E517 (or 0xF2E517) is known color: Lemon. HEX triplet: F2, E5 and 17. RGB value is (242,229,23). Sum of RGB (Red+Green+Blue) = 242+229+23=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E517 is #0D1AE8. Grayscale: #D2D2D2. Windows color (decimal): -858857 or 1566194. OLE color: 1566194.
HSL color Cylindrical-coordinate representation of color #F2E517: hue angle of 56.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2E517 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.05 |
| HSL | 56.44º | 0.89% | 0.52% | - |
| HSV(B) | 56.44º | 0.9% | 0.95% | - |
| XYZ | 64.79 | 74.98 | 11.87 | - |
| YUV | 209.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 23 | 0 | 0.05 | 0.90 | 0.05 | 56.44 | 0.89 | 0.52 |
| Hex | F2 | E5 | 17 | 0 | 5 | 5A | 5 | 38 | 59 | 34 |
| Octal | 362 | 345 | 27 | 0 | 5 | 132 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100101 | 10111 | 0 | 101 | 1011010 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E517
Complementary color
Monochromatic Colors of #F2E517
Black with #F2E517
Text Example
Text Example
White with #F2E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E517; }
p { color: rgb(242,229,23); }
H1.HeaderClassName
{
color: #F2E517;
}
.AnyTagClassName
{
color: #F2E517;
}
</style>
background-color css
<style>
a { background-color: #F2E517; }
a { background-color: rgb(242,229,23); }
div.DivClassName
{
background-color: #F2E517;
}
.BgClassName
{
background-color: #F2E517;
}
</style>
border-color css
<style>
span { border-color: #F2E517; }
span { border-color: rgb(242,229,23); }
td.TdClassName
{
border-color: #F2E517;
}
.TagClassName
{
border-color: #F2E517;
}
</style>