Shades of Witch Haze #FCEC76
Tints of Witch Haze #FCEC76
RGB
CMYK
RGB Variations
Color information
#FCEC76 (or 0xFCEC76) is known color: Witch Haze. HEX triplet: FC, EC and 76. RGB value is (252,236,118). Sum of RGB (Red+Green+Blue) = 252+236+118=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 118 (46.48% from 255 or 19.47% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC76 is #031389. Grayscale: #E3E3E3. Windows color (decimal): -201610 or 7793916. OLE color: 7793916.
HSL color Cylindrical-coordinate representation of color #FCEC76: hue angle of 52.84º 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 #FCEC76 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 118 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.01 |
| HSL | 52.84º | 0.96% | 0.73% | - |
| HSV(B) | 52.84º | 0.53% | 0.99% | - |
| XYZ | 73.41 | 81.99 | 29.1 | - |
| YUV | 227.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 118 | 0 | 0.06 | 0.53 | 0.01 | 52.84 | 0.96 | 0.73 |
| Hex | FC | EC | 76 | 0 | 6 | 35 | 1 | 35 | 60 | 49 |
| Octal | 374 | 354 | 166 | 0 | 6 | 65 | 1 | 65 | 140 | 111 |
| Binary | 11111100 | 11101100 | 1110110 | 0 | 110 | 110101 | 1 | 110101 | 1100000 | 1001001 |
Color Harmonies of #FCEC76
Complementary color
Monochromatic Colors of #FCEC76
Black with #FCEC76
Text Example
Text Example
White with #FCEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC76; }
p { color: rgb(252,236,118); }
H1.HeaderClassName
{
color: #FCEC76;
}
.AnyTagClassName
{
color: #FCEC76;
}
</style>
background-color css
<style>
a { background-color: #FCEC76; }
a { background-color: rgb(252,236,118); }
div.DivClassName
{
background-color: #FCEC76;
}
.BgClassName
{
background-color: #FCEC76;
}
</style>
border-color css
<style>
span { border-color: #FCEC76; }
span { border-color: rgb(252,236,118); }
td.TdClassName
{
border-color: #FCEC76;
}
.TagClassName
{
border-color: #FCEC76;
}
</style>