Shades of Witch Haze #FDF57B
Tints of Witch Haze #FDF57B
RGB
CMYK
RGB Variations
Color information
#FDF57B (or 0xFDF57B) is known color: Witch Haze. HEX triplet: FD, F5 and 7B. RGB value is (253,245,123). Sum of RGB (Red+Green+Blue) = 253+245+123=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 123 (48.44% from 255 or 19.81% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF57B is #020A84. Grayscale: #E9E9E9. Windows color (decimal): -133765 or 8123901. OLE color: 8123901.
HSL color Cylindrical-coordinate representation of color #FDF57B: hue angle of 56.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDF57B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 123 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.01 |
| HSL | 56.31º | 0.97% | 0.74% | - |
| HSV(B) | 56.31º | 0.51% | 0.99% | - |
| XYZ | 76.74 | 87.62 | 31.61 | - |
| YUV | 233.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 123 | 0 | 0.03 | 0.51 | 0.01 | 56.31 | 0.97 | 0.74 |
| Hex | FD | F5 | 7B | 0 | 3 | 33 | 1 | 38 | 61 | 4A |
| Octal | 375 | 365 | 173 | 0 | 3 | 63 | 1 | 70 | 141 | 112 |
| Binary | 11111101 | 11110101 | 1111011 | 0 | 11 | 110011 | 1 | 111000 | 1100001 | 1001010 |
Color Harmonies of #FDF57B
Complementary color
Monochromatic Colors of #FDF57B
Black with #FDF57B
Text Example
Text Example
White with #FDF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF57B; }
p { color: rgb(253,245,123); }
H1.HeaderClassName
{
color: #FDF57B;
}
.AnyTagClassName
{
color: #FDF57B;
}
</style>
background-color css
<style>
a { background-color: #FDF57B; }
a { background-color: rgb(253,245,123); }
div.DivClassName
{
background-color: #FDF57B;
}
.BgClassName
{
background-color: #FDF57B;
}
</style>
border-color css
<style>
span { border-color: #FDF57B; }
span { border-color: rgb(253,245,123); }
td.TdClassName
{
border-color: #FDF57B;
}
.TagClassName
{
border-color: #FDF57B;
}
</style>