Shades of Witch Haze #FDF772
Tints of Witch Haze #FDF772
RGB
CMYK
RGB Variations
Color information
#FDF772 (or 0xFDF772) is known color: Witch Haze. HEX triplet: FD, F7 and 72. RGB value is (253,247,114). Sum of RGB (Red+Green+Blue) = 253+247+114=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 114 (44.92% from 255 or 18.57% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF772 is #02088D. Grayscale: #EAEAEA. Windows color (decimal): -133262 or 7534589. OLE color: 7534589.
HSL color Cylindrical-coordinate representation of color #FDF772: hue angle of 57.41º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDF772 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 114 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.01 |
| HSL | 57.41º | 0.97% | 0.72% | - |
| HSV(B) | 57.41º | 0.55% | 0.99% | - |
| XYZ | 76.81 | 88.62 | 28.98 | - |
| YUV | 233.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 114 | 0 | 0.02 | 0.55 | 0.01 | 57.41 | 0.97 | 0.72 |
| Hex | FD | F7 | 72 | 0 | 2 | 37 | 1 | 39 | 61 | 48 |
| Octal | 375 | 367 | 162 | 0 | 2 | 67 | 1 | 71 | 141 | 110 |
| Binary | 11111101 | 11110111 | 1110010 | 0 | 10 | 110111 | 1 | 111001 | 1100001 | 1001000 |
Color Harmonies of #FDF772
Complementary color
Monochromatic Colors of #FDF772
Black with #FDF772
Text Example
Text Example
White with #FDF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF772; }
p { color: rgb(253,247,114); }
H1.HeaderClassName
{
color: #FDF772;
}
.AnyTagClassName
{
color: #FDF772;
}
</style>
background-color css
<style>
a { background-color: #FDF772; }
a { background-color: rgb(253,247,114); }
div.DivClassName
{
background-color: #FDF772;
}
.BgClassName
{
background-color: #FDF772;
}
</style>
border-color css
<style>
span { border-color: #FDF772; }
span { border-color: rgb(253,247,114); }
td.TdClassName
{
border-color: #FDF772;
}
.TagClassName
{
border-color: #FDF772;
}
</style>