Shades of Witch Haze #FCEB73
Tints of Witch Haze #FCEB73
RGB
CMYK
RGB Variations
Color information
#FCEB73 (or 0xFCEB73) is known color: Witch Haze. HEX triplet: FC, EB and 73. RGB value is (252,235,115). Sum of RGB (Red+Green+Blue) = 252+235+115=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB73 is #03148C. Grayscale: #E2E2E2. Windows color (decimal): -201869 or 7597052. OLE color: 7597052.
HSL color Cylindrical-coordinate representation of color #FCEB73: hue angle of 52.55º 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 #FCEB73 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 115 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.01 |
| HSL | 52.55º | 0.96% | 0.72% | - |
| HSV(B) | 52.55º | 0.54% | 0.99% | - |
| XYZ | 72.95 | 81.35 | 28.08 | - |
| YUV | 226.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 115 | 0 | 0.07 | 0.54 | 0.01 | 52.55 | 0.96 | 0.72 |
| Hex | FC | EB | 73 | 0 | 7 | 36 | 1 | 35 | 60 | 48 |
| Octal | 374 | 353 | 163 | 0 | 7 | 66 | 1 | 65 | 140 | 110 |
| Binary | 11111100 | 11101011 | 1110011 | 0 | 111 | 110110 | 1 | 110101 | 1100000 | 1001000 |
Color Harmonies of #FCEB73
Complementary color
Monochromatic Colors of #FCEB73
Black with #FCEB73
Text Example
Text Example
White with #FCEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB73; }
p { color: rgb(252,235,115); }
H1.HeaderClassName
{
color: #FCEB73;
}
.AnyTagClassName
{
color: #FCEB73;
}
</style>
background-color css
<style>
a { background-color: #FCEB73; }
a { background-color: rgb(252,235,115); }
div.DivClassName
{
background-color: #FCEB73;
}
.BgClassName
{
background-color: #FCEB73;
}
</style>
border-color css
<style>
span { border-color: #FCEB73; }
span { border-color: rgb(252,235,115); }
td.TdClassName
{
border-color: #FCEB73;
}
.TagClassName
{
border-color: #FCEB73;
}
</style>