Shades of Laser Lemon #FCFF63
Tints of Laser Lemon #FCFF63
RGB
CMYK
RGB Variations
Color information
#FCFF63 (or 0xFCFF63) is known color: Laser Lemon. HEX triplet: FC, FF and 63. RGB value is (252,255,99). Sum of RGB (Red+Green+Blue) = 252+255+99=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 99 (39.06% from 255 or 16.34% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF63 is #03009C. Grayscale: #ECECEC. Windows color (decimal): -196765 or 6553596. OLE color: 6553596.
HSL color Cylindrical-coordinate representation of color #FCFF63: hue angle of 61.15º 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 #FCFF63 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 99 | - |
| CMYK | 0.01 | 0 | 0.61 | 0 |
| HSL | 61.15º | 1% | 0.69% | - |
| HSV(B) | 61.15º | 0.61% | 1% | - |
| XYZ | 78.16 | 93.12 | 25.66 | - |
| YUV | 236.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 99 | 0.01 | 0 | 0.61 | 0 | 61.15 | 1 | 0.69 |
| Hex | FC | FF | 63 | 1 | 0 | 3D | 0 | 3D | 64 | 45 |
| Octal | 374 | 377 | 143 | 1 | 0 | 75 | 0 | 75 | 144 | 105 |
| Binary | 11111100 | 11111111 | 1100011 | 1 | 0 | 111101 | 0 | 111101 | 1100100 | 1000101 |
Color Harmonies of #FCFF63
Complementary color
Monochromatic Colors of #FCFF63
Black with #FCFF63
Text Example
Text Example
White with #FCFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF63; }
p { color: rgb(252,255,99); }
H1.HeaderClassName
{
color: #FCFF63;
}
.AnyTagClassName
{
color: #FCFF63;
}
</style>
background-color css
<style>
a { background-color: #FCFF63; }
a { background-color: rgb(252,255,99); }
div.DivClassName
{
background-color: #FCFF63;
}
.BgClassName
{
background-color: #FCFF63;
}
</style>
border-color css
<style>
span { border-color: #FCFF63; }
span { border-color: rgb(252,255,99); }
td.TdClassName
{
border-color: #FCFF63;
}
.TagClassName
{
border-color: #FCFF63;
}
</style>