Shades of Witch Haze #FDEF7D
Tints of Witch Haze #FDEF7D
RGB
CMYK
RGB Variations
Color information
#FDEF7D (or 0xFDEF7D) is known color: Witch Haze. HEX triplet: FD, EF and 7D. RGB value is (253,239,125). Sum of RGB (Red+Green+Blue) = 253+239+125=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF7D is #021082. Grayscale: #E6E6E6. Windows color (decimal): -135299 or 8253437. OLE color: 8253437.
HSL color Cylindrical-coordinate representation of color #FDEF7D: hue angle of 53.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDEF7D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 125 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.01 |
| HSL | 53.44º | 0.97% | 0.74% | - |
| HSV(B) | 53.44º | 0.51% | 0.99% | - |
| XYZ | 75.08 | 84.1 | 31.68 | - |
| YUV | 230.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 125 | 0 | 0.06 | 0.51 | 0.01 | 53.44 | 0.97 | 0.74 |
| Hex | FD | EF | 7D | 0 | 6 | 33 | 1 | 35 | 61 | 4A |
| Octal | 375 | 357 | 175 | 0 | 6 | 63 | 1 | 65 | 141 | 112 |
| Binary | 11111101 | 11101111 | 1111101 | 0 | 110 | 110011 | 1 | 110101 | 1100001 | 1001010 |
Color Harmonies of #FDEF7D
Complementary color
Monochromatic Colors of #FDEF7D
Black with #FDEF7D
Text Example
Text Example
White with #FDEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF7D; }
p { color: rgb(253,239,125); }
H1.HeaderClassName
{
color: #FDEF7D;
}
.AnyTagClassName
{
color: #FDEF7D;
}
</style>
background-color css
<style>
a { background-color: #FDEF7D; }
a { background-color: rgb(253,239,125); }
div.DivClassName
{
background-color: #FDEF7D;
}
.BgClassName
{
background-color: #FDEF7D;
}
</style>
border-color css
<style>
span { border-color: #FDEF7D; }
span { border-color: rgb(253,239,125); }
td.TdClassName
{
border-color: #FDEF7D;
}
.TagClassName
{
border-color: #FDEF7D;
}
</style>