Shades of Witch Haze #FDF177
Tints of Witch Haze #FDF177
RGB
CMYK
RGB Variations
Color information
#FDF177 (or 0xFDF177) is known color: Witch Haze. HEX triplet: FD, F1 and 77. RGB value is (253,241,119). Sum of RGB (Red+Green+Blue) = 253+241+119=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 119 (46.88% from 255 or 19.41% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF177 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF177 is #020E88. Grayscale: #E7E7E7. Windows color (decimal): -134793 or 7860733. OLE color: 7860733.
HSL color Cylindrical-coordinate representation of color #FDF177: hue angle of 54.63º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDF177 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 119 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.01 |
| HSL | 54.63º | 0.97% | 0.73% | - |
| HSV(B) | 54.63º | 0.53% | 0.99% | - |
| XYZ | 75.29 | 85.13 | 29.92 | - |
| YUV | 230.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 119 | 0 | 0.05 | 0.53 | 0.01 | 54.63 | 0.97 | 0.73 |
| Hex | FD | F1 | 77 | 0 | 5 | 35 | 1 | 37 | 61 | 49 |
| Octal | 375 | 361 | 167 | 0 | 5 | 65 | 1 | 67 | 141 | 111 |
| Binary | 11111101 | 11110001 | 1110111 | 0 | 101 | 110101 | 1 | 110111 | 1100001 | 1001001 |
Color Harmonies of #FDF177
Complementary color
Monochromatic Colors of #FDF177
Black with #FDF177
Text Example
Text Example
White with #FDF177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF177; }
p { color: rgb(253,241,119); }
H1.HeaderClassName
{
color: #FDF177;
}
.AnyTagClassName
{
color: #FDF177;
}
</style>
background-color css
<style>
a { background-color: #FDF177; }
a { background-color: rgb(253,241,119); }
div.DivClassName
{
background-color: #FDF177;
}
.BgClassName
{
background-color: #FDF177;
}
</style>
border-color css
<style>
span { border-color: #FDF177; }
span { border-color: rgb(253,241,119); }
td.TdClassName
{
border-color: #FDF177;
}
.TagClassName
{
border-color: #FDF177;
}
</style>