Shades of Witch Haze #FCEC70
Tints of Witch Haze #FCEC70
RGB
CMYK
RGB Variations
Color information
#FCEC70 (or 0xFCEC70) is known color: Witch Haze. HEX triplet: FC, EC and 70. RGB value is (252,236,112). Sum of RGB (Red+Green+Blue) = 252+236+112=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC70 is #03138F. Grayscale: #E3E3E3. Windows color (decimal): -201616 or 7400700. OLE color: 7400700.
HSL color Cylindrical-coordinate representation of color #FCEC70: hue angle of 53.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCEC70 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 112 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.01 |
| HSL | 53.14º | 0.96% | 0.71% | - |
| HSV(B) | 53.14º | 0.56% | 0.99% | - |
| XYZ | 73.06 | 81.86 | 27.28 | - |
| YUV | 226.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 112 | 0 | 0.06 | 0.56 | 0.01 | 53.14 | 0.96 | 0.71 |
| Hex | FC | EC | 70 | 0 | 6 | 38 | 1 | 35 | 60 | 47 |
| Octal | 374 | 354 | 160 | 0 | 6 | 70 | 1 | 65 | 140 | 107 |
| Binary | 11111100 | 11101100 | 1110000 | 0 | 110 | 111000 | 1 | 110101 | 1100000 | 1000111 |
Color Harmonies of #FCEC70
Complementary color
Monochromatic Colors of #FCEC70
Black with #FCEC70
Text Example
Text Example
White with #FCEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC70; }
p { color: rgb(252,236,112); }
H1.HeaderClassName
{
color: #FCEC70;
}
.AnyTagClassName
{
color: #FCEC70;
}
</style>
background-color css
<style>
a { background-color: #FCEC70; }
a { background-color: rgb(252,236,112); }
div.DivClassName
{
background-color: #FCEC70;
}
.BgClassName
{
background-color: #FCEC70;
}
</style>
border-color css
<style>
span { border-color: #FCEC70; }
span { border-color: rgb(252,236,112); }
td.TdClassName
{
border-color: #FCEC70;
}
.TagClassName
{
border-color: #FCEC70;
}
</style>