Shades of Witch Haze #FCFC76
Tints of Witch Haze #FCFC76
RGB
CMYK
RGB Variations
Color information
#FCFC76 (or 0xFCFC76) is known color: Witch Haze. HEX triplet: FC, FC and 76. RGB value is (252,252,118). Sum of RGB (Red+Green+Blue) = 252+252+118=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 118 (46.48% from 255 or 18.97% from 622); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC76 is #030389. Grayscale: #EDEDED. Windows color (decimal): -197514 or 7798012. OLE color: 7798012.
HSL color Cylindrical-coordinate representation of color #FCFC76: hue angle of 60º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCFC76 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 118 | - |
| CMYK | 0 | 0 | 0.53 | 0.01 |
| HSL | 60º | 0.96% | 0.73% | - |
| HSV(B) | 60º | 0.53% | 0.99% | - |
| XYZ | 78.23 | 91.62 | 30.7 | - |
| YUV | 236.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 118 | 0 | 0 | 0.53 | 0.01 | 60 | 0.96 | 0.73 |
| Hex | FC | FC | 76 | 0 | 0 | 35 | 1 | 3C | 60 | 49 |
| Octal | 374 | 374 | 166 | 0 | 0 | 65 | 1 | 74 | 140 | 111 |
| Binary | 11111100 | 11111100 | 1110110 | 0 | 0 | 110101 | 1 | 111100 | 1100000 | 1001001 |
Color Harmonies of #FCFC76
Complementary color
Monochromatic Colors of #FCFC76
Black with #FCFC76
Text Example
Text Example
White with #FCFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC76; }
p { color: rgb(252,252,118); }
H1.HeaderClassName
{
color: #FCFC76;
}
.AnyTagClassName
{
color: #FCFC76;
}
</style>
background-color css
<style>
a { background-color: #FCFC76; }
a { background-color: rgb(252,252,118); }
div.DivClassName
{
background-color: #FCFC76;
}
.BgClassName
{
background-color: #FCFC76;
}
</style>
border-color css
<style>
span { border-color: #FCFC76; }
span { border-color: rgb(252,252,118); }
td.TdClassName
{
border-color: #FCFC76;
}
.TagClassName
{
border-color: #FCFC76;
}
</style>