Shades of Witch Haze #FDF36E
Tints of Witch Haze #FDF36E
RGB
CMYK
RGB Variations
Color information
#FDF36E (or 0xFDF36E) is known color: Witch Haze. HEX triplet: FD, F3 and 6E. RGB value is (253,243,110). Sum of RGB (Red+Green+Blue) = 253+243+110=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 110 (43.36% from 255 or 18.15% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF36E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF36E is #020C91. Grayscale: #E7E7E7. Windows color (decimal): -134290 or 7271421. OLE color: 7271421.
HSL color Cylindrical-coordinate representation of color #FDF36E: hue angle of 55.8º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDF36E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 110 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.01 |
| HSL | 55.8º | 0.97% | 0.71% | - |
| HSV(B) | 55.8º | 0.57% | 0.99% | - |
| XYZ | 75.37 | 86.11 | 27.4 | - |
| YUV | 230.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 110 | 0 | 0.04 | 0.57 | 0.01 | 55.8 | 0.97 | 0.71 |
| Hex | FD | F3 | 6E | 0 | 4 | 39 | 1 | 38 | 61 | 47 |
| Octal | 375 | 363 | 156 | 0 | 4 | 71 | 1 | 70 | 141 | 107 |
| Binary | 11111101 | 11110011 | 1101110 | 0 | 100 | 111001 | 1 | 111000 | 1100001 | 1000111 |
Color Harmonies of #FDF36E
Complementary color
Monochromatic Colors of #FDF36E
Black with #FDF36E
Text Example
Text Example
White with #FDF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF36E; }
p { color: rgb(253,243,110); }
H1.HeaderClassName
{
color: #FDF36E;
}
.AnyTagClassName
{
color: #FDF36E;
}
</style>
background-color css
<style>
a { background-color: #FDF36E; }
a { background-color: rgb(253,243,110); }
div.DivClassName
{
background-color: #FDF36E;
}
.BgClassName
{
background-color: #FDF36E;
}
</style>
border-color css
<style>
span { border-color: #FDF36E; }
span { border-color: rgb(253,243,110); }
td.TdClassName
{
border-color: #FDF36E;
}
.TagClassName
{
border-color: #FDF36E;
}
</style>