Shades of Lemon #F1FA15
Tints of Lemon #F1FA15
RGB
CMYK
RGB Variations
Color information
#F1FA15 (or 0xF1FA15) is known color: Lemon. HEX triplet: F1, FA and 15. RGB value is (241,250,21). Sum of RGB (Red+Green+Blue) = 241+250+21=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA15 is #0E05EA. Grayscale: #DEDEDE. Windows color (decimal): -919019 or 1440497. OLE color: 1440497.
HSL color Cylindrical-coordinate representation of color #F1FA15: hue angle of 62.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1FA15 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 21 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.02 |
| HSL | 62.36º | 0.96% | 0.53% | - |
| HSV(B) | 62.36º | 0.92% | 0.98% | - |
| XYZ | 70.6 | 87.13 | 13.81 | - |
| YUV | 221.2 | 15.02 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 21 | 0.04 | 0 | 0.92 | 0.02 | 62.36 | 0.96 | 0.53 |
| Hex | F1 | FA | 15 | 4 | 0 | 5C | 2 | 3E | 60 | 35 |
| Octal | 361 | 372 | 25 | 4 | 0 | 134 | 2 | 76 | 140 | 65 |
| Binary | 11110001 | 11111010 | 10101 | 100 | 0 | 1011100 | 10 | 111110 | 1100000 | 110101 |
Color Harmonies of #F1FA15
Complementary color
Monochromatic Colors of #F1FA15
Black with #F1FA15
Text Example
Text Example
White with #F1FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA15; }
p { color: rgb(241,250,21); }
H1.HeaderClassName
{
color: #F1FA15;
}
.AnyTagClassName
{
color: #F1FA15;
}
</style>
background-color css
<style>
a { background-color: #F1FA15; }
a { background-color: rgb(241,250,21); }
div.DivClassName
{
background-color: #F1FA15;
}
.BgClassName
{
background-color: #F1FA15;
}
</style>
border-color css
<style>
span { border-color: #F1FA15; }
span { border-color: rgb(241,250,21); }
td.TdClassName
{
border-color: #F1FA15;
}
.TagClassName
{
border-color: #F1FA15;
}
</style>