Shades of Witch Haze #FFFD76
Tints of Witch Haze #FFFD76
RGB
CMYK
RGB Variations
Color information
#FFFD76 (or 0xFFFD76) is known color: Witch Haze. HEX triplet: FF, FD and 76. RGB value is (255,253,118). Sum of RGB (Red+Green+Blue) = 255+253+118=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 118 (46.48% from 255 or 18.85% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD76 is #000289. Grayscale: #EEEEEE. Windows color (decimal): -650 or 7798271. OLE color: 7798271.
HSL color Cylindrical-coordinate representation of color #FFFD76: hue angle of 59.12º 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 #FFFD76 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 118 | - |
| CMYK | 0 | 0.01 | 0.54 | 0 |
| HSL | 59.12º | 1% | 0.73% | - |
| HSV(B) | 59.12º | 0.54% | 1% | - |
| XYZ | 79.64 | 92.82 | 30.86 | - |
| YUV | 238.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 118 | 0 | 0.01 | 0.54 | 0 | 59.12 | 1 | 0.73 |
| Hex | FF | FD | 76 | 0 | 1 | 36 | 0 | 3B | 64 | 49 |
| Octal | 377 | 375 | 166 | 0 | 1 | 66 | 0 | 73 | 144 | 111 |
| Binary | 11111111 | 11111101 | 1110110 | 0 | 1 | 110110 | 0 | 111011 | 1100100 | 1001001 |
Color Harmonies of #FFFD76
Complementary color
Monochromatic Colors of #FFFD76
Black with #FFFD76
Text Example
Text Example
White with #FFFD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD76; }
p { color: rgb(255,253,118); }
H1.HeaderClassName
{
color: #FFFD76;
}
.AnyTagClassName
{
color: #FFFD76;
}
</style>
background-color css
<style>
a { background-color: #FFFD76; }
a { background-color: rgb(255,253,118); }
div.DivClassName
{
background-color: #FFFD76;
}
.BgClassName
{
background-color: #FFFD76;
}
</style>
border-color css
<style>
span { border-color: #FFFD76; }
span { border-color: rgb(255,253,118); }
td.TdClassName
{
border-color: #FFFD76;
}
.TagClassName
{
border-color: #FFFD76;
}
</style>