Shades of Witch Haze #FDEA73
Tints of Witch Haze #FDEA73
RGB
CMYK
RGB Variations
Color information
#FDEA73 (or 0xFDEA73) is known color: Witch Haze. HEX triplet: FD, EA and 73. RGB value is (253,234,115). Sum of RGB (Red+Green+Blue) = 253+234+115=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA73 is #02158C. Grayscale: #E2E2E2. Windows color (decimal): -136589 or 7596797. OLE color: 7596797.
HSL color Cylindrical-coordinate representation of color #FDEA73: hue angle of 51.74º 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 #FDEA73 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 115 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.01 |
| HSL | 51.74º | 0.97% | 0.72% | - |
| HSV(B) | 51.74º | 0.55% | 0.99% | - |
| XYZ | 73.03 | 80.97 | 28 | - |
| YUV | 226.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 115 | 0 | 0.08 | 0.55 | 0.01 | 51.74 | 0.97 | 0.72 |
| Hex | FD | EA | 73 | 0 | 8 | 37 | 1 | 34 | 61 | 48 |
| Octal | 375 | 352 | 163 | 0 | 10 | 67 | 1 | 64 | 141 | 110 |
| Binary | 11111101 | 11101010 | 1110011 | 0 | 1000 | 110111 | 1 | 110100 | 1100001 | 1001000 |
Color Harmonies of #FDEA73
Complementary color
Monochromatic Colors of #FDEA73
Black with #FDEA73
Text Example
Text Example
White with #FDEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA73; }
p { color: rgb(253,234,115); }
H1.HeaderClassName
{
color: #FDEA73;
}
.AnyTagClassName
{
color: #FDEA73;
}
</style>
background-color css
<style>
a { background-color: #FDEA73; }
a { background-color: rgb(253,234,115); }
div.DivClassName
{
background-color: #FDEA73;
}
.BgClassName
{
background-color: #FDEA73;
}
</style>
border-color css
<style>
span { border-color: #FDEA73; }
span { border-color: rgb(253,234,115); }
td.TdClassName
{
border-color: #FDEA73;
}
.TagClassName
{
border-color: #FDEA73;
}
</style>