Shades of Witch Haze #FDF87B
Tints of Witch Haze #FDF87B
RGB
CMYK
RGB Variations
Color information
#FDF87B (or 0xFDF87B) is known color: Witch Haze. HEX triplet: FD, F8 and 7B. RGB value is (253,248,123). Sum of RGB (Red+Green+Blue) = 253+248+123=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 123 (48.44% from 255 or 19.71% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF87B is #020784. Grayscale: #EBEBEB. Windows color (decimal): -132997 or 8124669. OLE color: 8124669.
HSL color Cylindrical-coordinate representation of color #FDF87B: hue angle of 57.69º 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 #FDF87B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 57.69º | 0.97% | 0.74% | - |
| HSV(B) | 57.69º | 0.51% | 0.99% | - |
| XYZ | 77.65 | 89.45 | 31.91 | - |
| YUV | 235.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 123 | 0 | 0.02 | 0.51 | 0.01 | 57.69 | 0.97 | 0.74 |
| Hex | FD | F8 | 7B | 0 | 2 | 33 | 1 | 3A | 61 | 4A |
| Octal | 375 | 370 | 173 | 0 | 2 | 63 | 1 | 72 | 141 | 112 |
| Binary | 11111101 | 11111000 | 1111011 | 0 | 10 | 110011 | 1 | 111010 | 1100001 | 1001010 |
Color Harmonies of #FDF87B
Complementary color
Monochromatic Colors of #FDF87B
Black with #FDF87B
Text Example
Text Example
White with #FDF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF87B; }
p { color: rgb(253,248,123); }
H1.HeaderClassName
{
color: #FDF87B;
}
.AnyTagClassName
{
color: #FDF87B;
}
</style>
background-color css
<style>
a { background-color: #FDF87B; }
a { background-color: rgb(253,248,123); }
div.DivClassName
{
background-color: #FDF87B;
}
.BgClassName
{
background-color: #FDF87B;
}
</style>
border-color css
<style>
span { border-color: #FDF87B; }
span { border-color: rgb(253,248,123); }
td.TdClassName
{
border-color: #FDF87B;
}
.TagClassName
{
border-color: #FDF87B;
}
</style>