Shades of Witch Haze #FCF972
Tints of Witch Haze #FCF972
RGB
CMYK
RGB Variations
Color information
#FCF972 (or 0xFCF972) is known color: Witch Haze. HEX triplet: FC, F9 and 72. RGB value is (252,249,114). Sum of RGB (Red+Green+Blue) = 252+249+114=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF972 is #03068D. Grayscale: #EBEBEB. Windows color (decimal): -198286 or 7535100. OLE color: 7535100.
HSL color Cylindrical-coordinate representation of color #FCF972: hue angle of 58.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCF972 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 114 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.01 |
| HSL | 58.7º | 0.96% | 0.72% | - |
| HSV(B) | 58.7º | 0.55% | 0.99% | - |
| XYZ | 77.06 | 89.66 | 29.16 | - |
| YUV | 234.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 114 | 0 | 0.01 | 0.55 | 0.01 | 58.7 | 0.96 | 0.72 |
| Hex | FC | F9 | 72 | 0 | 1 | 37 | 1 | 3B | 60 | 48 |
| Octal | 374 | 371 | 162 | 0 | 1 | 67 | 1 | 73 | 140 | 110 |
| Binary | 11111100 | 11111001 | 1110010 | 0 | 1 | 110111 | 1 | 111011 | 1100000 | 1001000 |
Color Harmonies of #FCF972
Complementary color
Monochromatic Colors of #FCF972
Black with #FCF972
Text Example
Text Example
White with #FCF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF972; }
p { color: rgb(252,249,114); }
H1.HeaderClassName
{
color: #FCF972;
}
.AnyTagClassName
{
color: #FCF972;
}
</style>
background-color css
<style>
a { background-color: #FCF972; }
a { background-color: rgb(252,249,114); }
div.DivClassName
{
background-color: #FCF972;
}
.BgClassName
{
background-color: #FCF972;
}
</style>
border-color css
<style>
span { border-color: #FCF972; }
span { border-color: rgb(252,249,114); }
td.TdClassName
{
border-color: #FCF972;
}
.TagClassName
{
border-color: #FCF972;
}
</style>