Shades of Laser Lemon #F1FA60
Tints of Laser Lemon #F1FA60
RGB
CMYK
RGB Variations
Color information
#F1FA60 (or 0xF1FA60) is known color: Laser Lemon. HEX triplet: F1, FA and 60. RGB value is (241,250,96). Sum of RGB (Red+Green+Blue) = 241+250+96=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 96 (37.89% from 255 or 16.35% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA60 is #0E059F. Grayscale: #E6E6E6. Windows color (decimal): -918944 or 6355697. OLE color: 6355697.
HSL color Cylindrical-coordinate representation of color #F1FA60: hue angle of 63.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1FA60 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 96 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.02 |
| HSL | 63.51º | 0.94% | 0.68% | - |
| HSV(B) | 63.51º | 0.62% | 0.98% | - |
| XYZ | 72.57 | 87.92 | 24.21 | - |
| YUV | 229.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 96 | 0.04 | 0 | 0.62 | 0.02 | 63.51 | 0.94 | 0.68 |
| Hex | F1 | FA | 60 | 4 | 0 | 3E | 2 | 40 | 5E | 44 |
| Octal | 361 | 372 | 140 | 4 | 0 | 76 | 2 | 100 | 136 | 104 |
| Binary | 11110001 | 11111010 | 1100000 | 100 | 0 | 111110 | 10 | 1000000 | 1011110 | 1000100 |
Color Harmonies of #F1FA60
Complementary color
Monochromatic Colors of #F1FA60
Black with #F1FA60
Text Example
Text Example
White with #F1FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA60; }
p { color: rgb(241,250,96); }
H1.HeaderClassName
{
color: #F1FA60;
}
.AnyTagClassName
{
color: #F1FA60;
}
</style>
background-color css
<style>
a { background-color: #F1FA60; }
a { background-color: rgb(241,250,96); }
div.DivClassName
{
background-color: #F1FA60;
}
.BgClassName
{
background-color: #F1FA60;
}
</style>
border-color css
<style>
span { border-color: #F1FA60; }
span { border-color: rgb(241,250,96); }
td.TdClassName
{
border-color: #F1FA60;
}
.TagClassName
{
border-color: #F1FA60;
}
</style>