Shades of Witch Haze #FDF16D
Tints of Witch Haze #FDF16D
RGB
CMYK
RGB Variations
Color information
#FDF16D (or 0xFDF16D) is known color: Witch Haze. HEX triplet: FD, F1 and 6D. RGB value is (253,241,109). Sum of RGB (Red+Green+Blue) = 253+241+109=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16D is #020E92. Grayscale: #E6E6E6. Windows color (decimal): -134803 or 7205373. OLE color: 7205373.
HSL color Cylindrical-coordinate representation of color #FDF16D: hue angle of 55º 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 #FDF16D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 109 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.01 |
| HSL | 55º | 0.97% | 0.71% | - |
| HSV(B) | 55º | 0.57% | 0.99% | - |
| XYZ | 74.72 | 84.9 | 26.92 | - |
| YUV | 229.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 109 | 0 | 0.05 | 0.57 | 0.01 | 55 | 0.97 | 0.71 |
| Hex | FD | F1 | 6D | 0 | 5 | 39 | 1 | 37 | 61 | 47 |
| Octal | 375 | 361 | 155 | 0 | 5 | 71 | 1 | 67 | 141 | 107 |
| Binary | 11111101 | 11110001 | 1101101 | 0 | 101 | 111001 | 1 | 110111 | 1100001 | 1000111 |
Color Harmonies of #FDF16D
Complementary color
Monochromatic Colors of #FDF16D
Black with #FDF16D
Text Example
Text Example
White with #FDF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF16D; }
p { color: rgb(253,241,109); }
H1.HeaderClassName
{
color: #FDF16D;
}
.AnyTagClassName
{
color: #FDF16D;
}
</style>
background-color css
<style>
a { background-color: #FDF16D; }
a { background-color: rgb(253,241,109); }
div.DivClassName
{
background-color: #FDF16D;
}
.BgClassName
{
background-color: #FDF16D;
}
</style>
border-color css
<style>
span { border-color: #FDF16D; }
span { border-color: rgb(253,241,109); }
td.TdClassName
{
border-color: #FDF16D;
}
.TagClassName
{
border-color: #FDF16D;
}
</style>