Shades of Witch Haze #FCF67C
Tints of Witch Haze #FCF67C
RGB
CMYK
RGB Variations
Color information
#FCF67C (or 0xFCF67C) is known color: Witch Haze. HEX triplet: FC, F6 and 7C. RGB value is (252,246,124). Sum of RGB (Red+Green+Blue) = 252+246+124=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 124 (48.83% from 255 or 19.94% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF67C is #030983. Grayscale: #EAEAEA. Windows color (decimal): -199044 or 8189692. OLE color: 8189692.
HSL color Cylindrical-coordinate representation of color #FCF67C: hue angle of 57.19º 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 #FCF67C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 57.19º | 0.96% | 0.74% | - |
| HSV(B) | 57.19º | 0.51% | 0.99% | - |
| XYZ | 76.74 | 88.06 | 32.02 | - |
| YUV | 233.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 124 | 0 | 0.02 | 0.51 | 0.01 | 57.19 | 0.96 | 0.74 |
| Hex | FC | F6 | 7C | 0 | 2 | 33 | 1 | 39 | 60 | 4A |
| Octal | 374 | 366 | 174 | 0 | 2 | 63 | 1 | 71 | 140 | 112 |
| Binary | 11111100 | 11110110 | 1111100 | 0 | 10 | 110011 | 1 | 111001 | 1100000 | 1001010 |
Color Harmonies of #FCF67C
Complementary color
Monochromatic Colors of #FCF67C
Black with #FCF67C
Text Example
Text Example
White with #FCF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF67C; }
p { color: rgb(252,246,124); }
H1.HeaderClassName
{
color: #FCF67C;
}
.AnyTagClassName
{
color: #FCF67C;
}
</style>
background-color css
<style>
a { background-color: #FCF67C; }
a { background-color: rgb(252,246,124); }
div.DivClassName
{
background-color: #FCF67C;
}
.BgClassName
{
background-color: #FCF67C;
}
</style>
border-color css
<style>
span { border-color: #FCF67C; }
span { border-color: rgb(252,246,124); }
td.TdClassName
{
border-color: #FCF67C;
}
.TagClassName
{
border-color: #FCF67C;
}
</style>