Shades of Laser Lemon #FAFF5E
Tints of Laser Lemon #FAFF5E
RGB
CMYK
RGB Variations
Color information
#FAFF5E (or 0xFAFF5E) is known color: Laser Lemon. HEX triplet: FA, FF and 5E. RGB value is (250,255,94). Sum of RGB (Red+Green+Blue) = 250+255+94=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 94 (37.11% from 255 or 15.69% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF5E is #0500A1. Grayscale: #EBEBEB. Windows color (decimal): -327842 or 6225914. OLE color: 6225914.
HSL color Cylindrical-coordinate representation of color #FAFF5E: hue angle of 61.86º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAFF5E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 94 | - |
| CMYK | 0.02 | 0 | 0.63 | 0 |
| HSL | 61.86º | 1% | 0.68% | - |
| HSV(B) | 61.86º | 0.63% | 1% | - |
| XYZ | 77.2 | 92.65 | 24.4 | - |
| YUV | 235.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 94 | 0.02 | 0 | 0.63 | 0 | 61.86 | 1 | 0.68 |
| Hex | FA | FF | 5E | 2 | 0 | 3F | 0 | 3E | 64 | 44 |
| Octal | 372 | 377 | 136 | 2 | 0 | 77 | 0 | 76 | 144 | 104 |
| Binary | 11111010 | 11111111 | 1011110 | 10 | 0 | 111111 | 0 | 111110 | 1100100 | 1000100 |
Color Harmonies of #FAFF5E
Complementary color
Monochromatic Colors of #FAFF5E
Black with #FAFF5E
Text Example
Text Example
White with #FAFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF5E; }
p { color: rgb(250,255,94); }
H1.HeaderClassName
{
color: #FAFF5E;
}
.AnyTagClassName
{
color: #FAFF5E;
}
</style>
background-color css
<style>
a { background-color: #FAFF5E; }
a { background-color: rgb(250,255,94); }
div.DivClassName
{
background-color: #FAFF5E;
}
.BgClassName
{
background-color: #FAFF5E;
}
</style>
border-color css
<style>
span { border-color: #FAFF5E; }
span { border-color: rgb(250,255,94); }
td.TdClassName
{
border-color: #FAFF5E;
}
.TagClassName
{
border-color: #FAFF5E;
}
</style>