Shades of Witch Haze #FDFB76
Tints of Witch Haze #FDFB76
RGB
CMYK
RGB Variations
Color information
#FDFB76 (or 0xFDFB76) is known color: Witch Haze. HEX triplet: FD, FB and 76. RGB value is (253,251,118). Sum of RGB (Red+Green+Blue) = 253+251+118=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 118 (46.48% from 255 or 18.97% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB76 is #020489. Grayscale: #ECECEC. Windows color (decimal): -132234 or 7797757. OLE color: 7797757.
HSL color Cylindrical-coordinate representation of color #FDFB76: hue angle of 59.11º degrees, saturation: 0.97, 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 #FDFB76 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 118 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.01 |
| HSL | 59.11º | 0.97% | 0.73% | - |
| HSV(B) | 59.11º | 0.53% | 0.99% | - |
| XYZ | 78.28 | 91.19 | 30.61 | - |
| YUV | 236.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 118 | 0 | 0.01 | 0.53 | 0.01 | 59.11 | 0.97 | 0.73 |
| Hex | FD | FB | 76 | 0 | 1 | 35 | 1 | 3B | 61 | 49 |
| Octal | 375 | 373 | 166 | 0 | 1 | 65 | 1 | 73 | 141 | 111 |
| Binary | 11111101 | 11111011 | 1110110 | 0 | 1 | 110101 | 1 | 111011 | 1100001 | 1001001 |
Color Harmonies of #FDFB76
Complementary color
Monochromatic Colors of #FDFB76
Black with #FDFB76
Text Example
Text Example
White with #FDFB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB76; }
p { color: rgb(253,251,118); }
H1.HeaderClassName
{
color: #FDFB76;
}
.AnyTagClassName
{
color: #FDFB76;
}
</style>
background-color css
<style>
a { background-color: #FDFB76; }
a { background-color: rgb(253,251,118); }
div.DivClassName
{
background-color: #FDFB76;
}
.BgClassName
{
background-color: #FDFB76;
}
</style>
border-color css
<style>
span { border-color: #FDFB76; }
span { border-color: rgb(253,251,118); }
td.TdClassName
{
border-color: #FDFB76;
}
.TagClassName
{
border-color: #FDFB76;
}
</style>