Shades of Witch Haze #FCFB77
Tints of Witch Haze #FCFB77
RGB
CMYK
RGB Variations
Color information
#FCFB77 (or 0xFCFB77) is known color: Witch Haze. HEX triplet: FC, FB and 77. RGB value is (252,251,119). Sum of RGB (Red+Green+Blue) = 252+251+119=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 119 (46.88% from 255 or 19.13% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB77 is #030488. Grayscale: #ECECEC. Windows color (decimal): -197769 or 7863292. OLE color: 7863292.
HSL color Cylindrical-coordinate representation of color #FCFB77: hue angle of 59.55º 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 #FCFB77 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 119 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.01 |
| HSL | 59.55º | 0.96% | 0.73% | - |
| HSV(B) | 59.55º | 0.53% | 0.99% | - |
| XYZ | 77.97 | 91.02 | 30.91 | - |
| YUV | 236.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 119 | 0 | 0.00 | 0.53 | 0.01 | 59.55 | 0.96 | 0.73 |
| Hex | FC | FB | 77 | 0 | 0 | 35 | 1 | 3C | 60 | 49 |
| Octal | 374 | 373 | 167 | 0 | 0 | 65 | 1 | 74 | 140 | 111 |
| Binary | 11111100 | 11111011 | 1110111 | 0 | 0 | 110101 | 1 | 111100 | 1100000 | 1001001 |
Color Harmonies of #FCFB77
Complementary color
Monochromatic Colors of #FCFB77
Black with #FCFB77
Text Example
Text Example
White with #FCFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB77; }
p { color: rgb(252,251,119); }
H1.HeaderClassName
{
color: #FCFB77;
}
.AnyTagClassName
{
color: #FCFB77;
}
</style>
background-color css
<style>
a { background-color: #FCFB77; }
a { background-color: rgb(252,251,119); }
div.DivClassName
{
background-color: #FCFB77;
}
.BgClassName
{
background-color: #FCFB77;
}
</style>
border-color css
<style>
span { border-color: #FCFB77; }
span { border-color: rgb(252,251,119); }
td.TdClassName
{
border-color: #FCFB77;
}
.TagClassName
{
border-color: #FCFB77;
}
</style>