Shades of Witch Haze #FDF97D
Tints of Witch Haze #FDF97D
RGB
CMYK
RGB Variations
Color information
#FDF97D (or 0xFDF97D) is known color: Witch Haze. HEX triplet: FD, F9 and 7D. RGB value is (253,249,125). Sum of RGB (Red+Green+Blue) = 253+249+125=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 125 (49.22% from 255 or 19.94% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF97D is #020682. Grayscale: #ECECEC. Windows color (decimal): -132739 or 8255997. OLE color: 8255997.
HSL color Cylindrical-coordinate representation of color #FDF97D: hue angle of 58.12º 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 #FDF97D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 125 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 58.13º | 0.97% | 0.74% | - |
| HSV(B) | 58.13º | 0.51% | 0.99% | - |
| XYZ | 78.09 | 90.11 | 32.68 | - |
| YUV | 236.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 125 | 0 | 0.02 | 0.51 | 0.01 | 58.13 | 0.97 | 0.74 |
| Hex | FD | F9 | 7D | 0 | 2 | 33 | 1 | 3A | 61 | 4A |
| Octal | 375 | 371 | 175 | 0 | 2 | 63 | 1 | 72 | 141 | 112 |
| Binary | 11111101 | 11111001 | 1111101 | 0 | 10 | 110011 | 1 | 111010 | 1100001 | 1001010 |
Color Harmonies of #FDF97D
Complementary color
Monochromatic Colors of #FDF97D
Black with #FDF97D
Text Example
Text Example
White with #FDF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF97D; }
p { color: rgb(253,249,125); }
H1.HeaderClassName
{
color: #FDF97D;
}
.AnyTagClassName
{
color: #FDF97D;
}
</style>
background-color css
<style>
a { background-color: #FDF97D; }
a { background-color: rgb(253,249,125); }
div.DivClassName
{
background-color: #FDF97D;
}
.BgClassName
{
background-color: #FDF97D;
}
</style>
border-color css
<style>
span { border-color: #FDF97D; }
span { border-color: rgb(253,249,125); }
td.TdClassName
{
border-color: #FDF97D;
}
.TagClassName
{
border-color: #FDF97D;
}
</style>