Shades of Witch Haze #FDF66C
Tints of Witch Haze #FDF66C
RGB
CMYK
RGB Variations
Color information
#FDF66C (or 0xFDF66C) is known color: Witch Haze. HEX triplet: FD, F6 and 6C. RGB value is (253,246,108). Sum of RGB (Red+Green+Blue) = 253+246+108=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 108 (42.58% from 255 or 17.79% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF66C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF66C is #020993. Grayscale: #E8E8E8. Windows color (decimal): -133524 or 7141117. OLE color: 7141117.
HSL color Cylindrical-coordinate representation of color #FDF66C: hue angle of 57.1º 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 #FDF66C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 108 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.01 |
| HSL | 57.1º | 0.97% | 0.71% | - |
| HSV(B) | 57.1º | 0.57% | 0.99% | - |
| XYZ | 76.17 | 87.88 | 27.13 | - |
| YUV | 232.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 108 | 0 | 0.03 | 0.57 | 0.01 | 57.1 | 0.97 | 0.71 |
| Hex | FD | F6 | 6C | 0 | 3 | 39 | 1 | 39 | 61 | 47 |
| Octal | 375 | 366 | 154 | 0 | 3 | 71 | 1 | 71 | 141 | 107 |
| Binary | 11111101 | 11110110 | 1101100 | 0 | 11 | 111001 | 1 | 111001 | 1100001 | 1000111 |
Color Harmonies of #FDF66C
Complementary color
Monochromatic Colors of #FDF66C
Black with #FDF66C
Text Example
Text Example
White with #FDF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF66C; }
p { color: rgb(253,246,108); }
H1.HeaderClassName
{
color: #FDF66C;
}
.AnyTagClassName
{
color: #FDF66C;
}
</style>
background-color css
<style>
a { background-color: #FDF66C; }
a { background-color: rgb(253,246,108); }
div.DivClassName
{
background-color: #FDF66C;
}
.BgClassName
{
background-color: #FDF66C;
}
</style>
border-color css
<style>
span { border-color: #FDF66C; }
span { border-color: rgb(253,246,108); }
td.TdClassName
{
border-color: #FDF66C;
}
.TagClassName
{
border-color: #FDF66C;
}
</style>