Shades of Lemon #F1FA19
Tints of Lemon #F1FA19
RGB
CMYK
RGB Variations
Color information
#F1FA19 (or 0xF1FA19) is known color: Lemon. HEX triplet: F1, FA and 19. RGB value is (241,250,25). Sum of RGB (Red+Green+Blue) = 241+250+25=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 25 (10.16% from 255 or 4.84% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA19 is #0E05E6. Grayscale: #DEDEDE. Windows color (decimal): -919015 or 1702641. OLE color: 1702641.
HSL color Cylindrical-coordinate representation of color #F1FA19: hue angle of 62.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1FA19 is Cyan = 0.04, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 25 | - |
| CMYK | 0.04 | 0 | 0.9 | 0.02 |
| HSL | 62.4º | 0.96% | 0.54% | - |
| HSV(B) | 62.4º | 0.9% | 0.98% | - |
| XYZ | 70.64 | 87.14 | 14.02 | - |
| YUV | 221.66 | 17.02 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 25 | 0.04 | 0 | 0.9 | 0.02 | 62.4 | 0.96 | 0.54 |
| Hex | F1 | FA | 19 | 4 | 0 | 5A | 2 | 3E | 60 | 36 |
| Octal | 361 | 372 | 31 | 4 | 0 | 132 | 2 | 76 | 140 | 66 |
| Binary | 11110001 | 11111010 | 11001 | 100 | 0 | 1011010 | 10 | 111110 | 1100000 | 110110 |
Color Harmonies of #F1FA19
Complementary color
Monochromatic Colors of #F1FA19
Black with #F1FA19
Text Example
Text Example
White with #F1FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA19; }
p { color: rgb(241,250,25); }
H1.HeaderClassName
{
color: #F1FA19;
}
.AnyTagClassName
{
color: #F1FA19;
}
</style>
background-color css
<style>
a { background-color: #F1FA19; }
a { background-color: rgb(241,250,25); }
div.DivClassName
{
background-color: #F1FA19;
}
.BgClassName
{
background-color: #F1FA19;
}
</style>
border-color css
<style>
span { border-color: #F1FA19; }
span { border-color: rgb(241,250,25); }
td.TdClassName
{
border-color: #F1FA19;
}
.TagClassName
{
border-color: #F1FA19;
}
</style>