Shades of Lemon #F2F819
Tints of Lemon #F2F819
RGB
CMYK
RGB Variations
Color information
#F2F819 (or 0xF2F819) is known color: Lemon. HEX triplet: F2, F8 and 19. RGB value is (242,248,25). Sum of RGB (Red+Green+Blue) = 242+248+25=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 25 (10.16% from 255 or 4.85% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F819 is #0D07E6. Grayscale: #DDDDDD. Windows color (decimal): -853991 or 1702130. OLE color: 1702130.
HSL color Cylindrical-coordinate representation of color #F2F819: hue angle of 61.61º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2F819 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.03 |
| HSL | 61.61º | 0.94% | 0.54% | - |
| HSV(B) | 61.61º | 0.9% | 0.97% | - |
| XYZ | 70.36 | 86.08 | 13.83 | - |
| YUV | 220.78 | 17.51 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 25 | 0.02 | 0 | 0.90 | 0.03 | 61.61 | 0.94 | 0.54 |
| Hex | F2 | F8 | 19 | 2 | 0 | 5A | 3 | 3E | 5E | 36 |
| Octal | 362 | 370 | 31 | 2 | 0 | 132 | 3 | 76 | 136 | 66 |
| Binary | 11110010 | 11111000 | 11001 | 10 | 0 | 1011010 | 11 | 111110 | 1011110 | 110110 |
Color Harmonies of #F2F819
Complementary color
Monochromatic Colors of #F2F819
Black with #F2F819
Text Example
Text Example
White with #F2F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F819; }
p { color: rgb(242,248,25); }
H1.HeaderClassName
{
color: #F2F819;
}
.AnyTagClassName
{
color: #F2F819;
}
</style>
background-color css
<style>
a { background-color: #F2F819; }
a { background-color: rgb(242,248,25); }
div.DivClassName
{
background-color: #F2F819;
}
.BgClassName
{
background-color: #F2F819;
}
</style>
border-color css
<style>
span { border-color: #F2F819; }
span { border-color: rgb(242,248,25); }
td.TdClassName
{
border-color: #F2F819;
}
.TagClassName
{
border-color: #F2F819;
}
</style>