Shades of Witch Haze #FDF77C
Tints of Witch Haze #FDF77C
RGB
CMYK
RGB Variations
Color information
#FDF77C (or 0xFDF77C) is known color: Witch Haze. HEX triplet: FD, F7 and 7C. RGB value is (253,247,124). Sum of RGB (Red+Green+Blue) = 253+247+124=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 124 (48.83% from 255 or 19.87% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF77C is #020883. Grayscale: #EBEBEB. Windows color (decimal): -133252 or 8189949. OLE color: 8189949.
HSL color Cylindrical-coordinate representation of color #FDF77C: hue angle of 57.21º 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 #FDF77C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 57.21º | 0.97% | 0.74% | - |
| HSV(B) | 57.21º | 0.51% | 0.99% | - |
| XYZ | 77.41 | 88.86 | 32.14 | - |
| YUV | 234.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 124 | 0 | 0.02 | 0.51 | 0.01 | 57.21 | 0.97 | 0.74 |
| Hex | FD | F7 | 7C | 0 | 2 | 33 | 1 | 39 | 61 | 4A |
| Octal | 375 | 367 | 174 | 0 | 2 | 63 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110111 | 1111100 | 0 | 10 | 110011 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF77C
Complementary color
Monochromatic Colors of #FDF77C
Black with #FDF77C
Text Example
Text Example
White with #FDF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF77C; }
p { color: rgb(253,247,124); }
H1.HeaderClassName
{
color: #FDF77C;
}
.AnyTagClassName
{
color: #FDF77C;
}
</style>
background-color css
<style>
a { background-color: #FDF77C; }
a { background-color: rgb(253,247,124); }
div.DivClassName
{
background-color: #FDF77C;
}
.BgClassName
{
background-color: #FDF77C;
}
</style>
border-color css
<style>
span { border-color: #FDF77C; }
span { border-color: rgb(253,247,124); }
td.TdClassName
{
border-color: #FDF77C;
}
.TagClassName
{
border-color: #FDF77C;
}
</style>