Shades of Witch Haze #FCEE6C
Tints of Witch Haze #FCEE6C
RGB
CMYK
RGB Variations
Color information
#FCEE6C (or 0xFCEE6C) is known color: Witch Haze. HEX triplet: FC, EE and 6C. RGB value is (252,238,108). Sum of RGB (Red+Green+Blue) = 252+238+108=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 108 (42.58% from 255 or 18.06% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE6C is #031193. Grayscale: #E3E3E3. Windows color (decimal): -201108 or 7139068. OLE color: 7139068.
HSL color Cylindrical-coordinate representation of color #FCEE6C: hue angle of 54.17º 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 #FCEE6C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 108 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.01 |
| HSL | 54.17º | 0.96% | 0.71% | - |
| HSV(B) | 54.17º | 0.57% | 0.99% | - |
| XYZ | 73.43 | 82.93 | 26.32 | - |
| YUV | 227.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 108 | 0 | 0.06 | 0.57 | 0.01 | 54.17 | 0.96 | 0.71 |
| Hex | FC | EE | 6C | 0 | 6 | 39 | 1 | 36 | 60 | 47 |
| Octal | 374 | 356 | 154 | 0 | 6 | 71 | 1 | 66 | 140 | 107 |
| Binary | 11111100 | 11101110 | 1101100 | 0 | 110 | 111001 | 1 | 110110 | 1100000 | 1000111 |
Color Harmonies of #FCEE6C
Complementary color
Monochromatic Colors of #FCEE6C
Black with #FCEE6C
Text Example
Text Example
White with #FCEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE6C; }
p { color: rgb(252,238,108); }
H1.HeaderClassName
{
color: #FCEE6C;
}
.AnyTagClassName
{
color: #FCEE6C;
}
</style>
background-color css
<style>
a { background-color: #FCEE6C; }
a { background-color: rgb(252,238,108); }
div.DivClassName
{
background-color: #FCEE6C;
}
.BgClassName
{
background-color: #FCEE6C;
}
</style>
border-color css
<style>
span { border-color: #FCEE6C; }
span { border-color: rgb(252,238,108); }
td.TdClassName
{
border-color: #FCEE6C;
}
.TagClassName
{
border-color: #FCEE6C;
}
</style>