Shades of Witch Haze #FDF56A
Tints of Witch Haze #FDF56A
RGB
CMYK
RGB Variations
Color information
#FDF56A (or 0xFDF56A) is known color: Witch Haze. HEX triplet: FD, F5 and 6A. RGB value is (253,245,106). Sum of RGB (Red+Green+Blue) = 253+245+106=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF56A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF56A is #020A95. Grayscale: #E8E8E8. Windows color (decimal): -133782 or 7009789. OLE color: 7009789.
HSL color Cylindrical-coordinate representation of color #FDF56A: hue angle of 56.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF56A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 106 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.01 |
| HSL | 56.73º | 0.97% | 0.7% | - |
| HSV(B) | 56.73º | 0.58% | 0.99% | - |
| XYZ | 75.76 | 87.23 | 26.48 | - |
| YUV | 231.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 106 | 0 | 0.03 | 0.58 | 0.01 | 56.73 | 0.97 | 0.7 |
| Hex | FD | F5 | 6A | 0 | 3 | 3A | 1 | 39 | 61 | 46 |
| Octal | 375 | 365 | 152 | 0 | 3 | 72 | 1 | 71 | 141 | 106 |
| Binary | 11111101 | 11110101 | 1101010 | 0 | 11 | 111010 | 1 | 111001 | 1100001 | 1000110 |
Color Harmonies of #FDF56A
Complementary color
Monochromatic Colors of #FDF56A
Black with #FDF56A
Text Example
Text Example
White with #FDF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF56A; }
p { color: rgb(253,245,106); }
H1.HeaderClassName
{
color: #FDF56A;
}
.AnyTagClassName
{
color: #FDF56A;
}
</style>
background-color css
<style>
a { background-color: #FDF56A; }
a { background-color: rgb(253,245,106); }
div.DivClassName
{
background-color: #FDF56A;
}
.BgClassName
{
background-color: #FDF56A;
}
</style>
border-color css
<style>
span { border-color: #FDF56A; }
span { border-color: rgb(253,245,106); }
td.TdClassName
{
border-color: #FDF56A;
}
.TagClassName
{
border-color: #FDF56A;
}
</style>