Shades of Witch Haze #FCE96D
Tints of Witch Haze #FCE96D
RGB
CMYK
RGB Variations
Color information
#FCE96D (or 0xFCE96D) is known color: Witch Haze. HEX triplet: FC, E9 and 6D. RGB value is (252,233,109). Sum of RGB (Red+Green+Blue) = 252+233+109=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 109 (42.97% from 255 or 18.35% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE96D is #031692. Grayscale: #E1E1E1. Windows color (decimal): -202387 or 7203324. OLE color: 7203324.
HSL color Cylindrical-coordinate representation of color #FCE96D: hue angle of 52.03º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCE96D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 109 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.01 |
| HSL | 52.03º | 0.96% | 0.71% | - |
| HSV(B) | 52.03º | 0.57% | 0.99% | - |
| XYZ | 72.04 | 80.08 | 26.13 | - |
| YUV | 224.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 109 | 0 | 0.08 | 0.57 | 0.01 | 52.03 | 0.96 | 0.71 |
| Hex | FC | E9 | 6D | 0 | 8 | 39 | 1 | 34 | 60 | 47 |
| Octal | 374 | 351 | 155 | 0 | 10 | 71 | 1 | 64 | 140 | 107 |
| Binary | 11111100 | 11101001 | 1101101 | 0 | 1000 | 111001 | 1 | 110100 | 1100000 | 1000111 |
Color Harmonies of #FCE96D
Complementary color
Monochromatic Colors of #FCE96D
Black with #FCE96D
Text Example
Text Example
White with #FCE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE96D; }
p { color: rgb(252,233,109); }
H1.HeaderClassName
{
color: #FCE96D;
}
.AnyTagClassName
{
color: #FCE96D;
}
</style>
background-color css
<style>
a { background-color: #FCE96D; }
a { background-color: rgb(252,233,109); }
div.DivClassName
{
background-color: #FCE96D;
}
.BgClassName
{
background-color: #FCE96D;
}
</style>
border-color css
<style>
span { border-color: #FCE96D; }
span { border-color: rgb(252,233,109); }
td.TdClassName
{
border-color: #FCE96D;
}
.TagClassName
{
border-color: #FCE96D;
}
</style>