Shades of Lemon #F2E619
Tints of Lemon #F2E619
RGB
CMYK
RGB Variations
Color information
#F2E619 (or 0xF2E619) is known color: Lemon. HEX triplet: F2, E6 and 19. RGB value is (242,230,25). Sum of RGB (Red+Green+Blue) = 242+230+25=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 25 (10.16% from 255 or 5.03% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E619 is #0D19E6. Grayscale: #D3D3D3. Windows color (decimal): -858599 or 1697522. OLE color: 1697522.
HSL color Cylindrical-coordinate representation of color #F2E619: hue angle of 56.68º 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 #F2E619 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.05 |
| HSL | 56.68º | 0.89% | 0.52% | - |
| HSV(B) | 56.68º | 0.9% | 0.95% | - |
| XYZ | 65.09 | 75.54 | 12.07 | - |
| YUV | 210.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 25 | 0 | 0.05 | 0.90 | 0.05 | 56.68 | 0.89 | 0.52 |
| Hex | F2 | E6 | 19 | 0 | 5 | 5A | 5 | 39 | 59 | 34 |
| Octal | 362 | 346 | 31 | 0 | 5 | 132 | 5 | 71 | 131 | 64 |
| Binary | 11110010 | 11100110 | 11001 | 0 | 101 | 1011010 | 101 | 111001 | 1011001 | 110100 |
Color Harmonies of #F2E619
Complementary color
Monochromatic Colors of #F2E619
Black with #F2E619
Text Example
Text Example
White with #F2E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E619; }
p { color: rgb(242,230,25); }
H1.HeaderClassName
{
color: #F2E619;
}
.AnyTagClassName
{
color: #F2E619;
}
</style>
background-color css
<style>
a { background-color: #F2E619; }
a { background-color: rgb(242,230,25); }
div.DivClassName
{
background-color: #F2E619;
}
.BgClassName
{
background-color: #F2E619;
}
</style>
border-color css
<style>
span { border-color: #F2E619; }
span { border-color: rgb(242,230,25); }
td.TdClassName
{
border-color: #F2E619;
}
.TagClassName
{
border-color: #F2E619;
}
</style>