Shades of Witch Haze #FDF97A
Tints of Witch Haze #FDF97A
RGB
CMYK
RGB Variations
Color information
#FDF97A (or 0xFDF97A) is known color: Witch Haze. HEX triplet: FD, F9 and 7A. RGB value is (253,249,122). Sum of RGB (Red+Green+Blue) = 253+249+122=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 122 (48.05% from 255 or 19.55% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF97A is #020685. Grayscale: #ECECEC. Windows color (decimal): -132742 or 8059389. OLE color: 8059389.
HSL color Cylindrical-coordinate representation of color #FDF97A: hue angle of 58.17º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDF97A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.01 |
| HSL | 58.17º | 0.97% | 0.74% | - |
| HSV(B) | 58.17º | 0.52% | 0.99% | - |
| XYZ | 77.9 | 90.04 | 31.69 | - |
| YUV | 235.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 122 | 0 | 0.02 | 0.52 | 0.01 | 58.17 | 0.97 | 0.74 |
| Hex | FD | F9 | 7A | 0 | 2 | 34 | 1 | 3A | 61 | 4A |
| Octal | 375 | 371 | 172 | 0 | 2 | 64 | 1 | 72 | 141 | 112 |
| Binary | 11111101 | 11111001 | 1111010 | 0 | 10 | 110100 | 1 | 111010 | 1100001 | 1001010 |
Color Harmonies of #FDF97A
Complementary color
Monochromatic Colors of #FDF97A
Black with #FDF97A
Text Example
Text Example
White with #FDF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF97A; }
p { color: rgb(253,249,122); }
H1.HeaderClassName
{
color: #FDF97A;
}
.AnyTagClassName
{
color: #FDF97A;
}
</style>
background-color css
<style>
a { background-color: #FDF97A; }
a { background-color: rgb(253,249,122); }
div.DivClassName
{
background-color: #FDF97A;
}
.BgClassName
{
background-color: #FDF97A;
}
</style>
border-color css
<style>
span { border-color: #FDF97A; }
span { border-color: rgb(253,249,122); }
td.TdClassName
{
border-color: #FDF97A;
}
.TagClassName
{
border-color: #FDF97A;
}
</style>