Shades of Laser Lemon #FAFF63
Tints of Laser Lemon #FAFF63
RGB
CMYK
RGB Variations
Color information
#FAFF63 (or 0xFAFF63) is known color: Laser Lemon. HEX triplet: FA, FF and 63. RGB value is (250,255,99). Sum of RGB (Red+Green+Blue) = 250+255+99=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 99 (39.06% from 255 or 16.39% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF63 is #05009C. Grayscale: #ECECEC. Windows color (decimal): -327837 or 6553594. OLE color: 6553594.
HSL color Cylindrical-coordinate representation of color #FAFF63: hue angle of 61.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAFF63 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 99 | - |
| CMYK | 0.02 | 0 | 0.61 | 0 |
| HSL | 61.92º | 1% | 0.69% | - |
| HSV(B) | 61.92º | 0.61% | 1% | - |
| XYZ | 77.44 | 92.74 | 25.62 | - |
| YUV | 235.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 99 | 0.02 | 0 | 0.61 | 0 | 61.92 | 1 | 0.69 |
| Hex | FA | FF | 63 | 2 | 0 | 3D | 0 | 3E | 64 | 45 |
| Octal | 372 | 377 | 143 | 2 | 0 | 75 | 0 | 76 | 144 | 105 |
| Binary | 11111010 | 11111111 | 1100011 | 10 | 0 | 111101 | 0 | 111110 | 1100100 | 1000101 |
Color Harmonies of #FAFF63
Complementary color
Monochromatic Colors of #FAFF63
Black with #FAFF63
Text Example
Text Example
White with #FAFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF63; }
p { color: rgb(250,255,99); }
H1.HeaderClassName
{
color: #FAFF63;
}
.AnyTagClassName
{
color: #FAFF63;
}
</style>
background-color css
<style>
a { background-color: #FAFF63; }
a { background-color: rgb(250,255,99); }
div.DivClassName
{
background-color: #FAFF63;
}
.BgClassName
{
background-color: #FAFF63;
}
</style>
border-color css
<style>
span { border-color: #FAFF63; }
span { border-color: rgb(250,255,99); }
td.TdClassName
{
border-color: #FAFF63;
}
.TagClassName
{
border-color: #FAFF63;
}
</style>