Shades of Laser Lemon #FCFC66
Tints of Laser Lemon #FCFC66
RGB
CMYK
RGB Variations
Color information
#FCFC66 (or 0xFCFC66) is known color: Laser Lemon. HEX triplet: FC, FC and 66. RGB value is (252,252,102). Sum of RGB (Red+Green+Blue) = 252+252+102=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 102 (40.23% from 255 or 16.83% from 606); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC66 is #030399. Grayscale: #EBEBEB. Windows color (decimal): -197530 or 6749436. OLE color: 6749436.
HSL color Cylindrical-coordinate representation of color #FCFC66: hue angle of 60º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCFC66 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 102 | - |
| CMYK | 0 | 0 | 0.60 | 0.01 |
| HSL | 60º | 0.96% | 0.69% | - |
| HSV(B) | 60º | 0.6% | 0.99% | - |
| XYZ | 77.35 | 91.28 | 26.11 | - |
| YUV | 234.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 102 | 0 | 0 | 0.60 | 0.01 | 60 | 0.96 | 0.69 |
| Hex | FC | FC | 66 | 0 | 0 | 3C | 1 | 3C | 60 | 45 |
| Octal | 374 | 374 | 146 | 0 | 0 | 74 | 1 | 74 | 140 | 105 |
| Binary | 11111100 | 11111100 | 1100110 | 0 | 0 | 111100 | 1 | 111100 | 1100000 | 1000101 |
Color Harmonies of #FCFC66
Complementary color
Monochromatic Colors of #FCFC66
Black with #FCFC66
Text Example
Text Example
White with #FCFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC66; }
p { color: rgb(252,252,102); }
H1.HeaderClassName
{
color: #FCFC66;
}
.AnyTagClassName
{
color: #FCFC66;
}
</style>
background-color css
<style>
a { background-color: #FCFC66; }
a { background-color: rgb(252,252,102); }
div.DivClassName
{
background-color: #FCFC66;
}
.BgClassName
{
background-color: #FCFC66;
}
</style>
border-color css
<style>
span { border-color: #FCFC66; }
span { border-color: rgb(252,252,102); }
td.TdClassName
{
border-color: #FCFC66;
}
.TagClassName
{
border-color: #FCFC66;
}
</style>