Shades of Witch Haze #FCF575
Tints of Witch Haze #FCF575
RGB
CMYK
RGB Variations
Color information
#FCF575 (or 0xFCF575) is known color: Witch Haze. HEX triplet: FC, F5 and 75. RGB value is (252,245,117). Sum of RGB (Red+Green+Blue) = 252+245+117=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF575 is #030A8A. Grayscale: #E9E9E9. Windows color (decimal): -199307 or 7730684. OLE color: 7730684.
HSL color Cylindrical-coordinate representation of color #FCF575: hue angle of 56.89º 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 #FCF575 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 117 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.01 |
| HSL | 56.89º | 0.96% | 0.72% | - |
| HSV(B) | 56.89º | 0.54% | 0.99% | - |
| XYZ | 76.01 | 87.28 | 29.67 | - |
| YUV | 232.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 117 | 0 | 0.03 | 0.54 | 0.01 | 56.89 | 0.96 | 0.72 |
| Hex | FC | F5 | 75 | 0 | 3 | 36 | 1 | 39 | 60 | 48 |
| Octal | 374 | 365 | 165 | 0 | 3 | 66 | 1 | 71 | 140 | 110 |
| Binary | 11111100 | 11110101 | 1110101 | 0 | 11 | 110110 | 1 | 111001 | 1100000 | 1001000 |
Color Harmonies of #FCF575
Complementary color
Monochromatic Colors of #FCF575
Black with #FCF575
Text Example
Text Example
White with #FCF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF575; }
p { color: rgb(252,245,117); }
H1.HeaderClassName
{
color: #FCF575;
}
.AnyTagClassName
{
color: #FCF575;
}
</style>
background-color css
<style>
a { background-color: #FCF575; }
a { background-color: rgb(252,245,117); }
div.DivClassName
{
background-color: #FCF575;
}
.BgClassName
{
background-color: #FCF575;
}
</style>
border-color css
<style>
span { border-color: #FCF575; }
span { border-color: rgb(252,245,117); }
td.TdClassName
{
border-color: #FCF575;
}
.TagClassName
{
border-color: #FCF575;
}
</style>