Shades of Laser Lemon #FCFF66
Tints of Laser Lemon #FCFF66
RGB
CMYK
RGB Variations
Color information
#FCFF66 (or 0xFCFF66) is known color: Laser Lemon. HEX triplet: FC, FF and 66. RGB value is (252,255,102). Sum of RGB (Red+Green+Blue) = 252+255+102=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 102 (40.23% from 255 or 16.75% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF66 is #030099. Grayscale: #EDEDED. Windows color (decimal): -196762 or 6750204. OLE color: 6750204.
HSL color Cylindrical-coordinate representation of color #FCFF66: hue angle of 61.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCFF66 is Cyan = 0.01, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 102 | - |
| CMYK | 0.01 | 0 | 0.6 | 0 |
| HSL | 61.18º | 1% | 0.7% | - |
| HSV(B) | 61.18º | 0.6% | 1% | - |
| XYZ | 78.3 | 93.17 | 26.43 | - |
| YUV | 236.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 102 | 0.01 | 0 | 0.6 | 0 | 61.18 | 1 | 0.7 |
| Hex | FC | FF | 66 | 1 | 0 | 3C | 0 | 3D | 64 | 46 |
| Octal | 374 | 377 | 146 | 1 | 0 | 74 | 0 | 75 | 144 | 106 |
| Binary | 11111100 | 11111111 | 1100110 | 1 | 0 | 111100 | 0 | 111101 | 1100100 | 1000110 |
Color Harmonies of #FCFF66
Complementary color
Monochromatic Colors of #FCFF66
Black with #FCFF66
Text Example
Text Example
White with #FCFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF66; }
p { color: rgb(252,255,102); }
H1.HeaderClassName
{
color: #FCFF66;
}
.AnyTagClassName
{
color: #FCFF66;
}
</style>
background-color css
<style>
a { background-color: #FCFF66; }
a { background-color: rgb(252,255,102); }
div.DivClassName
{
background-color: #FCFF66;
}
.BgClassName
{
background-color: #FCFF66;
}
</style>
border-color css
<style>
span { border-color: #FCFF66; }
span { border-color: rgb(252,255,102); }
td.TdClassName
{
border-color: #FCFF66;
}
.TagClassName
{
border-color: #FCFF66;
}
</style>