Shades of Witch Haze #FCE86B
Tints of Witch Haze #FCE86B
RGB
CMYK
RGB Variations
Color information
#FCE86B (or 0xFCE86B) is known color: Witch Haze. HEX triplet: FC, E8 and 6B. RGB value is (252,232,107). Sum of RGB (Red+Green+Blue) = 252+232+107=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE86B is #031794. Grayscale: #E0E0E0. Windows color (decimal): -202645 or 7071996. OLE color: 7071996.
HSL color Cylindrical-coordinate representation of color #FCE86B: hue angle of 51.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE86B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 107 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.01 |
| HSL | 51.72º | 0.96% | 0.7% | - |
| HSV(B) | 51.72º | 0.58% | 0.99% | - |
| XYZ | 71.66 | 79.47 | 25.47 | - |
| YUV | 223.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 107 | 0 | 0.08 | 0.58 | 0.01 | 51.72 | 0.96 | 0.7 |
| Hex | FC | E8 | 6B | 0 | 8 | 3A | 1 | 34 | 60 | 46 |
| Octal | 374 | 350 | 153 | 0 | 10 | 72 | 1 | 64 | 140 | 106 |
| Binary | 11111100 | 11101000 | 1101011 | 0 | 1000 | 111010 | 1 | 110100 | 1100000 | 1000110 |
Color Harmonies of #FCE86B
Complementary color
Monochromatic Colors of #FCE86B
Black with #FCE86B
Text Example
Text Example
White with #FCE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE86B; }
p { color: rgb(252,232,107); }
H1.HeaderClassName
{
color: #FCE86B;
}
.AnyTagClassName
{
color: #FCE86B;
}
</style>
background-color css
<style>
a { background-color: #FCE86B; }
a { background-color: rgb(252,232,107); }
div.DivClassName
{
background-color: #FCE86B;
}
.BgClassName
{
background-color: #FCE86B;
}
</style>
border-color css
<style>
span { border-color: #FCE86B; }
span { border-color: rgb(252,232,107); }
td.TdClassName
{
border-color: #FCE86B;
}
.TagClassName
{
border-color: #FCE86B;
}
</style>