Shades of Witch Haze #FDF970
Tints of Witch Haze #FDF970
RGB
CMYK
RGB Variations
Color information
#FDF970 (or 0xFDF970) is known color: Witch Haze. HEX triplet: FD, F9 and 70. RGB value is (253,249,112). Sum of RGB (Red+Green+Blue) = 253+249+112=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 112 (44.14% from 255 or 18.24% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF970 is #02068F. Grayscale: #EBEBEB. Windows color (decimal): -132752 or 7404029. OLE color: 7404029.
HSL color Cylindrical-coordinate representation of color #FDF970: hue angle of 58.3º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF970 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 112 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.01 |
| HSL | 58.3º | 0.97% | 0.72% | - |
| HSV(B) | 58.3º | 0.56% | 0.99% | - |
| XYZ | 77.31 | 89.8 | 28.59 | - |
| YUV | 234.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 112 | 0 | 0.02 | 0.56 | 0.01 | 58.3 | 0.97 | 0.72 |
| Hex | FD | F9 | 70 | 0 | 2 | 38 | 1 | 3A | 61 | 48 |
| Octal | 375 | 371 | 160 | 0 | 2 | 70 | 1 | 72 | 141 | 110 |
| Binary | 11111101 | 11111001 | 1110000 | 0 | 10 | 111000 | 1 | 111010 | 1100001 | 1001000 |
Color Harmonies of #FDF970
Complementary color
Monochromatic Colors of #FDF970
Black with #FDF970
Text Example
Text Example
White with #FDF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF970; }
p { color: rgb(253,249,112); }
H1.HeaderClassName
{
color: #FDF970;
}
.AnyTagClassName
{
color: #FDF970;
}
</style>
background-color css
<style>
a { background-color: #FDF970; }
a { background-color: rgb(253,249,112); }
div.DivClassName
{
background-color: #FDF970;
}
.BgClassName
{
background-color: #FDF970;
}
</style>
border-color css
<style>
span { border-color: #FDF970; }
span { border-color: rgb(253,249,112); }
td.TdClassName
{
border-color: #FDF970;
}
.TagClassName
{
border-color: #FDF970;
}
</style>