Shades of Witch Haze #FCEC6E
Tints of Witch Haze #FCEC6E
RGB
CMYK
RGB Variations
Color information
#FCEC6E (or 0xFCEC6E) is known color: Witch Haze. HEX triplet: FC, EC and 6E. RGB value is (252,236,110). Sum of RGB (Red+Green+Blue) = 252+236+110=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 110 (43.36% from 255 or 18.39% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC6E is #031391. Grayscale: #E2E2E2. Windows color (decimal): -201618 or 7269628. OLE color: 7269628.
HSL color Cylindrical-coordinate representation of color #FCEC6E: hue angle of 53.24º 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 #FCEC6E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 110 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.01 |
| HSL | 53.24º | 0.96% | 0.71% | - |
| HSV(B) | 53.24º | 0.56% | 0.99% | - |
| XYZ | 72.95 | 81.81 | 26.7 | - |
| YUV | 226.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 110 | 0 | 0.06 | 0.56 | 0.01 | 53.24 | 0.96 | 0.71 |
| Hex | FC | EC | 6E | 0 | 6 | 38 | 1 | 35 | 60 | 47 |
| Octal | 374 | 354 | 156 | 0 | 6 | 70 | 1 | 65 | 140 | 107 |
| Binary | 11111100 | 11101100 | 1101110 | 0 | 110 | 111000 | 1 | 110101 | 1100000 | 1000111 |
Color Harmonies of #FCEC6E
Complementary color
Monochromatic Colors of #FCEC6E
Black with #FCEC6E
Text Example
Text Example
White with #FCEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC6E; }
p { color: rgb(252,236,110); }
H1.HeaderClassName
{
color: #FCEC6E;
}
.AnyTagClassName
{
color: #FCEC6E;
}
</style>
background-color css
<style>
a { background-color: #FCEC6E; }
a { background-color: rgb(252,236,110); }
div.DivClassName
{
background-color: #FCEC6E;
}
.BgClassName
{
background-color: #FCEC6E;
}
</style>
border-color css
<style>
span { border-color: #FCEC6E; }
span { border-color: rgb(252,236,110); }
td.TdClassName
{
border-color: #FCEC6E;
}
.TagClassName
{
border-color: #FCEC6E;
}
</style>