Shades of Witch Haze #FCEE70
Tints of Witch Haze #FCEE70
RGB
CMYK
RGB Variations
Color information
#FCEE70 (or 0xFCEE70) is known color: Witch Haze. HEX triplet: FC, EE and 70. RGB value is (252,238,112). Sum of RGB (Red+Green+Blue) = 252+238+112=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE70 is #03118F. Grayscale: #E4E4E4. Windows color (decimal): -201104 or 7401212. OLE color: 7401212.
HSL color Cylindrical-coordinate representation of color #FCEE70: hue angle of 54º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCEE70 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 112 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.01 |
| HSL | 54º | 0.96% | 0.71% | - |
| HSV(B) | 54º | 0.56% | 0.99% | - |
| XYZ | 73.64 | 83.01 | 27.47 | - |
| YUV | 227.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 112 | 0 | 0.06 | 0.56 | 0.01 | 54 | 0.96 | 0.71 |
| Hex | FC | EE | 70 | 0 | 6 | 38 | 1 | 36 | 60 | 47 |
| Octal | 374 | 356 | 160 | 0 | 6 | 70 | 1 | 66 | 140 | 107 |
| Binary | 11111100 | 11101110 | 1110000 | 0 | 110 | 111000 | 1 | 110110 | 1100000 | 1000111 |
Color Harmonies of #FCEE70
Complementary color
Monochromatic Colors of #FCEE70
Black with #FCEE70
Text Example
Text Example
White with #FCEE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE70; }
p { color: rgb(252,238,112); }
H1.HeaderClassName
{
color: #FCEE70;
}
.AnyTagClassName
{
color: #FCEE70;
}
</style>
background-color css
<style>
a { background-color: #FCEE70; }
a { background-color: rgb(252,238,112); }
div.DivClassName
{
background-color: #FCEE70;
}
.BgClassName
{
background-color: #FCEE70;
}
</style>
border-color css
<style>
span { border-color: #FCEE70; }
span { border-color: rgb(252,238,112); }
td.TdClassName
{
border-color: #FCEE70;
}
.TagClassName
{
border-color: #FCEE70;
}
</style>