Shades of Witch Haze #FCF779
Tints of Witch Haze #FCF779
RGB
CMYK
RGB Variations
Color information
#FCF779 (or 0xFCF779) is known color: Witch Haze. HEX triplet: FC, F7 and 79. RGB value is (252,247,121). Sum of RGB (Red+Green+Blue) = 252+247+121=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 121 (47.66% from 255 or 19.52% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF779 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF779 is #030886. Grayscale: #EAEAEA. Windows color (decimal): -198791 or 7993340. OLE color: 7993340.
HSL color Cylindrical-coordinate representation of color #FCF779: hue angle of 57.71º 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 #FCF779 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 121 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.01 |
| HSL | 57.71º | 0.96% | 0.73% | - |
| HSV(B) | 57.71º | 0.52% | 0.99% | - |
| XYZ | 76.86 | 88.6 | 31.14 | - |
| YUV | 234.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 121 | 0 | 0.02 | 0.52 | 0.01 | 57.71 | 0.96 | 0.73 |
| Hex | FC | F7 | 79 | 0 | 2 | 34 | 1 | 3A | 60 | 49 |
| Octal | 374 | 367 | 171 | 0 | 2 | 64 | 1 | 72 | 140 | 111 |
| Binary | 11111100 | 11110111 | 1111001 | 0 | 10 | 110100 | 1 | 111010 | 1100000 | 1001001 |
Color Harmonies of #FCF779
Complementary color
Monochromatic Colors of #FCF779
Black with #FCF779
Text Example
Text Example
White with #FCF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF779; }
p { color: rgb(252,247,121); }
H1.HeaderClassName
{
color: #FCF779;
}
.AnyTagClassName
{
color: #FCF779;
}
</style>
background-color css
<style>
a { background-color: #FCF779; }
a { background-color: rgb(252,247,121); }
div.DivClassName
{
background-color: #FCF779;
}
.BgClassName
{
background-color: #FCF779;
}
</style>
border-color css
<style>
span { border-color: #FCF779; }
span { border-color: rgb(252,247,121); }
td.TdClassName
{
border-color: #FCF779;
}
.TagClassName
{
border-color: #FCF779;
}
</style>