Shades of Witch Haze #FDF37D
Tints of Witch Haze #FDF37D
RGB
CMYK
RGB Variations
Color information
#FDF37D (or 0xFDF37D) is known color: Witch Haze. HEX triplet: FD, F3 and 7D. RGB value is (253,243,125). Sum of RGB (Red+Green+Blue) = 253+243+125=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 125 (49.22% from 255 or 20.13% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF37D is #020C82. Grayscale: #E9E9E9. Windows color (decimal): -134275 or 8254461. OLE color: 8254461.
HSL color Cylindrical-coordinate representation of color #FDF37D: hue angle of 55.31º 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 #FDF37D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 125 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.01 |
| HSL | 55.31º | 0.97% | 0.74% | - |
| HSV(B) | 55.31º | 0.51% | 0.99% | - |
| XYZ | 76.26 | 86.46 | 32.07 | - |
| YUV | 232.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 125 | 0 | 0.04 | 0.51 | 0.01 | 55.31 | 0.97 | 0.74 |
| Hex | FD | F3 | 7D | 0 | 4 | 33 | 1 | 37 | 61 | 4A |
| Octal | 375 | 363 | 175 | 0 | 4 | 63 | 1 | 67 | 141 | 112 |
| Binary | 11111101 | 11110011 | 1111101 | 0 | 100 | 110011 | 1 | 110111 | 1100001 | 1001010 |
Color Harmonies of #FDF37D
Complementary color
Monochromatic Colors of #FDF37D
Black with #FDF37D
Text Example
Text Example
White with #FDF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF37D; }
p { color: rgb(253,243,125); }
H1.HeaderClassName
{
color: #FDF37D;
}
.AnyTagClassName
{
color: #FDF37D;
}
</style>
background-color css
<style>
a { background-color: #FDF37D; }
a { background-color: rgb(253,243,125); }
div.DivClassName
{
background-color: #FDF37D;
}
.BgClassName
{
background-color: #FDF37D;
}
</style>
border-color css
<style>
span { border-color: #FDF37D; }
span { border-color: rgb(253,243,125); }
td.TdClassName
{
border-color: #FDF37D;
}
.TagClassName
{
border-color: #FDF37D;
}
</style>