Shades of Laser Lemon #FAFF55
Tints of Laser Lemon #FAFF55
RGB
CMYK
RGB Variations
Color information
#FAFF55 (or 0xFAFF55) is known color: Laser Lemon. HEX triplet: FA, FF and 55. RGB value is (250,255,85). Sum of RGB (Red+Green+Blue) = 250+255+85=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 85 (33.59% from 255 or 14.41% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF55 is #0500AA. Grayscale: #EAEAEA. Windows color (decimal): -327851 or 5636090. OLE color: 5636090.
HSL color Cylindrical-coordinate representation of color #FAFF55: hue angle of 61.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAFF55 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 85 | - |
| CMYK | 0.02 | 0 | 0.67 | 0 |
| HSL | 61.76º | 1% | 0.67% | - |
| HSV(B) | 61.76º | 0.67% | 1% | - |
| XYZ | 76.82 | 92.5 | 22.4 | - |
| YUV | 234.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 85 | 0.02 | 0 | 0.67 | 0 | 61.76 | 1 | 0.67 |
| Hex | FA | FF | 55 | 2 | 0 | 43 | 0 | 3E | 64 | 43 |
| Octal | 372 | 377 | 125 | 2 | 0 | 103 | 0 | 76 | 144 | 103 |
| Binary | 11111010 | 11111111 | 1010101 | 10 | 0 | 1000011 | 0 | 111110 | 1100100 | 1000011 |
Color Harmonies of #FAFF55
Complementary color
Monochromatic Colors of #FAFF55
Black with #FAFF55
Text Example
Text Example
White with #FAFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF55; }
p { color: rgb(250,255,85); }
H1.HeaderClassName
{
color: #FAFF55;
}
.AnyTagClassName
{
color: #FAFF55;
}
</style>
background-color css
<style>
a { background-color: #FAFF55; }
a { background-color: rgb(250,255,85); }
div.DivClassName
{
background-color: #FAFF55;
}
.BgClassName
{
background-color: #FAFF55;
}
</style>
border-color css
<style>
span { border-color: #FAFF55; }
span { border-color: rgb(250,255,85); }
td.TdClassName
{
border-color: #FAFF55;
}
.TagClassName
{
border-color: #FAFF55;
}
</style>