Shades of Witch Haze #FDF77E
Tints of Witch Haze #FDF77E
RGB
CMYK
RGB Variations
Color information
#FDF77E (or 0xFDF77E) is known color: Witch Haze. HEX triplet: FD, F7 and 7E. RGB value is (253,247,126). Sum of RGB (Red+Green+Blue) = 253+247+126=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 126 (49.61% from 255 or 20.13% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF77E is #020881. Grayscale: #EBEBEB. Windows color (decimal): -133250 or 8321021. OLE color: 8321021.
HSL color Cylindrical-coordinate representation of color #FDF77E: hue angle of 57.17º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDF77E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 126 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.01 |
| HSL | 57.17º | 0.97% | 0.74% | - |
| HSV(B) | 57.17º | 0.5% | 0.99% | - |
| XYZ | 77.53 | 88.91 | 32.81 | - |
| YUV | 235 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 126 | 0 | 0.02 | 0.50 | 0.01 | 57.17 | 0.97 | 0.74 |
| Hex | FD | F7 | 7E | 0 | 2 | 32 | 1 | 39 | 61 | 4A |
| Octal | 375 | 367 | 176 | 0 | 2 | 62 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110111 | 1111110 | 0 | 10 | 110010 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF77E
Complementary color
Monochromatic Colors of #FDF77E
Black with #FDF77E
Text Example
Text Example
White with #FDF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF77E; }
p { color: rgb(253,247,126); }
H1.HeaderClassName
{
color: #FDF77E;
}
.AnyTagClassName
{
color: #FDF77E;
}
</style>
background-color css
<style>
a { background-color: #FDF77E; }
a { background-color: rgb(253,247,126); }
div.DivClassName
{
background-color: #FDF77E;
}
.BgClassName
{
background-color: #FDF77E;
}
</style>
border-color css
<style>
span { border-color: #FDF77E; }
span { border-color: rgb(253,247,126); }
td.TdClassName
{
border-color: #FDF77E;
}
.TagClassName
{
border-color: #FDF77E;
}
</style>