Shades of Witch Haze #FCF777
Tints of Witch Haze #FCF777
RGB
CMYK
RGB Variations
Color information
#FCF777 (or 0xFCF777) is known color: Witch Haze. HEX triplet: FC, F7 and 77. RGB value is (252,247,119). Sum of RGB (Red+Green+Blue) = 252+247+119=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 119 (46.88% from 255 or 19.26% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF777 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF777 is #030888. Grayscale: #EAEAEA. Windows color (decimal): -198793 or 7862268. OLE color: 7862268.
HSL color Cylindrical-coordinate representation of color #FCF777: hue angle of 57.74º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCF777 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 119 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.01 |
| HSL | 57.74º | 0.96% | 0.73% | - |
| HSV(B) | 57.74º | 0.53% | 0.99% | - |
| XYZ | 76.74 | 88.55 | 30.5 | - |
| YUV | 233.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 119 | 0 | 0.02 | 0.53 | 0.01 | 57.74 | 0.96 | 0.73 |
| Hex | FC | F7 | 77 | 0 | 2 | 35 | 1 | 3A | 60 | 49 |
| Octal | 374 | 367 | 167 | 0 | 2 | 65 | 1 | 72 | 140 | 111 |
| Binary | 11111100 | 11110111 | 1110111 | 0 | 10 | 110101 | 1 | 111010 | 1100000 | 1001001 |
Color Harmonies of #FCF777
Complementary color
Monochromatic Colors of #FCF777
Black with #FCF777
Text Example
Text Example
White with #FCF777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF777; }
p { color: rgb(252,247,119); }
H1.HeaderClassName
{
color: #FCF777;
}
.AnyTagClassName
{
color: #FCF777;
}
</style>
background-color css
<style>
a { background-color: #FCF777; }
a { background-color: rgb(252,247,119); }
div.DivClassName
{
background-color: #FCF777;
}
.BgClassName
{
background-color: #FCF777;
}
</style>
border-color css
<style>
span { border-color: #FCF777; }
span { border-color: rgb(252,247,119); }
td.TdClassName
{
border-color: #FCF777;
}
.TagClassName
{
border-color: #FCF777;
}
</style>