Shades of Witch Haze #FDF36F
Tints of Witch Haze #FDF36F
RGB
CMYK
RGB Variations
Color information
#FDF36F (or 0xFDF36F) is known color: Witch Haze. HEX triplet: FD, F3 and 6F. RGB value is (253,243,111). Sum of RGB (Red+Green+Blue) = 253+243+111=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 111 (43.75% from 255 or 18.29% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF36F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF36F is #020C90. Grayscale: #E7E7E7. Windows color (decimal): -134289 or 7336957. OLE color: 7336957.
HSL color Cylindrical-coordinate representation of color #FDF36F: hue angle of 55.77º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF36F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 111 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 55.77º | 0.97% | 0.71% | - |
| HSV(B) | 55.77º | 0.56% | 0.99% | - |
| XYZ | 75.43 | 86.13 | 27.69 | - |
| YUV | 230.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 111 | 0 | 0.04 | 0.56 | 0.01 | 55.77 | 0.97 | 0.71 |
| Hex | FD | F3 | 6F | 0 | 4 | 38 | 1 | 38 | 61 | 47 |
| Octal | 375 | 363 | 157 | 0 | 4 | 70 | 1 | 70 | 141 | 107 |
| Binary | 11111101 | 11110011 | 1101111 | 0 | 100 | 111000 | 1 | 111000 | 1100001 | 1000111 |
Color Harmonies of #FDF36F
Complementary color
Monochromatic Colors of #FDF36F
Black with #FDF36F
Text Example
Text Example
White with #FDF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF36F; }
p { color: rgb(253,243,111); }
H1.HeaderClassName
{
color: #FDF36F;
}
.AnyTagClassName
{
color: #FDF36F;
}
</style>
background-color css
<style>
a { background-color: #FDF36F; }
a { background-color: rgb(253,243,111); }
div.DivClassName
{
background-color: #FDF36F;
}
.BgClassName
{
background-color: #FDF36F;
}
</style>
border-color css
<style>
span { border-color: #FDF36F; }
span { border-color: rgb(253,243,111); }
td.TdClassName
{
border-color: #FDF36F;
}
.TagClassName
{
border-color: #FDF36F;
}
</style>