Shades of Witch Haze #FDF174
Tints of Witch Haze #FDF174
RGB
CMYK
RGB Variations
Color information
#FDF174 (or 0xFDF174) is known color: Witch Haze. HEX triplet: FD, F1 and 74. RGB value is (253,241,116). Sum of RGB (Red+Green+Blue) = 253+241+116=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF174 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF174 is #020E8B. Grayscale: #E6E6E6. Windows color (decimal): -134796 or 7664125. OLE color: 7664125.
HSL color Cylindrical-coordinate representation of color #FDF174: hue angle of 54.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDF174 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 116 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.01 |
| HSL | 54.74º | 0.97% | 0.72% | - |
| HSV(B) | 54.74º | 0.54% | 0.99% | - |
| XYZ | 75.12 | 85.05 | 28.98 | - |
| YUV | 230.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 116 | 0 | 0.05 | 0.54 | 0.01 | 54.74 | 0.97 | 0.72 |
| Hex | FD | F1 | 74 | 0 | 5 | 36 | 1 | 37 | 61 | 48 |
| Octal | 375 | 361 | 164 | 0 | 5 | 66 | 1 | 67 | 141 | 110 |
| Binary | 11111101 | 11110001 | 1110100 | 0 | 101 | 110110 | 1 | 110111 | 1100001 | 1001000 |
Color Harmonies of #FDF174
Complementary color
Monochromatic Colors of #FDF174
Black with #FDF174
Text Example
Text Example
White with #FDF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF174; }
p { color: rgb(253,241,116); }
H1.HeaderClassName
{
color: #FDF174;
}
.AnyTagClassName
{
color: #FDF174;
}
</style>
background-color css
<style>
a { background-color: #FDF174; }
a { background-color: rgb(253,241,116); }
div.DivClassName
{
background-color: #FDF174;
}
.BgClassName
{
background-color: #FDF174;
}
</style>
border-color css
<style>
span { border-color: #FDF174; }
span { border-color: rgb(253,241,116); }
td.TdClassName
{
border-color: #FDF174;
}
.TagClassName
{
border-color: #FDF174;
}
</style>