Shades of Witch Haze #FDF371
Tints of Witch Haze #FDF371
RGB
CMYK
RGB Variations
Color information
#FDF371 (or 0xFDF371) is known color: Witch Haze. HEX triplet: FD, F3 and 71. RGB value is (253,243,113). Sum of RGB (Red+Green+Blue) = 253+243+113=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 113 (44.53% from 255 or 18.56% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF371 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF371 is #020C8E. Grayscale: #E7E7E7. Windows color (decimal): -134287 or 7468029. OLE color: 7468029.
HSL color Cylindrical-coordinate representation of color #FDF371: hue angle of 55.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDF371 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 113 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.01 |
| HSL | 55.71º | 0.97% | 0.72% | - |
| HSV(B) | 55.71º | 0.55% | 0.99% | - |
| XYZ | 75.54 | 86.18 | 28.28 | - |
| YUV | 231.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 113 | 0 | 0.04 | 0.55 | 0.01 | 55.71 | 0.97 | 0.72 |
| Hex | FD | F3 | 71 | 0 | 4 | 37 | 1 | 38 | 61 | 48 |
| Octal | 375 | 363 | 161 | 0 | 4 | 67 | 1 | 70 | 141 | 110 |
| Binary | 11111101 | 11110011 | 1110001 | 0 | 100 | 110111 | 1 | 111000 | 1100001 | 1001000 |
Color Harmonies of #FDF371
Complementary color
Monochromatic Colors of #FDF371
Black with #FDF371
Text Example
Text Example
White with #FDF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF371; }
p { color: rgb(253,243,113); }
H1.HeaderClassName
{
color: #FDF371;
}
.AnyTagClassName
{
color: #FDF371;
}
</style>
background-color css
<style>
a { background-color: #FDF371; }
a { background-color: rgb(253,243,113); }
div.DivClassName
{
background-color: #FDF371;
}
.BgClassName
{
background-color: #FDF371;
}
</style>
border-color css
<style>
span { border-color: #FDF371; }
span { border-color: rgb(253,243,113); }
td.TdClassName
{
border-color: #FDF371;
}
.TagClassName
{
border-color: #FDF371;
}
</style>