Shades of Witch Haze #FDF770
Tints of Witch Haze #FDF770
RGB
CMYK
RGB Variations
Color information
#FDF770 (or 0xFDF770) is known color: Witch Haze. HEX triplet: FD, F7 and 70. RGB value is (253,247,112). Sum of RGB (Red+Green+Blue) = 253+247+112=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 112 (44.14% from 255 or 18.30% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF770 is #02088F. Grayscale: #E9E9E9. Windows color (decimal): -133264 or 7403517. OLE color: 7403517.
HSL color Cylindrical-coordinate representation of color #FDF770: hue angle of 57.45º 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 #FDF770 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 112 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.01 |
| HSL | 57.45º | 0.97% | 0.72% | - |
| HSV(B) | 57.45º | 0.56% | 0.99% | - |
| XYZ | 76.69 | 88.57 | 28.38 | - |
| YUV | 233.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 112 | 0 | 0.02 | 0.56 | 0.01 | 57.45 | 0.97 | 0.72 |
| Hex | FD | F7 | 70 | 0 | 2 | 38 | 1 | 39 | 61 | 48 |
| Octal | 375 | 367 | 160 | 0 | 2 | 70 | 1 | 71 | 141 | 110 |
| Binary | 11111101 | 11110111 | 1110000 | 0 | 10 | 111000 | 1 | 111001 | 1100001 | 1001000 |
Color Harmonies of #FDF770
Complementary color
Monochromatic Colors of #FDF770
Black with #FDF770
Text Example
Text Example
White with #FDF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF770; }
p { color: rgb(253,247,112); }
H1.HeaderClassName
{
color: #FDF770;
}
.AnyTagClassName
{
color: #FDF770;
}
</style>
background-color css
<style>
a { background-color: #FDF770; }
a { background-color: rgb(253,247,112); }
div.DivClassName
{
background-color: #FDF770;
}
.BgClassName
{
background-color: #FDF770;
}
</style>
border-color css
<style>
span { border-color: #FDF770; }
span { border-color: rgb(253,247,112); }
td.TdClassName
{
border-color: #FDF770;
}
.TagClassName
{
border-color: #FDF770;
}
</style>