Shades of Witch Haze #FDF17D
Tints of Witch Haze #FDF17D
RGB
CMYK
RGB Variations
Color information
#FDF17D (or 0xFDF17D) is known color: Witch Haze. HEX triplet: FD, F1 and 7D. RGB value is (253,241,125). Sum of RGB (Red+Green+Blue) = 253+241+125=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 125 (49.22% from 255 or 20.19% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF17D is #020E82. Grayscale: #E7E7E7. Windows color (decimal): -134787 or 8253949. OLE color: 8253949.
HSL color Cylindrical-coordinate representation of color #FDF17D: hue angle of 54.38º 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 #FDF17D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 125 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.01 |
| HSL | 54.38º | 0.97% | 0.74% | - |
| HSV(B) | 54.38º | 0.51% | 0.99% | - |
| XYZ | 75.66 | 85.27 | 31.87 | - |
| YUV | 231.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 125 | 0 | 0.05 | 0.51 | 0.01 | 54.38 | 0.97 | 0.74 |
| Hex | FD | F1 | 7D | 0 | 5 | 33 | 1 | 36 | 61 | 4A |
| Octal | 375 | 361 | 175 | 0 | 5 | 63 | 1 | 66 | 141 | 112 |
| Binary | 11111101 | 11110001 | 1111101 | 0 | 101 | 110011 | 1 | 110110 | 1100001 | 1001010 |
Color Harmonies of #FDF17D
Complementary color
Monochromatic Colors of #FDF17D
Black with #FDF17D
Text Example
Text Example
White with #FDF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF17D; }
p { color: rgb(253,241,125); }
H1.HeaderClassName
{
color: #FDF17D;
}
.AnyTagClassName
{
color: #FDF17D;
}
</style>
background-color css
<style>
a { background-color: #FDF17D; }
a { background-color: rgb(253,241,125); }
div.DivClassName
{
background-color: #FDF17D;
}
.BgClassName
{
background-color: #FDF17D;
}
</style>
border-color css
<style>
span { border-color: #FDF17D; }
span { border-color: rgb(253,241,125); }
td.TdClassName
{
border-color: #FDF17D;
}
.TagClassName
{
border-color: #FDF17D;
}
</style>