Shades of Witch Haze #FCF471
Tints of Witch Haze #FCF471
RGB
CMYK
RGB Variations
Color information
#FCF471 (or 0xFCF471) is known color: Witch Haze. HEX triplet: FC, F4 and 71. RGB value is (252,244,113). Sum of RGB (Red+Green+Blue) = 252+244+113=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 113 (44.53% from 255 or 18.56% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF471 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF471 is #030B8E. Grayscale: #E7E7E7. Windows color (decimal): -199567 or 7468284. OLE color: 7468284.
HSL color Cylindrical-coordinate representation of color #FCF471: hue angle of 56.55º 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 #FCF471 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 113 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.01 |
| HSL | 56.55º | 0.96% | 0.72% | - |
| HSV(B) | 56.55º | 0.55% | 0.99% | - |
| XYZ | 75.48 | 86.59 | 28.36 | - |
| YUV | 231.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 113 | 0 | 0.03 | 0.55 | 0.01 | 56.55 | 0.96 | 0.72 |
| Hex | FC | F4 | 71 | 0 | 3 | 37 | 1 | 39 | 60 | 48 |
| Octal | 374 | 364 | 161 | 0 | 3 | 67 | 1 | 71 | 140 | 110 |
| Binary | 11111100 | 11110100 | 1110001 | 0 | 11 | 110111 | 1 | 111001 | 1100000 | 1001000 |
Color Harmonies of #FCF471
Complementary color
Monochromatic Colors of #FCF471
Black with #FCF471
Text Example
Text Example
White with #FCF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF471; }
p { color: rgb(252,244,113); }
H1.HeaderClassName
{
color: #FCF471;
}
.AnyTagClassName
{
color: #FCF471;
}
</style>
background-color css
<style>
a { background-color: #FCF471; }
a { background-color: rgb(252,244,113); }
div.DivClassName
{
background-color: #FCF471;
}
.BgClassName
{
background-color: #FCF471;
}
</style>
border-color css
<style>
span { border-color: #FCF471; }
span { border-color: rgb(252,244,113); }
td.TdClassName
{
border-color: #FCF471;
}
.TagClassName
{
border-color: #FCF471;
}
</style>