Shades of Witch Haze #FDF872
Tints of Witch Haze #FDF872
RGB
CMYK
RGB Variations
Color information
#FDF872 (or 0xFDF872) is known color: Witch Haze. HEX triplet: FD, F8 and 72. RGB value is (253,248,114). Sum of RGB (Red+Green+Blue) = 253+248+114=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF872 is #02078D. Grayscale: #EAEAEA. Windows color (decimal): -133006 or 7534845. OLE color: 7534845.
HSL color Cylindrical-coordinate representation of color #FDF872: hue angle of 57.84º 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 #FDF872 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 114 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.01 |
| HSL | 57.84º | 0.97% | 0.72% | - |
| HSV(B) | 57.84º | 0.55% | 0.99% | - |
| XYZ | 77.11 | 89.23 | 29.08 | - |
| YUV | 234.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 114 | 0 | 0.02 | 0.55 | 0.01 | 57.84 | 0.97 | 0.72 |
| Hex | FD | F8 | 72 | 0 | 2 | 37 | 1 | 3A | 61 | 48 |
| Octal | 375 | 370 | 162 | 0 | 2 | 67 | 1 | 72 | 141 | 110 |
| Binary | 11111101 | 11111000 | 1110010 | 0 | 10 | 110111 | 1 | 111010 | 1100001 | 1001000 |
Color Harmonies of #FDF872
Complementary color
Monochromatic Colors of #FDF872
Black with #FDF872
Text Example
Text Example
White with #FDF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF872; }
p { color: rgb(253,248,114); }
H1.HeaderClassName
{
color: #FDF872;
}
.AnyTagClassName
{
color: #FDF872;
}
</style>
background-color css
<style>
a { background-color: #FDF872; }
a { background-color: rgb(253,248,114); }
div.DivClassName
{
background-color: #FDF872;
}
.BgClassName
{
background-color: #FDF872;
}
</style>
border-color css
<style>
span { border-color: #FDF872; }
span { border-color: rgb(253,248,114); }
td.TdClassName
{
border-color: #FDF872;
}
.TagClassName
{
border-color: #FDF872;
}
</style>