Shades of Witch Haze #FDF170
Tints of Witch Haze #FDF170
RGB
CMYK
RGB Variations
Color information
#FDF170 (or 0xFDF170) is known color: Witch Haze. HEX triplet: FD, F1 and 70. RGB value is (253,241,112). Sum of RGB (Red+Green+Blue) = 253+241+112=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF170 is #020E8F. Grayscale: #E6E6E6. Windows color (decimal): -134800 or 7401981. OLE color: 7401981.
HSL color Cylindrical-coordinate representation of color #FDF170: hue angle of 54.89º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF170 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 112 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.01 |
| HSL | 54.89º | 0.97% | 0.72% | - |
| HSV(B) | 54.89º | 0.56% | 0.99% | - |
| XYZ | 74.89 | 84.96 | 27.78 | - |
| YUV | 229.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 112 | 0 | 0.05 | 0.56 | 0.01 | 54.89 | 0.97 | 0.72 |
| Hex | FD | F1 | 70 | 0 | 5 | 38 | 1 | 37 | 61 | 48 |
| Octal | 375 | 361 | 160 | 0 | 5 | 70 | 1 | 67 | 141 | 110 |
| Binary | 11111101 | 11110001 | 1110000 | 0 | 101 | 111000 | 1 | 110111 | 1100001 | 1001000 |
Color Harmonies of #FDF170
Complementary color
Monochromatic Colors of #FDF170
Black with #FDF170
Text Example
Text Example
White with #FDF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF170; }
p { color: rgb(253,241,112); }
H1.HeaderClassName
{
color: #FDF170;
}
.AnyTagClassName
{
color: #FDF170;
}
</style>
background-color css
<style>
a { background-color: #FDF170; }
a { background-color: rgb(253,241,112); }
div.DivClassName
{
background-color: #FDF170;
}
.BgClassName
{
background-color: #FDF170;
}
</style>
border-color css
<style>
span { border-color: #FDF170; }
span { border-color: rgb(253,241,112); }
td.TdClassName
{
border-color: #FDF170;
}
.TagClassName
{
border-color: #FDF170;
}
</style>