Shades of Witch Haze #FCF87C
Tints of Witch Haze #FCF87C
RGB
CMYK
RGB Variations
Color information
#FCF87C (or 0xFCF87C) is known color: Witch Haze. HEX triplet: FC, F8 and 7C. RGB value is (252,248,124). Sum of RGB (Red+Green+Blue) = 252+248+124=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 124 (48.83% from 255 or 19.87% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF87C is #030783. Grayscale: #EBEBEB. Windows color (decimal): -198532 or 8190204. OLE color: 8190204.
HSL color Cylindrical-coordinate representation of color #FCF87C: hue angle of 58.12º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCF87C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 58.13º | 0.96% | 0.74% | - |
| HSV(B) | 58.13º | 0.51% | 0.99% | - |
| XYZ | 77.35 | 89.29 | 32.23 | - |
| YUV | 235.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 124 | 0 | 0.02 | 0.51 | 0.01 | 58.13 | 0.96 | 0.74 |
| Hex | FC | F8 | 7C | 0 | 2 | 33 | 1 | 3A | 60 | 4A |
| Octal | 374 | 370 | 174 | 0 | 2 | 63 | 1 | 72 | 140 | 112 |
| Binary | 11111100 | 11111000 | 1111100 | 0 | 10 | 110011 | 1 | 111010 | 1100000 | 1001010 |
Color Harmonies of #FCF87C
Complementary color
Monochromatic Colors of #FCF87C
Black with #FCF87C
Text Example
Text Example
White with #FCF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF87C; }
p { color: rgb(252,248,124); }
H1.HeaderClassName
{
color: #FCF87C;
}
.AnyTagClassName
{
color: #FCF87C;
}
</style>
background-color css
<style>
a { background-color: #FCF87C; }
a { background-color: rgb(252,248,124); }
div.DivClassName
{
background-color: #FCF87C;
}
.BgClassName
{
background-color: #FCF87C;
}
</style>
border-color css
<style>
span { border-color: #FCF87C; }
span { border-color: rgb(252,248,124); }
td.TdClassName
{
border-color: #FCF87C;
}
.TagClassName
{
border-color: #FCF87C;
}
</style>