Shades of Witch Haze #FDF973
Tints of Witch Haze #FDF973
RGB
CMYK
RGB Variations
Color information
#FDF973 (or 0xFDF973) is known color: Witch Haze. HEX triplet: FD, F9 and 73. RGB value is (253,249,115). Sum of RGB (Red+Green+Blue) = 253+249+115=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 115 (45.31% from 255 or 18.64% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF973 is #02068C. Grayscale: #EBEBEB. Windows color (decimal): -132749 or 7600637. OLE color: 7600637.
HSL color Cylindrical-coordinate representation of color #FDF973: hue angle of 58.26º 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 #FDF973 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 115 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.01 |
| HSL | 58.26º | 0.97% | 0.72% | - |
| HSV(B) | 58.26º | 0.55% | 0.99% | - |
| XYZ | 77.48 | 89.87 | 29.48 | - |
| YUV | 234.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 115 | 0 | 0.02 | 0.55 | 0.01 | 58.26 | 0.97 | 0.72 |
| Hex | FD | F9 | 73 | 0 | 2 | 37 | 1 | 3A | 61 | 48 |
| Octal | 375 | 371 | 163 | 0 | 2 | 67 | 1 | 72 | 141 | 110 |
| Binary | 11111101 | 11111001 | 1110011 | 0 | 10 | 110111 | 1 | 111010 | 1100001 | 1001000 |
Color Harmonies of #FDF973
Complementary color
Monochromatic Colors of #FDF973
Black with #FDF973
Text Example
Text Example
White with #FDF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF973; }
p { color: rgb(253,249,115); }
H1.HeaderClassName
{
color: #FDF973;
}
.AnyTagClassName
{
color: #FDF973;
}
</style>
background-color css
<style>
a { background-color: #FDF973; }
a { background-color: rgb(253,249,115); }
div.DivClassName
{
background-color: #FDF973;
}
.BgClassName
{
background-color: #FDF973;
}
</style>
border-color css
<style>
span { border-color: #FDF973; }
span { border-color: rgb(253,249,115); }
td.TdClassName
{
border-color: #FDF973;
}
.TagClassName
{
border-color: #FDF973;
}
</style>