Shades of Laser Lemon #FCFF76
Tints of Laser Lemon #FCFF76
RGB
CMYK
RGB Variations
Color information
#FCFF76 (or 0xFCFF76) is known color: Laser Lemon. HEX triplet: FC, FF and 76. RGB value is (252,255,118). Sum of RGB (Red+Green+Blue) = 252+255+118=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 118 (46.48% from 255 or 18.88% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF76 is #030089. Grayscale: #EFEFEF. Windows color (decimal): -196746 or 7798780. OLE color: 7798780.
HSL color Cylindrical-coordinate representation of color #FCFF76: hue angle of 61.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCFF76 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 118 | - |
| CMYK | 0.01 | 0 | 0.54 | 0 |
| HSL | 61.31º | 1% | 0.73% | - |
| HSV(B) | 61.31º | 0.54% | 1% | - |
| XYZ | 79.17 | 93.52 | 31.02 | - |
| YUV | 238.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 118 | 0.01 | 0 | 0.54 | 0 | 61.31 | 1 | 0.73 |
| Hex | FC | FF | 76 | 1 | 0 | 36 | 0 | 3D | 64 | 49 |
| Octal | 374 | 377 | 166 | 1 | 0 | 66 | 0 | 75 | 144 | 111 |
| Binary | 11111100 | 11111111 | 1110110 | 1 | 0 | 110110 | 0 | 111101 | 1100100 | 1001001 |
Color Harmonies of #FCFF76
Complementary color
Monochromatic Colors of #FCFF76
Black with #FCFF76
Text Example
Text Example
White with #FCFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF76; }
p { color: rgb(252,255,118); }
H1.HeaderClassName
{
color: #FCFF76;
}
.AnyTagClassName
{
color: #FCFF76;
}
</style>
background-color css
<style>
a { background-color: #FCFF76; }
a { background-color: rgb(252,255,118); }
div.DivClassName
{
background-color: #FCFF76;
}
.BgClassName
{
background-color: #FCFF76;
}
</style>
border-color css
<style>
span { border-color: #FCFF76; }
span { border-color: rgb(252,255,118); }
td.TdClassName
{
border-color: #FCFF76;
}
.TagClassName
{
border-color: #FCFF76;
}
</style>