Shades of Witch Haze #FDF37A
Tints of Witch Haze #FDF37A
RGB
CMYK
RGB Variations
Color information
#FDF37A (or 0xFDF37A) is known color: Witch Haze. HEX triplet: FD, F3 and 7A. RGB value is (253,243,122). Sum of RGB (Red+Green+Blue) = 253+243+122=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 122 (48.05% from 255 or 19.74% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF37A is #020C85. Grayscale: #E8E8E8. Windows color (decimal): -134278 or 8057853. OLE color: 8057853.
HSL color Cylindrical-coordinate representation of color #FDF37A: hue angle of 55.42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDF37A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.01 |
| HSL | 55.42º | 0.97% | 0.74% | - |
| HSV(B) | 55.42º | 0.52% | 0.99% | - |
| XYZ | 76.07 | 86.39 | 31.08 | - |
| YUV | 232.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 122 | 0 | 0.04 | 0.52 | 0.01 | 55.42 | 0.97 | 0.74 |
| Hex | FD | F3 | 7A | 0 | 4 | 34 | 1 | 37 | 61 | 4A |
| Octal | 375 | 363 | 172 | 0 | 4 | 64 | 1 | 67 | 141 | 112 |
| Binary | 11111101 | 11110011 | 1111010 | 0 | 100 | 110100 | 1 | 110111 | 1100001 | 1001010 |
Color Harmonies of #FDF37A
Complementary color
Monochromatic Colors of #FDF37A
Black with #FDF37A
Text Example
Text Example
White with #FDF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF37A; }
p { color: rgb(253,243,122); }
H1.HeaderClassName
{
color: #FDF37A;
}
.AnyTagClassName
{
color: #FDF37A;
}
</style>
background-color css
<style>
a { background-color: #FDF37A; }
a { background-color: rgb(253,243,122); }
div.DivClassName
{
background-color: #FDF37A;
}
.BgClassName
{
background-color: #FDF37A;
}
</style>
border-color css
<style>
span { border-color: #FDF37A; }
span { border-color: rgb(253,243,122); }
td.TdClassName
{
border-color: #FDF37A;
}
.TagClassName
{
border-color: #FDF37A;
}
</style>