Shades of Witch Haze #FDF478
Tints of Witch Haze #FDF478
RGB
CMYK
RGB Variations
Color information
#FDF478 (or 0xFDF478) is known color: Witch Haze. HEX triplet: FD, F4 and 78. RGB value is (253,244,120). Sum of RGB (Red+Green+Blue) = 253+244+120=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 120 (47.27% from 255 or 19.45% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF478 is #020B87. Grayscale: #E9E9E9. Windows color (decimal): -134024 or 7927037. OLE color: 7927037.
HSL color Cylindrical-coordinate representation of color #FDF478: hue angle of 55.94º 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 #FDF478 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 120 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.01 |
| HSL | 55.94º | 0.97% | 0.73% | - |
| HSV(B) | 55.94º | 0.53% | 0.99% | - |
| XYZ | 76.25 | 86.94 | 30.53 | - |
| YUV | 232.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 120 | 0 | 0.04 | 0.53 | 0.01 | 55.94 | 0.97 | 0.73 |
| Hex | FD | F4 | 78 | 0 | 4 | 35 | 1 | 38 | 61 | 49 |
| Octal | 375 | 364 | 170 | 0 | 4 | 65 | 1 | 70 | 141 | 111 |
| Binary | 11111101 | 11110100 | 1111000 | 0 | 100 | 110101 | 1 | 111000 | 1100001 | 1001001 |
Color Harmonies of #FDF478
Complementary color
Monochromatic Colors of #FDF478
Black with #FDF478
Text Example
Text Example
White with #FDF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF478; }
p { color: rgb(253,244,120); }
H1.HeaderClassName
{
color: #FDF478;
}
.AnyTagClassName
{
color: #FDF478;
}
</style>
background-color css
<style>
a { background-color: #FDF478; }
a { background-color: rgb(253,244,120); }
div.DivClassName
{
background-color: #FDF478;
}
.BgClassName
{
background-color: #FDF478;
}
</style>
border-color css
<style>
span { border-color: #FDF478; }
span { border-color: rgb(253,244,120); }
td.TdClassName
{
border-color: #FDF478;
}
.TagClassName
{
border-color: #FDF478;
}
</style>