Shades of Witch Haze #FDF384
Tints of Witch Haze #FDF384
RGB
CMYK
RGB Variations
Color information
#FDF384 (or 0xFDF384) is known color: Witch Haze. HEX triplet: FD, F3 and 84. RGB value is (253,243,132). Sum of RGB (Red+Green+Blue) = 253+243+132=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 132 (51.95% from 255 or 21.02% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF384 is #020C7B. Grayscale: #E9E9E9. Windows color (decimal): -134268 or 8713213. OLE color: 8713213.
HSL color Cylindrical-coordinate representation of color #FDF384: hue angle of 55.04º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDF384 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.01 |
| HSL | 55.04º | 0.97% | 0.75% | - |
| HSV(B) | 55.04º | 0.48% | 0.99% | - |
| XYZ | 76.72 | 86.65 | 34.51 | - |
| YUV | 233.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 132 | 0 | 0.04 | 0.48 | 0.01 | 55.04 | 0.97 | 0.75 |
| Hex | FD | F3 | 84 | 0 | 4 | 30 | 1 | 37 | 61 | 4B |
| Octal | 375 | 363 | 204 | 0 | 4 | 60 | 1 | 67 | 141 | 113 |
| Binary | 11111101 | 11110011 | 10000100 | 0 | 100 | 110000 | 1 | 110111 | 1100001 | 1001011 |
Color Harmonies of #FDF384
Complementary color
Monochromatic Colors of #FDF384
Black with #FDF384
Text Example
Text Example
White with #FDF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF384; }
p { color: rgb(253,243,132); }
H1.HeaderClassName
{
color: #FDF384;
}
.AnyTagClassName
{
color: #FDF384;
}
</style>
background-color css
<style>
a { background-color: #FDF384; }
a { background-color: rgb(253,243,132); }
div.DivClassName
{
background-color: #FDF384;
}
.BgClassName
{
background-color: #FDF384;
}
</style>
border-color css
<style>
span { border-color: #FDF384; }
span { border-color: rgb(253,243,132); }
td.TdClassName
{
border-color: #FDF384;
}
.TagClassName
{
border-color: #FDF384;
}
</style>