Shades of Witch Haze #FCF07C
Tints of Witch Haze #FCF07C
RGB
CMYK
RGB Variations
Color information
#FCF07C (or 0xFCF07C) is known color: Witch Haze. HEX triplet: FC, F0 and 7C. RGB value is (252,240,124). Sum of RGB (Red+Green+Blue) = 252+240+124=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07C is #030F83. Grayscale: #E6E6E6. Windows color (decimal): -200580 or 8188156. OLE color: 8188156.
HSL color Cylindrical-coordinate representation of color #FCF07C: hue angle of 54.38º 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 #FCF07C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 124 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.01 |
| HSL | 54.38º | 0.96% | 0.74% | - |
| HSV(B) | 54.38º | 0.51% | 0.99% | - |
| XYZ | 74.94 | 84.47 | 31.42 | - |
| YUV | 230.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 124 | 0 | 0.05 | 0.51 | 0.01 | 54.38 | 0.96 | 0.74 |
| Hex | FC | F0 | 7C | 0 | 5 | 33 | 1 | 36 | 60 | 4A |
| Octal | 374 | 360 | 174 | 0 | 5 | 63 | 1 | 66 | 140 | 112 |
| Binary | 11111100 | 11110000 | 1111100 | 0 | 101 | 110011 | 1 | 110110 | 1100000 | 1001010 |
Color Harmonies of #FCF07C
Complementary color
Monochromatic Colors of #FCF07C
Black with #FCF07C
Text Example
Text Example
White with #FCF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF07C; }
p { color: rgb(252,240,124); }
H1.HeaderClassName
{
color: #FCF07C;
}
.AnyTagClassName
{
color: #FCF07C;
}
</style>
background-color css
<style>
a { background-color: #FCF07C; }
a { background-color: rgb(252,240,124); }
div.DivClassName
{
background-color: #FCF07C;
}
.BgClassName
{
background-color: #FCF07C;
}
</style>
border-color css
<style>
span { border-color: #FCF07C; }
span { border-color: rgb(252,240,124); }
td.TdClassName
{
border-color: #FCF07C;
}
.TagClassName
{
border-color: #FCF07C;
}
</style>