Shades of Witch Haze #FDF47E
Tints of Witch Haze #FDF47E
RGB
CMYK
RGB Variations
Color information
#FDF47E (or 0xFDF47E) is known color: Witch Haze. HEX triplet: FD, F4 and 7E. RGB value is (253,244,126). Sum of RGB (Red+Green+Blue) = 253+244+126=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 126 (49.61% from 255 or 20.22% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF47E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF47E is #020B81. Grayscale: #E9E9E9. Windows color (decimal): -134018 or 8320253. OLE color: 8320253.
HSL color Cylindrical-coordinate representation of color #FDF47E: hue angle of 55.75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDF47E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 126 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.01 |
| HSL | 55.75º | 0.97% | 0.74% | - |
| HSV(B) | 55.75º | 0.5% | 0.99% | - |
| XYZ | 76.62 | 87.09 | 32.51 | - |
| YUV | 233.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 126 | 0 | 0.04 | 0.50 | 0.01 | 55.75 | 0.97 | 0.74 |
| Hex | FD | F4 | 7E | 0 | 4 | 32 | 1 | 38 | 61 | 4A |
| Octal | 375 | 364 | 176 | 0 | 4 | 62 | 1 | 70 | 141 | 112 |
| Binary | 11111101 | 11110100 | 1111110 | 0 | 100 | 110010 | 1 | 111000 | 1100001 | 1001010 |
Color Harmonies of #FDF47E
Complementary color
Monochromatic Colors of #FDF47E
Black with #FDF47E
Text Example
Text Example
White with #FDF47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF47E; }
p { color: rgb(253,244,126); }
H1.HeaderClassName
{
color: #FDF47E;
}
.AnyTagClassName
{
color: #FDF47E;
}
</style>
background-color css
<style>
a { background-color: #FDF47E; }
a { background-color: rgb(253,244,126); }
div.DivClassName
{
background-color: #FDF47E;
}
.BgClassName
{
background-color: #FDF47E;
}
</style>
border-color css
<style>
span { border-color: #FDF47E; }
span { border-color: rgb(253,244,126); }
td.TdClassName
{
border-color: #FDF47E;
}
.TagClassName
{
border-color: #FDF47E;
}
</style>