Shades of Witch Haze #FCEC7B
Tints of Witch Haze #FCEC7B
RGB
CMYK
RGB Variations
Color information
#FCEC7B (or 0xFCEC7B) is known color: Witch Haze. HEX triplet: FC, EC and 7B. RGB value is (252,236,123). Sum of RGB (Red+Green+Blue) = 252+236+123=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC7B is #031384. Grayscale: #E4E4E4. Windows color (decimal): -201605 or 8121596. OLE color: 8121596.
HSL color Cylindrical-coordinate representation of color #FCEC7B: hue angle of 52.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCEC7B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 123 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.01 |
| HSL | 52.56º | 0.96% | 0.74% | - |
| HSV(B) | 52.56º | 0.51% | 0.99% | - |
| XYZ | 73.72 | 82.12 | 30.7 | - |
| YUV | 227.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 123 | 0 | 0.06 | 0.51 | 0.01 | 52.56 | 0.96 | 0.74 |
| Hex | FC | EC | 7B | 0 | 6 | 33 | 1 | 35 | 60 | 4A |
| Octal | 374 | 354 | 173 | 0 | 6 | 63 | 1 | 65 | 140 | 112 |
| Binary | 11111100 | 11101100 | 1111011 | 0 | 110 | 110011 | 1 | 110101 | 1100000 | 1001010 |
Color Harmonies of #FCEC7B
Complementary color
Monochromatic Colors of #FCEC7B
Black with #FCEC7B
Text Example
Text Example
White with #FCEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC7B; }
p { color: rgb(252,236,123); }
H1.HeaderClassName
{
color: #FCEC7B;
}
.AnyTagClassName
{
color: #FCEC7B;
}
</style>
background-color css
<style>
a { background-color: #FCEC7B; }
a { background-color: rgb(252,236,123); }
div.DivClassName
{
background-color: #FCEC7B;
}
.BgClassName
{
background-color: #FCEC7B;
}
</style>
border-color css
<style>
span { border-color: #FCEC7B; }
span { border-color: rgb(252,236,123); }
td.TdClassName
{
border-color: #FCEC7B;
}
.TagClassName
{
border-color: #FCEC7B;
}
</style>