Shades of Laser Lemon #FAFF5A
Tints of Laser Lemon #FAFF5A
RGB
CMYK
RGB Variations
Color information
#FAFF5A (or 0xFAFF5A) is known color: Laser Lemon. HEX triplet: FA, FF and 5A. RGB value is (250,255,90). Sum of RGB (Red+Green+Blue) = 250+255+90=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 90 (35.55% from 255 or 15.13% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF5A is #0500A5. Grayscale: #EBEBEB. Windows color (decimal): -327846 or 5963770. OLE color: 5963770.
HSL color Cylindrical-coordinate representation of color #FAFF5A: hue angle of 61.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAFF5A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 90 | - |
| CMYK | 0.02 | 0 | 0.65 | 0 |
| HSL | 61.82º | 1% | 0.68% | - |
| HSV(B) | 61.82º | 0.65% | 1% | - |
| XYZ | 77.03 | 92.58 | 23.48 | - |
| YUV | 234.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 90 | 0.02 | 0 | 0.65 | 0 | 61.82 | 1 | 0.68 |
| Hex | FA | FF | 5A | 2 | 0 | 41 | 0 | 3E | 64 | 44 |
| Octal | 372 | 377 | 132 | 2 | 0 | 101 | 0 | 76 | 144 | 104 |
| Binary | 11111010 | 11111111 | 1011010 | 10 | 0 | 1000001 | 0 | 111110 | 1100100 | 1000100 |
Color Harmonies of #FAFF5A
Complementary color
Monochromatic Colors of #FAFF5A
Black with #FAFF5A
Text Example
Text Example
White with #FAFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF5A; }
p { color: rgb(250,255,90); }
H1.HeaderClassName
{
color: #FAFF5A;
}
.AnyTagClassName
{
color: #FAFF5A;
}
</style>
background-color css
<style>
a { background-color: #FAFF5A; }
a { background-color: rgb(250,255,90); }
div.DivClassName
{
background-color: #FAFF5A;
}
.BgClassName
{
background-color: #FAFF5A;
}
</style>
border-color css
<style>
span { border-color: #FAFF5A; }
span { border-color: rgb(250,255,90); }
td.TdClassName
{
border-color: #FAFF5A;
}
.TagClassName
{
border-color: #FAFF5A;
}
</style>