Shades of Witch Haze #FCEE73
Tints of Witch Haze #FCEE73
RGB
CMYK
RGB Variations
Color information
#FCEE73 (or 0xFCEE73) is known color: Witch Haze. HEX triplet: FC, EE and 73. RGB value is (252,238,115). Sum of RGB (Red+Green+Blue) = 252+238+115=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 115 (45.31% from 255 or 19.01% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE73 is #03118C. Grayscale: #E4E4E4. Windows color (decimal): -201101 or 7597820. OLE color: 7597820.
HSL color Cylindrical-coordinate representation of color #FCEE73: hue angle of 53.87º 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 #FCEE73 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 115 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.01 |
| HSL | 53.87º | 0.96% | 0.72% | - |
| HSV(B) | 53.87º | 0.54% | 0.99% | - |
| XYZ | 73.81 | 83.08 | 28.37 | - |
| YUV | 228.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 115 | 0 | 0.06 | 0.54 | 0.01 | 53.87 | 0.96 | 0.72 |
| Hex | FC | EE | 73 | 0 | 6 | 36 | 1 | 36 | 60 | 48 |
| Octal | 374 | 356 | 163 | 0 | 6 | 66 | 1 | 66 | 140 | 110 |
| Binary | 11111100 | 11101110 | 1110011 | 0 | 110 | 110110 | 1 | 110110 | 1100000 | 1001000 |
Color Harmonies of #FCEE73
Complementary color
Monochromatic Colors of #FCEE73
Black with #FCEE73
Text Example
Text Example
White with #FCEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE73; }
p { color: rgb(252,238,115); }
H1.HeaderClassName
{
color: #FCEE73;
}
.AnyTagClassName
{
color: #FCEE73;
}
</style>
background-color css
<style>
a { background-color: #FCEE73; }
a { background-color: rgb(252,238,115); }
div.DivClassName
{
background-color: #FCEE73;
}
.BgClassName
{
background-color: #FCEE73;
}
</style>
border-color css
<style>
span { border-color: #FCEE73; }
span { border-color: rgb(252,238,115); }
td.TdClassName
{
border-color: #FCEE73;
}
.TagClassName
{
border-color: #FCEE73;
}
</style>