Shades of Witch Haze #FDEA76
Tints of Witch Haze #FDEA76
RGB
CMYK
RGB Variations
Color information
#FDEA76 (or 0xFDEA76) is known color: Witch Haze. HEX triplet: FD, EA and 76. RGB value is (253,234,118). Sum of RGB (Red+Green+Blue) = 253+234+118=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA76 is #021589. Grayscale: #E2E2E2. Windows color (decimal): -136586 or 7793405. OLE color: 7793405.
HSL color Cylindrical-coordinate representation of color #FDEA76: hue angle of 51.56º 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 #FDEA76 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 118 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.01 |
| HSL | 51.56º | 0.97% | 0.73% | - |
| HSV(B) | 51.56º | 0.53% | 0.99% | - |
| XYZ | 73.2 | 81.04 | 28.92 | - |
| YUV | 226.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 118 | 0 | 0.08 | 0.53 | 0.01 | 51.56 | 0.97 | 0.73 |
| Hex | FD | EA | 76 | 0 | 8 | 35 | 1 | 34 | 61 | 49 |
| Octal | 375 | 352 | 166 | 0 | 10 | 65 | 1 | 64 | 141 | 111 |
| Binary | 11111101 | 11101010 | 1110110 | 0 | 1000 | 110101 | 1 | 110100 | 1100001 | 1001001 |
Color Harmonies of #FDEA76
Complementary color
Monochromatic Colors of #FDEA76
Black with #FDEA76
Text Example
Text Example
White with #FDEA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA76; }
p { color: rgb(253,234,118); }
H1.HeaderClassName
{
color: #FDEA76;
}
.AnyTagClassName
{
color: #FDEA76;
}
</style>
background-color css
<style>
a { background-color: #FDEA76; }
a { background-color: rgb(253,234,118); }
div.DivClassName
{
background-color: #FDEA76;
}
.BgClassName
{
background-color: #FDEA76;
}
</style>
border-color css
<style>
span { border-color: #FDEA76; }
span { border-color: rgb(253,234,118); }
td.TdClassName
{
border-color: #FDEA76;
}
.TagClassName
{
border-color: #FDEA76;
}
</style>