Shades of Witch Haze #FDF57F
Tints of Witch Haze #FDF57F
RGB
CMYK
RGB Variations
Color information
#FDF57F (or 0xFDF57F) is known color: Witch Haze. HEX triplet: FD, F5 and 7F. RGB value is (253,245,127). Sum of RGB (Red+Green+Blue) = 253+245+127=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 127 (50% from 255 or 20.32% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF57F is #020A80. Grayscale: #EAEAEA. Windows color (decimal): -133761 or 8386045. OLE color: 8386045.
HSL color Cylindrical-coordinate representation of color #FDF57F: hue angle of 56.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDF57F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 127 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.01 |
| HSL | 56.19º | 0.97% | 0.75% | - |
| HSV(B) | 56.19º | 0.5% | 0.99% | - |
| XYZ | 76.99 | 87.72 | 32.95 | - |
| YUV | 233.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 127 | 0 | 0.03 | 0.50 | 0.01 | 56.19 | 0.97 | 0.75 |
| Hex | FD | F5 | 7F | 0 | 3 | 32 | 1 | 38 | 61 | 4B |
| Octal | 375 | 365 | 177 | 0 | 3 | 62 | 1 | 70 | 141 | 113 |
| Binary | 11111101 | 11110101 | 1111111 | 0 | 11 | 110010 | 1 | 111000 | 1100001 | 1001011 |
Color Harmonies of #FDF57F
Complementary color
Monochromatic Colors of #FDF57F
Black with #FDF57F
Text Example
Text Example
White with #FDF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF57F; }
p { color: rgb(253,245,127); }
H1.HeaderClassName
{
color: #FDF57F;
}
.AnyTagClassName
{
color: #FDF57F;
}
</style>
background-color css
<style>
a { background-color: #FDF57F; }
a { background-color: rgb(253,245,127); }
div.DivClassName
{
background-color: #FDF57F;
}
.BgClassName
{
background-color: #FDF57F;
}
</style>
border-color css
<style>
span { border-color: #FDF57F; }
span { border-color: rgb(253,245,127); }
td.TdClassName
{
border-color: #FDF57F;
}
.TagClassName
{
border-color: #FDF57F;
}
</style>