Shades of Witch Haze #FDF47D
Tints of Witch Haze #FDF47D
RGB
CMYK
RGB Variations
Color information
#FDF47D (or 0xFDF47D) is known color: Witch Haze. HEX triplet: FD, F4 and 7D. RGB value is (253,244,125). Sum of RGB (Red+Green+Blue) = 253+244+125=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF47D is #020B82. Grayscale: #E9E9E9. Windows color (decimal): -134019 or 8254717. OLE color: 8254717.
HSL color Cylindrical-coordinate representation of color #FDF47D: hue angle of 55.78º 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 #FDF47D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 125 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.01 |
| HSL | 55.78º | 0.97% | 0.74% | - |
| HSV(B) | 55.78º | 0.51% | 0.99% | - |
| XYZ | 76.56 | 87.06 | 32.17 | - |
| YUV | 233.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 125 | 0 | 0.04 | 0.51 | 0.01 | 55.78 | 0.97 | 0.74 |
| Hex | FD | F4 | 7D | 0 | 4 | 33 | 1 | 38 | 61 | 4A |
| Octal | 375 | 364 | 175 | 0 | 4 | 63 | 1 | 70 | 141 | 112 |
| Binary | 11111101 | 11110100 | 1111101 | 0 | 100 | 110011 | 1 | 111000 | 1100001 | 1001010 |
Color Harmonies of #FDF47D
Complementary color
Monochromatic Colors of #FDF47D
Black with #FDF47D
Text Example
Text Example
White with #FDF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF47D; }
p { color: rgb(253,244,125); }
H1.HeaderClassName
{
color: #FDF47D;
}
.AnyTagClassName
{
color: #FDF47D;
}
</style>
background-color css
<style>
a { background-color: #FDF47D; }
a { background-color: rgb(253,244,125); }
div.DivClassName
{
background-color: #FDF47D;
}
.BgClassName
{
background-color: #FDF47D;
}
</style>
border-color css
<style>
span { border-color: #FDF47D; }
span { border-color: rgb(253,244,125); }
td.TdClassName
{
border-color: #FDF47D;
}
.TagClassName
{
border-color: #FDF47D;
}
</style>