Shades of Witch Haze #FDF671
Tints of Witch Haze #FDF671
RGB
CMYK
RGB Variations
Color information
#FDF671 (or 0xFDF671) is known color: Witch Haze. HEX triplet: FD, F6 and 71. RGB value is (253,246,113). Sum of RGB (Red+Green+Blue) = 253+246+113=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 113 (44.53% from 255 or 18.46% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF671 is #02098E. Grayscale: #E9E9E9. Windows color (decimal): -133519 or 7468797. OLE color: 7468797.
HSL color Cylindrical-coordinate representation of color #FDF671: hue angle of 57º 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 #FDF671 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 113 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.01 |
| HSL | 57º | 0.97% | 0.72% | - |
| HSV(B) | 57º | 0.55% | 0.99% | - |
| XYZ | 76.44 | 87.99 | 28.58 | - |
| YUV | 232.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 113 | 0 | 0.03 | 0.55 | 0.01 | 57 | 0.97 | 0.72 |
| Hex | FD | F6 | 71 | 0 | 3 | 37 | 1 | 39 | 61 | 48 |
| Octal | 375 | 366 | 161 | 0 | 3 | 67 | 1 | 71 | 141 | 110 |
| Binary | 11111101 | 11110110 | 1110001 | 0 | 11 | 110111 | 1 | 111001 | 1100001 | 1001000 |
Color Harmonies of #FDF671
Complementary color
Monochromatic Colors of #FDF671
Black with #FDF671
Text Example
Text Example
White with #FDF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF671; }
p { color: rgb(253,246,113); }
H1.HeaderClassName
{
color: #FDF671;
}
.AnyTagClassName
{
color: #FDF671;
}
</style>
background-color css
<style>
a { background-color: #FDF671; }
a { background-color: rgb(253,246,113); }
div.DivClassName
{
background-color: #FDF671;
}
.BgClassName
{
background-color: #FDF671;
}
</style>
border-color css
<style>
span { border-color: #FDF671; }
span { border-color: rgb(253,246,113); }
td.TdClassName
{
border-color: #FDF671;
}
.TagClassName
{
border-color: #FDF671;
}
</style>