Shades of Witch Haze #FDF774
Tints of Witch Haze #FDF774
RGB
CMYK
RGB Variations
Color information
#FDF774 (or 0xFDF774) is known color: Witch Haze. HEX triplet: FD, F7 and 74. RGB value is (253,247,116). Sum of RGB (Red+Green+Blue) = 253+247+116=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 116 (45.70% from 255 or 18.83% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF774 is #02088B. Grayscale: #EAEAEA. Windows color (decimal): -133260 or 7665661. OLE color: 7665661.
HSL color Cylindrical-coordinate representation of color #FDF774: hue angle of 57.37º 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 #FDF774 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 116 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.01 |
| HSL | 57.37º | 0.97% | 0.72% | - |
| HSV(B) | 57.37º | 0.54% | 0.99% | - |
| XYZ | 76.92 | 88.67 | 29.58 | - |
| YUV | 233.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 116 | 0 | 0.02 | 0.54 | 0.01 | 57.37 | 0.97 | 0.72 |
| Hex | FD | F7 | 74 | 0 | 2 | 36 | 1 | 39 | 61 | 48 |
| Octal | 375 | 367 | 164 | 0 | 2 | 66 | 1 | 71 | 141 | 110 |
| Binary | 11111101 | 11110111 | 1110100 | 0 | 10 | 110110 | 1 | 111001 | 1100001 | 1001000 |
Color Harmonies of #FDF774
Complementary color
Monochromatic Colors of #FDF774
Black with #FDF774
Text Example
Text Example
White with #FDF774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF774; }
p { color: rgb(253,247,116); }
H1.HeaderClassName
{
color: #FDF774;
}
.AnyTagClassName
{
color: #FDF774;
}
</style>
background-color css
<style>
a { background-color: #FDF774; }
a { background-color: rgb(253,247,116); }
div.DivClassName
{
background-color: #FDF774;
}
.BgClassName
{
background-color: #FDF774;
}
</style>
border-color css
<style>
span { border-color: #FDF774; }
span { border-color: rgb(253,247,116); }
td.TdClassName
{
border-color: #FDF774;
}
.TagClassName
{
border-color: #FDF774;
}
</style>