Shades of Witch Haze #FDF87E
Tints of Witch Haze #FDF87E
RGB
CMYK
RGB Variations
Color information
#FDF87E (or 0xFDF87E) is known color: Witch Haze. HEX triplet: FD, F8 and 7E. RGB value is (253,248,126). Sum of RGB (Red+Green+Blue) = 253+248+126=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 126 (49.61% from 255 or 20.10% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF87E is #020781. Grayscale: #ECECEC. Windows color (decimal): -132994 or 8321277. OLE color: 8321277.
HSL color Cylindrical-coordinate representation of color #FDF87E: hue angle of 57.64º 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 #FDF87E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 126 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.01 |
| HSL | 57.64º | 0.97% | 0.74% | - |
| HSV(B) | 57.64º | 0.5% | 0.99% | - |
| XYZ | 77.84 | 89.52 | 32.92 | - |
| YUV | 235.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 126 | 0 | 0.02 | 0.50 | 0.01 | 57.64 | 0.97 | 0.74 |
| Hex | FD | F8 | 7E | 0 | 2 | 32 | 1 | 3A | 61 | 4A |
| Octal | 375 | 370 | 176 | 0 | 2 | 62 | 1 | 72 | 141 | 112 |
| Binary | 11111101 | 11111000 | 1111110 | 0 | 10 | 110010 | 1 | 111010 | 1100001 | 1001010 |
Color Harmonies of #FDF87E
Complementary color
Monochromatic Colors of #FDF87E
Black with #FDF87E
Text Example
Text Example
White with #FDF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF87E; }
p { color: rgb(253,248,126); }
H1.HeaderClassName
{
color: #FDF87E;
}
.AnyTagClassName
{
color: #FDF87E;
}
</style>
background-color css
<style>
a { background-color: #FDF87E; }
a { background-color: rgb(253,248,126); }
div.DivClassName
{
background-color: #FDF87E;
}
.BgClassName
{
background-color: #FDF87E;
}
</style>
border-color css
<style>
span { border-color: #FDF87E; }
span { border-color: rgb(253,248,126); }
td.TdClassName
{
border-color: #FDF87E;
}
.TagClassName
{
border-color: #FDF87E;
}
</style>