Shades of Laser Lemon #FAFF53
Tints of Laser Lemon #FAFF53
RGB
CMYK
RGB Variations
Color information
#FAFF53 (or 0xFAFF53) is known color: Laser Lemon. HEX triplet: FA, FF and 53. RGB value is (250,255,83). Sum of RGB (Red+Green+Blue) = 250+255+83=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 83 (32.81% from 255 or 14.12% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF53 is #0500AC. Grayscale: #EAEAEA. Windows color (decimal): -327853 or 5505018. OLE color: 5505018.
HSL color Cylindrical-coordinate representation of color #FAFF53: hue angle of 61.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAFF53 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 83 | - |
| CMYK | 0.02 | 0 | 0.67 | 0 |
| HSL | 61.74º | 1% | 0.66% | - |
| HSV(B) | 61.74º | 0.67% | 1% | - |
| XYZ | 76.75 | 92.47 | 21.99 | - |
| YUV | 233.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 83 | 0.02 | 0 | 0.67 | 0 | 61.74 | 1 | 0.66 |
| Hex | FA | FF | 53 | 2 | 0 | 43 | 0 | 3E | 64 | 42 |
| Octal | 372 | 377 | 123 | 2 | 0 | 103 | 0 | 76 | 144 | 102 |
| Binary | 11111010 | 11111111 | 1010011 | 10 | 0 | 1000011 | 0 | 111110 | 1100100 | 1000010 |
Color Harmonies of #FAFF53
Complementary color
Monochromatic Colors of #FAFF53
Black with #FAFF53
Text Example
Text Example
White with #FAFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF53; }
p { color: rgb(250,255,83); }
H1.HeaderClassName
{
color: #FAFF53;
}
.AnyTagClassName
{
color: #FAFF53;
}
</style>
background-color css
<style>
a { background-color: #FAFF53; }
a { background-color: rgb(250,255,83); }
div.DivClassName
{
background-color: #FAFF53;
}
.BgClassName
{
background-color: #FAFF53;
}
</style>
border-color css
<style>
span { border-color: #FAFF53; }
span { border-color: rgb(250,255,83); }
td.TdClassName
{
border-color: #FAFF53;
}
.TagClassName
{
border-color: #FAFF53;
}
</style>