Shades of Witch Haze #FDEA72
Tints of Witch Haze #FDEA72
RGB
CMYK
RGB Variations
Color information
#FDEA72 (or 0xFDEA72) is known color: Witch Haze. HEX triplet: FD, EA and 72. RGB value is (253,234,114). Sum of RGB (Red+Green+Blue) = 253+234+114=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 114 (44.92% from 255 or 18.97% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA72 is #02158D. Grayscale: #E2E2E2. Windows color (decimal): -136590 or 7531261. OLE color: 7531261.
HSL color Cylindrical-coordinate representation of color #FDEA72: hue angle of 51.8º 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 #FDEA72 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 114 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.01 |
| HSL | 51.8º | 0.97% | 0.72% | - |
| HSV(B) | 51.8º | 0.55% | 0.99% | - |
| XYZ | 72.97 | 80.94 | 27.7 | - |
| YUV | 226 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 114 | 0 | 0.08 | 0.55 | 0.01 | 51.8 | 0.97 | 0.72 |
| Hex | FD | EA | 72 | 0 | 8 | 37 | 1 | 34 | 61 | 48 |
| Octal | 375 | 352 | 162 | 0 | 10 | 67 | 1 | 64 | 141 | 110 |
| Binary | 11111101 | 11101010 | 1110010 | 0 | 1000 | 110111 | 1 | 110100 | 1100001 | 1001000 |
Color Harmonies of #FDEA72
Complementary color
Monochromatic Colors of #FDEA72
Black with #FDEA72
Text Example
Text Example
White with #FDEA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA72; }
p { color: rgb(253,234,114); }
H1.HeaderClassName
{
color: #FDEA72;
}
.AnyTagClassName
{
color: #FDEA72;
}
</style>
background-color css
<style>
a { background-color: #FDEA72; }
a { background-color: rgb(253,234,114); }
div.DivClassName
{
background-color: #FDEA72;
}
.BgClassName
{
background-color: #FDEA72;
}
</style>
border-color css
<style>
span { border-color: #FDEA72; }
span { border-color: rgb(253,234,114); }
td.TdClassName
{
border-color: #FDEA72;
}
.TagClassName
{
border-color: #FDEA72;
}
</style>