Shades of Witch Haze #FCF978
Tints of Witch Haze #FCF978
RGB
CMYK
RGB Variations
Color information
#FCF978 (or 0xFCF978) is known color: Witch Haze. HEX triplet: FC, F9 and 78. RGB value is (252,249,120). Sum of RGB (Red+Green+Blue) = 252+249+120=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 120 (47.27% from 255 or 19.32% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF978 is #030687. Grayscale: #EBEBEB. Windows color (decimal): -198280 or 7928316. OLE color: 7928316.
HSL color Cylindrical-coordinate representation of color #FCF978: hue angle of 58.64º 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 #FCF978 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 120 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.01 |
| HSL | 58.64º | 0.96% | 0.73% | - |
| HSV(B) | 58.64º | 0.52% | 0.99% | - |
| XYZ | 77.41 | 89.8 | 31.02 | - |
| YUV | 235.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 120 | 0 | 0.01 | 0.52 | 0.01 | 58.64 | 0.96 | 0.73 |
| Hex | FC | F9 | 78 | 0 | 1 | 34 | 1 | 3B | 60 | 49 |
| Octal | 374 | 371 | 170 | 0 | 1 | 64 | 1 | 73 | 140 | 111 |
| Binary | 11111100 | 11111001 | 1111000 | 0 | 1 | 110100 | 1 | 111011 | 1100000 | 1001001 |
Color Harmonies of #FCF978
Complementary color
Monochromatic Colors of #FCF978
Black with #FCF978
Text Example
Text Example
White with #FCF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF978; }
p { color: rgb(252,249,120); }
H1.HeaderClassName
{
color: #FCF978;
}
.AnyTagClassName
{
color: #FCF978;
}
</style>
background-color css
<style>
a { background-color: #FCF978; }
a { background-color: rgb(252,249,120); }
div.DivClassName
{
background-color: #FCF978;
}
.BgClassName
{
background-color: #FCF978;
}
</style>
border-color css
<style>
span { border-color: #FCF978; }
span { border-color: rgb(252,249,120); }
td.TdClassName
{
border-color: #FCF978;
}
.TagClassName
{
border-color: #FCF978;
}
</style>