Shades of Witch Haze #FDF370
Tints of Witch Haze #FDF370
RGB
CMYK
RGB Variations
Color information
#FDF370 (or 0xFDF370) is known color: Witch Haze. HEX triplet: FD, F3 and 70. RGB value is (253,243,112). Sum of RGB (Red+Green+Blue) = 253+243+112=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 112 (44.14% from 255 or 18.42% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF370 is #020C8F. Grayscale: #E7E7E7. Windows color (decimal): -134288 or 7402493. OLE color: 7402493.
HSL color Cylindrical-coordinate representation of color #FDF370: hue angle of 55.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF370 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 55.74º | 0.97% | 0.72% | - |
| HSV(B) | 55.74º | 0.56% | 0.99% | - |
| XYZ | 75.48 | 86.15 | 27.98 | - |
| YUV | 231.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 112 | 0 | 0.04 | 0.56 | 0.01 | 55.74 | 0.97 | 0.72 |
| Hex | FD | F3 | 70 | 0 | 4 | 38 | 1 | 38 | 61 | 48 |
| Octal | 375 | 363 | 160 | 0 | 4 | 70 | 1 | 70 | 141 | 110 |
| Binary | 11111101 | 11110011 | 1110000 | 0 | 100 | 111000 | 1 | 111000 | 1100001 | 1001000 |
Color Harmonies of #FDF370
Complementary color
Monochromatic Colors of #FDF370
Black with #FDF370
Text Example
Text Example
White with #FDF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF370; }
p { color: rgb(253,243,112); }
H1.HeaderClassName
{
color: #FDF370;
}
.AnyTagClassName
{
color: #FDF370;
}
</style>
background-color css
<style>
a { background-color: #FDF370; }
a { background-color: rgb(253,243,112); }
div.DivClassName
{
background-color: #FDF370;
}
.BgClassName
{
background-color: #FDF370;
}
</style>
border-color css
<style>
span { border-color: #FDF370; }
span { border-color: rgb(253,243,112); }
td.TdClassName
{
border-color: #FDF370;
}
.TagClassName
{
border-color: #FDF370;
}
</style>