Shades of Witch Haze #FCF579
Tints of Witch Haze #FCF579
RGB
CMYK
RGB Variations
Color information
#FCF579 (or 0xFCF579) is known color: Witch Haze. HEX triplet: FC, F5 and 79. RGB value is (252,245,121). Sum of RGB (Red+Green+Blue) = 252+245+121=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 121 (47.66% from 255 or 19.58% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF579 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF579 is #030A86. Grayscale: #E9E9E9. Windows color (decimal): -199303 or 7992828. OLE color: 7992828.
HSL color Cylindrical-coordinate representation of color #FCF579: hue angle of 56.79º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCF579 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 121 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.01 |
| HSL | 56.79º | 0.96% | 0.73% | - |
| HSV(B) | 56.79º | 0.52% | 0.99% | - |
| XYZ | 76.25 | 87.38 | 30.94 | - |
| YUV | 232.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 121 | 0 | 0.03 | 0.52 | 0.01 | 56.79 | 0.96 | 0.73 |
| Hex | FC | F5 | 79 | 0 | 3 | 34 | 1 | 39 | 60 | 49 |
| Octal | 374 | 365 | 171 | 0 | 3 | 64 | 1 | 71 | 140 | 111 |
| Binary | 11111100 | 11110101 | 1111001 | 0 | 11 | 110100 | 1 | 111001 | 1100000 | 1001001 |
Color Harmonies of #FCF579
Complementary color
Monochromatic Colors of #FCF579
Black with #FCF579
Text Example
Text Example
White with #FCF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF579; }
p { color: rgb(252,245,121); }
H1.HeaderClassName
{
color: #FCF579;
}
.AnyTagClassName
{
color: #FCF579;
}
</style>
background-color css
<style>
a { background-color: #FCF579; }
a { background-color: rgb(252,245,121); }
div.DivClassName
{
background-color: #FCF579;
}
.BgClassName
{
background-color: #FCF579;
}
</style>
border-color css
<style>
span { border-color: #FCF579; }
span { border-color: rgb(252,245,121); }
td.TdClassName
{
border-color: #FCF579;
}
.TagClassName
{
border-color: #FCF579;
}
</style>