Shades of Witch Haze #FCF573
Tints of Witch Haze #FCF573
RGB
CMYK
RGB Variations
Color information
#FCF573 (or 0xFCF573) is known color: Witch Haze. HEX triplet: FC, F5 and 73. RGB value is (252,245,115). Sum of RGB (Red+Green+Blue) = 252+245+115=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 115 (45.31% from 255 or 18.79% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF573 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF573 is #030A8C. Grayscale: #E8E8E8. Windows color (decimal): -199309 or 7599612. OLE color: 7599612.
HSL color Cylindrical-coordinate representation of color #FCF573: hue angle of 56.93º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCF573 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 115 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.01 |
| HSL | 56.93º | 0.96% | 0.72% | - |
| HSV(B) | 56.93º | 0.54% | 0.99% | - |
| XYZ | 75.89 | 87.24 | 29.06 | - |
| YUV | 232.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 115 | 0 | 0.03 | 0.54 | 0.01 | 56.93 | 0.96 | 0.72 |
| Hex | FC | F5 | 73 | 0 | 3 | 36 | 1 | 39 | 60 | 48 |
| Octal | 374 | 365 | 163 | 0 | 3 | 66 | 1 | 71 | 140 | 110 |
| Binary | 11111100 | 11110101 | 1110011 | 0 | 11 | 110110 | 1 | 111001 | 1100000 | 1001000 |
Color Harmonies of #FCF573
Complementary color
Monochromatic Colors of #FCF573
Black with #FCF573
Text Example
Text Example
White with #FCF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF573; }
p { color: rgb(252,245,115); }
H1.HeaderClassName
{
color: #FCF573;
}
.AnyTagClassName
{
color: #FCF573;
}
</style>
background-color css
<style>
a { background-color: #FCF573; }
a { background-color: rgb(252,245,115); }
div.DivClassName
{
background-color: #FCF573;
}
.BgClassName
{
background-color: #FCF573;
}
</style>
border-color css
<style>
span { border-color: #FCF573; }
span { border-color: rgb(252,245,115); }
td.TdClassName
{
border-color: #FCF573;
}
.TagClassName
{
border-color: #FCF573;
}
</style>