Shades of Witch Haze #FDF97C
Tints of Witch Haze #FDF97C
RGB
CMYK
RGB Variations
Color information
#FDF97C (or 0xFDF97C) is known color: Witch Haze. HEX triplet: FD, F9 and 7C. RGB value is (253,249,124). Sum of RGB (Red+Green+Blue) = 253+249+124=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 124 (48.83% from 255 or 19.81% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF97C is #020683. Grayscale: #ECECEC. Windows color (decimal): -132740 or 8190461. OLE color: 8190461.
HSL color Cylindrical-coordinate representation of color #FDF97C: hue angle of 58.14º 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 #FDF97C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 58.14º | 0.97% | 0.74% | - |
| HSV(B) | 58.14º | 0.51% | 0.99% | - |
| XYZ | 78.02 | 90.09 | 32.35 | - |
| YUV | 235.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 124 | 0 | 0.02 | 0.51 | 0.01 | 58.14 | 0.97 | 0.74 |
| Hex | FD | F9 | 7C | 0 | 2 | 33 | 1 | 3A | 61 | 4A |
| Octal | 375 | 371 | 174 | 0 | 2 | 63 | 1 | 72 | 141 | 112 |
| Binary | 11111101 | 11111001 | 1111100 | 0 | 10 | 110011 | 1 | 111010 | 1100001 | 1001010 |
Color Harmonies of #FDF97C
Complementary color
Monochromatic Colors of #FDF97C
Black with #FDF97C
Text Example
Text Example
White with #FDF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF97C; }
p { color: rgb(253,249,124); }
H1.HeaderClassName
{
color: #FDF97C;
}
.AnyTagClassName
{
color: #FDF97C;
}
</style>
background-color css
<style>
a { background-color: #FDF97C; }
a { background-color: rgb(253,249,124); }
div.DivClassName
{
background-color: #FDF97C;
}
.BgClassName
{
background-color: #FDF97C;
}
</style>
border-color css
<style>
span { border-color: #FDF97C; }
span { border-color: rgb(253,249,124); }
td.TdClassName
{
border-color: #FDF97C;
}
.TagClassName
{
border-color: #FDF97C;
}
</style>