Shades of Laser Lemon #FAFF59
Tints of Laser Lemon #FAFF59
RGB
CMYK
RGB Variations
Color information
#FAFF59 (or 0xFAFF59) is known color: Laser Lemon. HEX triplet: FA, FF and 59. RGB value is (250,255,89). Sum of RGB (Red+Green+Blue) = 250+255+89=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 89 (35.16% from 255 or 14.98% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF59 is #0500A6. Grayscale: #EBEBEB. Windows color (decimal): -327847 or 5898234. OLE color: 5898234.
HSL color Cylindrical-coordinate representation of color #FAFF59: hue angle of 61.81º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAFF59 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 89 | - |
| CMYK | 0.02 | 0 | 0.65 | 0 |
| HSL | 61.81º | 1% | 0.67% | - |
| HSV(B) | 61.81º | 0.65% | 1% | - |
| XYZ | 76.99 | 92.57 | 23.26 | - |
| YUV | 234.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 89 | 0.02 | 0 | 0.65 | 0 | 61.81 | 1 | 0.67 |
| Hex | FA | FF | 59 | 2 | 0 | 41 | 0 | 3E | 64 | 43 |
| Octal | 372 | 377 | 131 | 2 | 0 | 101 | 0 | 76 | 144 | 103 |
| Binary | 11111010 | 11111111 | 1011001 | 10 | 0 | 1000001 | 0 | 111110 | 1100100 | 1000011 |
Color Harmonies of #FAFF59
Complementary color
Monochromatic Colors of #FAFF59
Black with #FAFF59
Text Example
Text Example
White with #FAFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF59; }
p { color: rgb(250,255,89); }
H1.HeaderClassName
{
color: #FAFF59;
}
.AnyTagClassName
{
color: #FAFF59;
}
</style>
background-color css
<style>
a { background-color: #FAFF59; }
a { background-color: rgb(250,255,89); }
div.DivClassName
{
background-color: #FAFF59;
}
.BgClassName
{
background-color: #FAFF59;
}
</style>
border-color css
<style>
span { border-color: #FAFF59; }
span { border-color: rgb(250,255,89); }
td.TdClassName
{
border-color: #FAFF59;
}
.TagClassName
{
border-color: #FAFF59;
}
</style>