Shades of Laser Lemon #FCFF56
Tints of Laser Lemon #FCFF56
RGB
CMYK
RGB Variations
Color information
#FCFF56 (or 0xFCFF56) is known color: Laser Lemon. HEX triplet: FC, FF and 56. RGB value is (252,255,86). Sum of RGB (Red+Green+Blue) = 252+255+86=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 86 (33.98% from 255 or 14.50% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF56 is #0300A9. Grayscale: #EBEBEB. Windows color (decimal): -196778 or 5701628. OLE color: 5701628.
HSL color Cylindrical-coordinate representation of color #FCFF56: hue angle of 61.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCFF56 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 86 | - |
| CMYK | 0.01 | 0 | 0.66 | 0 |
| HSL | 61.07º | 1% | 0.67% | - |
| HSV(B) | 61.07º | 0.66% | 1% | - |
| XYZ | 77.58 | 92.89 | 22.64 | - |
| YUV | 234.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 86 | 0.01 | 0 | 0.66 | 0 | 61.07 | 1 | 0.67 |
| Hex | FC | FF | 56 | 1 | 0 | 42 | 0 | 3D | 64 | 43 |
| Octal | 374 | 377 | 126 | 1 | 0 | 102 | 0 | 75 | 144 | 103 |
| Binary | 11111100 | 11111111 | 1010110 | 1 | 0 | 1000010 | 0 | 111101 | 1100100 | 1000011 |
Color Harmonies of #FCFF56
Complementary color
Monochromatic Colors of #FCFF56
Black with #FCFF56
Text Example
Text Example
White with #FCFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF56; }
p { color: rgb(252,255,86); }
H1.HeaderClassName
{
color: #FCFF56;
}
.AnyTagClassName
{
color: #FCFF56;
}
</style>
background-color css
<style>
a { background-color: #FCFF56; }
a { background-color: rgb(252,255,86); }
div.DivClassName
{
background-color: #FCFF56;
}
.BgClassName
{
background-color: #FCFF56;
}
</style>
border-color css
<style>
span { border-color: #FCFF56; }
span { border-color: rgb(252,255,86); }
td.TdClassName
{
border-color: #FCFF56;
}
.TagClassName
{
border-color: #FCFF56;
}
</style>