Shades of Witch Haze #FFFC76
Tints of Witch Haze #FFFC76
RGB
CMYK
RGB Variations
Color information
#FFFC76 (or 0xFFFC76) is known color: Witch Haze. HEX triplet: FF, FC and 76. RGB value is (255,252,118). Sum of RGB (Red+Green+Blue) = 255+252+118=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 118 (46.48% from 255 or 18.88% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC76 is #000389. Grayscale: #EEEEEE. Windows color (decimal): -906 or 7798015. OLE color: 7798015.
HSL color Cylindrical-coordinate representation of color #FFFC76: hue angle of 58.69º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFFC76 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 118 | - |
| CMYK | 0 | 0.01 | 0.54 | 0 |
| HSL | 58.69º | 1% | 0.73% | - |
| HSV(B) | 58.69º | 0.54% | 1% | - |
| XYZ | 79.32 | 92.19 | 30.75 | - |
| YUV | 237.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 118 | 0 | 0.01 | 0.54 | 0 | 58.69 | 1 | 0.73 |
| Hex | FF | FC | 76 | 0 | 1 | 36 | 0 | 3B | 64 | 49 |
| Octal | 377 | 374 | 166 | 0 | 1 | 66 | 0 | 73 | 144 | 111 |
| Binary | 11111111 | 11111100 | 1110110 | 0 | 1 | 110110 | 0 | 111011 | 1100100 | 1001001 |
Color Harmonies of #FFFC76
Complementary color
Monochromatic Colors of #FFFC76
Black with #FFFC76
Text Example
Text Example
White with #FFFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC76; }
p { color: rgb(255,252,118); }
H1.HeaderClassName
{
color: #FFFC76;
}
.AnyTagClassName
{
color: #FFFC76;
}
</style>
background-color css
<style>
a { background-color: #FFFC76; }
a { background-color: rgb(255,252,118); }
div.DivClassName
{
background-color: #FFFC76;
}
.BgClassName
{
background-color: #FFFC76;
}
</style>
border-color css
<style>
span { border-color: #FFFC76; }
span { border-color: rgb(255,252,118); }
td.TdClassName
{
border-color: #FFFC76;
}
.TagClassName
{
border-color: #FFFC76;
}
</style>