Shades of Laser Lemon #FAFF5B
Tints of Laser Lemon #FAFF5B
RGB
CMYK
RGB Variations
Color information
#FAFF5B (or 0xFAFF5B) is known color: Laser Lemon. HEX triplet: FA, FF and 5B. RGB value is (250,255,91). Sum of RGB (Red+Green+Blue) = 250+255+91=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 91 (35.94% from 255 or 15.27% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF5B is #0500A4. Grayscale: #EBEBEB. Windows color (decimal): -327845 or 6029306. OLE color: 6029306.
HSL color Cylindrical-coordinate representation of color #FAFF5B: hue angle of 61.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAFF5B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 91 | - |
| CMYK | 0.02 | 0 | 0.64 | 0 |
| HSL | 61.83º | 1% | 0.68% | - |
| HSV(B) | 61.83º | 0.64% | 1% | - |
| XYZ | 77.07 | 92.6 | 23.71 | - |
| YUV | 234.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 91 | 0.02 | 0 | 0.64 | 0 | 61.83 | 1 | 0.68 |
| Hex | FA | FF | 5B | 2 | 0 | 40 | 0 | 3E | 64 | 44 |
| Octal | 372 | 377 | 133 | 2 | 0 | 100 | 0 | 76 | 144 | 104 |
| Binary | 11111010 | 11111111 | 1011011 | 10 | 0 | 1000000 | 0 | 111110 | 1100100 | 1000100 |
Color Harmonies of #FAFF5B
Complementary color
Monochromatic Colors of #FAFF5B
Black with #FAFF5B
Text Example
Text Example
White with #FAFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF5B; }
p { color: rgb(250,255,91); }
H1.HeaderClassName
{
color: #FAFF5B;
}
.AnyTagClassName
{
color: #FAFF5B;
}
</style>
background-color css
<style>
a { background-color: #FAFF5B; }
a { background-color: rgb(250,255,91); }
div.DivClassName
{
background-color: #FAFF5B;
}
.BgClassName
{
background-color: #FAFF5B;
}
</style>
border-color css
<style>
span { border-color: #FAFF5B; }
span { border-color: rgb(250,255,91); }
td.TdClassName
{
border-color: #FAFF5B;
}
.TagClassName
{
border-color: #FAFF5B;
}
</style>