Shades of Witch Haze #FDEA71
Tints of Witch Haze #FDEA71
RGB
CMYK
RGB Variations
Color information
#FDEA71 (or 0xFDEA71) is known color: Witch Haze. HEX triplet: FD, EA and 71. RGB value is (253,234,113). Sum of RGB (Red+Green+Blue) = 253+234+113=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 113 (44.53% from 255 or 18.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA71 is #02158E. Grayscale: #E2E2E2. Windows color (decimal): -136591 or 7465725. OLE color: 7465725.
HSL color Cylindrical-coordinate representation of color #FDEA71: hue angle of 51.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDEA71 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 113 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.01 |
| HSL | 51.86º | 0.97% | 0.72% | - |
| HSV(B) | 51.86º | 0.55% | 0.99% | - |
| XYZ | 72.91 | 80.92 | 27.4 | - |
| YUV | 225.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 113 | 0 | 0.08 | 0.55 | 0.01 | 51.86 | 0.97 | 0.72 |
| Hex | FD | EA | 71 | 0 | 8 | 37 | 1 | 34 | 61 | 48 |
| Octal | 375 | 352 | 161 | 0 | 10 | 67 | 1 | 64 | 141 | 110 |
| Binary | 11111101 | 11101010 | 1110001 | 0 | 1000 | 110111 | 1 | 110100 | 1100001 | 1001000 |
Color Harmonies of #FDEA71
Complementary color
Monochromatic Colors of #FDEA71
Black with #FDEA71
Text Example
Text Example
White with #FDEA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA71; }
p { color: rgb(253,234,113); }
H1.HeaderClassName
{
color: #FDEA71;
}
.AnyTagClassName
{
color: #FDEA71;
}
</style>
background-color css
<style>
a { background-color: #FDEA71; }
a { background-color: rgb(253,234,113); }
div.DivClassName
{
background-color: #FDEA71;
}
.BgClassName
{
background-color: #FDEA71;
}
</style>
border-color css
<style>
span { border-color: #FDEA71; }
span { border-color: rgb(253,234,113); }
td.TdClassName
{
border-color: #FDEA71;
}
.TagClassName
{
border-color: #FDEA71;
}
</style>