Shades of Laser Lemon #F5FA63
Tints of Laser Lemon #F5FA63
RGB
CMYK
RGB Variations
Color information
#F5FA63 (or 0xF5FA63) is known color: Laser Lemon. HEX triplet: F5, FA and 63. RGB value is (245,250,99). Sum of RGB (Red+Green+Blue) = 245+250+99=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 99 (39.06% from 255 or 16.67% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA63 is #0A059C. Grayscale: #E7E7E7. Windows color (decimal): -656797 or 6552309. OLE color: 6552309.
HSL color Cylindrical-coordinate representation of color #F5FA63: hue angle of 61.99º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5FA63 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 99 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.02 |
| HSL | 61.99º | 0.94% | 0.68% | - |
| HSV(B) | 61.99º | 0.6% | 0.98% | - |
| XYZ | 74.09 | 88.68 | 25.02 | - |
| YUV | 231.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 99 | 0.02 | 0 | 0.60 | 0.02 | 61.99 | 0.94 | 0.68 |
| Hex | F5 | FA | 63 | 2 | 0 | 3C | 2 | 3E | 5E | 44 |
| Octal | 365 | 372 | 143 | 2 | 0 | 74 | 2 | 76 | 136 | 104 |
| Binary | 11110101 | 11111010 | 1100011 | 10 | 0 | 111100 | 10 | 111110 | 1011110 | 1000100 |
Color Harmonies of #F5FA63
Complementary color
Monochromatic Colors of #F5FA63
Black with #F5FA63
Text Example
Text Example
White with #F5FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA63; }
p { color: rgb(245,250,99); }
H1.HeaderClassName
{
color: #F5FA63;
}
.AnyTagClassName
{
color: #F5FA63;
}
</style>
background-color css
<style>
a { background-color: #F5FA63; }
a { background-color: rgb(245,250,99); }
div.DivClassName
{
background-color: #F5FA63;
}
.BgClassName
{
background-color: #F5FA63;
}
</style>
border-color css
<style>
span { border-color: #F5FA63; }
span { border-color: rgb(245,250,99); }
td.TdClassName
{
border-color: #F5FA63;
}
.TagClassName
{
border-color: #F5FA63;
}
</style>