Shades of Lemon #F2E519
Tints of Lemon #F2E519
RGB
CMYK
RGB Variations
Color information
#F2E519 (or 0xF2E519) is known color: Lemon. HEX triplet: F2, E5 and 19. RGB value is (242,229,25). Sum of RGB (Red+Green+Blue) = 242+229+25=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E519 is #0D1AE6. Grayscale: #D2D2D2. Windows color (decimal): -858855 or 1697266. OLE color: 1697266.
HSL color Cylindrical-coordinate representation of color #F2E519: hue angle of 56.41º 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 #F2E519 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.05 |
| HSL | 56.41º | 0.89% | 0.52% | - |
| HSV(B) | 56.41º | 0.9% | 0.95% | - |
| XYZ | 64.81 | 74.99 | 11.98 | - |
| YUV | 209.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 25 | 0 | 0.05 | 0.90 | 0.05 | 56.41 | 0.89 | 0.52 |
| Hex | F2 | E5 | 19 | 0 | 5 | 5A | 5 | 38 | 59 | 34 |
| Octal | 362 | 345 | 31 | 0 | 5 | 132 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100101 | 11001 | 0 | 101 | 1011010 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E519
Complementary color
Monochromatic Colors of #F2E519
Black with #F2E519
Text Example
Text Example
White with #F2E519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E519; }
p { color: rgb(242,229,25); }
H1.HeaderClassName
{
color: #F2E519;
}
.AnyTagClassName
{
color: #F2E519;
}
</style>
background-color css
<style>
a { background-color: #F2E519; }
a { background-color: rgb(242,229,25); }
div.DivClassName
{
background-color: #F2E519;
}
.BgClassName
{
background-color: #F2E519;
}
</style>
border-color css
<style>
span { border-color: #F2E519; }
span { border-color: rgb(242,229,25); }
td.TdClassName
{
border-color: #F2E519;
}
.TagClassName
{
border-color: #F2E519;
}
</style>