Shades of Lemon #F2E319
Tints of Lemon #F2E319
RGB
CMYK
RGB Variations
Color information
#F2E319 (or 0xF2E319) is known color: Lemon. HEX triplet: F2, E3 and 19. RGB value is (242,227,25). Sum of RGB (Red+Green+Blue) = 242+227+25=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E319 is #0D1CE6. Grayscale: #D1D1D1. Windows color (decimal): -859367 or 1696754. OLE color: 1696754.
HSL color Cylindrical-coordinate representation of color #F2E319: hue angle of 55.85º 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 #F2E319 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.05 |
| HSL | 55.85º | 0.89% | 0.52% | - |
| HSV(B) | 55.85º | 0.9% | 0.95% | - |
| XYZ | 64.26 | 73.89 | 11.79 | - |
| YUV | 208.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 25 | 0 | 0.06 | 0.90 | 0.05 | 55.85 | 0.89 | 0.52 |
| Hex | F2 | E3 | 19 | 0 | 6 | 5A | 5 | 38 | 59 | 34 |
| Octal | 362 | 343 | 31 | 0 | 6 | 132 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100011 | 11001 | 0 | 110 | 1011010 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E319
Complementary color
Monochromatic Colors of #F2E319
Black with #F2E319
Text Example
Text Example
White with #F2E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E319; }
p { color: rgb(242,227,25); }
H1.HeaderClassName
{
color: #F2E319;
}
.AnyTagClassName
{
color: #F2E319;
}
</style>
background-color css
<style>
a { background-color: #F2E319; }
a { background-color: rgb(242,227,25); }
div.DivClassName
{
background-color: #F2E319;
}
.BgClassName
{
background-color: #F2E319;
}
</style>
border-color css
<style>
span { border-color: #F2E319; }
span { border-color: rgb(242,227,25); }
td.TdClassName
{
border-color: #F2E319;
}
.TagClassName
{
border-color: #F2E319;
}
</style>