Shades of Witch Haze #FDF16C
Tints of Witch Haze #FDF16C
RGB
CMYK
RGB Variations
Color information
#FDF16C (or 0xFDF16C) is known color: Witch Haze. HEX triplet: FD, F1 and 6C. RGB value is (253,241,108). Sum of RGB (Red+Green+Blue) = 253+241+108=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 108 (42.58% from 255 or 17.94% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16C is #020E93. Grayscale: #E5E5E5. Windows color (decimal): -134804 or 7139837. OLE color: 7139837.
HSL color Cylindrical-coordinate representation of color #FDF16C: hue angle of 55.03º 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 #FDF16C is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 108 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.01 |
| HSL | 55.03º | 0.97% | 0.71% | - |
| HSV(B) | 55.03º | 0.57% | 0.99% | - |
| XYZ | 74.67 | 84.88 | 26.63 | - |
| YUV | 229.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 108 | 0 | 0.05 | 0.57 | 0.01 | 55.03 | 0.97 | 0.71 |
| Hex | FD | F1 | 6C | 0 | 5 | 39 | 1 | 37 | 61 | 47 |
| Octal | 375 | 361 | 154 | 0 | 5 | 71 | 1 | 67 | 141 | 107 |
| Binary | 11111101 | 11110001 | 1101100 | 0 | 101 | 111001 | 1 | 110111 | 1100001 | 1000111 |
Color Harmonies of #FDF16C
Complementary color
Monochromatic Colors of #FDF16C
Black with #FDF16C
Text Example
Text Example
White with #FDF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF16C; }
p { color: rgb(253,241,108); }
H1.HeaderClassName
{
color: #FDF16C;
}
.AnyTagClassName
{
color: #FDF16C;
}
</style>
background-color css
<style>
a { background-color: #FDF16C; }
a { background-color: rgb(253,241,108); }
div.DivClassName
{
background-color: #FDF16C;
}
.BgClassName
{
background-color: #FDF16C;
}
</style>
border-color css
<style>
span { border-color: #FDF16C; }
span { border-color: rgb(253,241,108); }
td.TdClassName
{
border-color: #FDF16C;
}
.TagClassName
{
border-color: #FDF16C;
}
</style>