Shades of Witch Haze #FCE973
Tints of Witch Haze #FCE973
RGB
CMYK
RGB Variations
Color information
#FCE973 (or 0xFCE973) is known color: Witch Haze. HEX triplet: FC, E9 and 73. RGB value is (252,233,115). Sum of RGB (Red+Green+Blue) = 252+233+115=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 115 (45.31% from 255 or 19.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE973 is #03168C. Grayscale: #E1E1E1. Windows color (decimal): -202381 or 7596540. OLE color: 7596540.
HSL color Cylindrical-coordinate representation of color #FCE973: hue angle of 51.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCE973 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 115 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.01 |
| HSL | 51.68º | 0.96% | 0.72% | - |
| HSV(B) | 51.68º | 0.54% | 0.99% | - |
| XYZ | 72.38 | 80.21 | 27.89 | - |
| YUV | 225.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 115 | 0 | 0.08 | 0.54 | 0.01 | 51.68 | 0.96 | 0.72 |
| Hex | FC | E9 | 73 | 0 | 8 | 36 | 1 | 34 | 60 | 48 |
| Octal | 374 | 351 | 163 | 0 | 10 | 66 | 1 | 64 | 140 | 110 |
| Binary | 11111100 | 11101001 | 1110011 | 0 | 1000 | 110110 | 1 | 110100 | 1100000 | 1001000 |
Color Harmonies of #FCE973
Complementary color
Monochromatic Colors of #FCE973
Black with #FCE973
Text Example
Text Example
White with #FCE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE973; }
p { color: rgb(252,233,115); }
H1.HeaderClassName
{
color: #FCE973;
}
.AnyTagClassName
{
color: #FCE973;
}
</style>
background-color css
<style>
a { background-color: #FCE973; }
a { background-color: rgb(252,233,115); }
div.DivClassName
{
background-color: #FCE973;
}
.BgClassName
{
background-color: #FCE973;
}
</style>
border-color css
<style>
span { border-color: #FCE973; }
span { border-color: rgb(252,233,115); }
td.TdClassName
{
border-color: #FCE973;
}
.TagClassName
{
border-color: #FCE973;
}
</style>