Shades of Witch Haze #FDF077
Tints of Witch Haze #FDF077
RGB
CMYK
RGB Variations
Color information
#FDF077 (or 0xFDF077) is known color: Witch Haze. HEX triplet: FD, F0 and 77. RGB value is (253,240,119). Sum of RGB (Red+Green+Blue) = 253+240+119=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 119 (46.88% from 255 or 19.44% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF077 is #020F88. Grayscale: #E6E6E6. Windows color (decimal): -135049 or 7860477. OLE color: 7860477.
HSL color Cylindrical-coordinate representation of color #FDF077: hue angle of 54.18º 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 #FDF077 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 119 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.01 |
| HSL | 54.18º | 0.97% | 0.73% | - |
| HSV(B) | 54.18º | 0.53% | 0.99% | - |
| XYZ | 75 | 84.53 | 29.82 | - |
| YUV | 230.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 119 | 0 | 0.05 | 0.53 | 0.01 | 54.18 | 0.97 | 0.73 |
| Hex | FD | F0 | 77 | 0 | 5 | 35 | 1 | 36 | 61 | 49 |
| Octal | 375 | 360 | 167 | 0 | 5 | 65 | 1 | 66 | 141 | 111 |
| Binary | 11111101 | 11110000 | 1110111 | 0 | 101 | 110101 | 1 | 110110 | 1100001 | 1001001 |
Color Harmonies of #FDF077
Complementary color
Monochromatic Colors of #FDF077
Black with #FDF077
Text Example
Text Example
White with #FDF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF077; }
p { color: rgb(253,240,119); }
H1.HeaderClassName
{
color: #FDF077;
}
.AnyTagClassName
{
color: #FDF077;
}
</style>
background-color css
<style>
a { background-color: #FDF077; }
a { background-color: rgb(253,240,119); }
div.DivClassName
{
background-color: #FDF077;
}
.BgClassName
{
background-color: #FDF077;
}
</style>
border-color css
<style>
span { border-color: #FDF077; }
span { border-color: rgb(253,240,119); }
td.TdClassName
{
border-color: #FDF077;
}
.TagClassName
{
border-color: #FDF077;
}
</style>