Shades of Witch Haze #FDF379
Tints of Witch Haze #FDF379
RGB
CMYK
RGB Variations
Color information
#FDF379 (or 0xFDF379) is known color: Witch Haze. HEX triplet: FD, F3 and 79. RGB value is (253,243,121). Sum of RGB (Red+Green+Blue) = 253+243+121=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 121 (47.66% from 255 or 19.61% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF379 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF379 is #020C86. Grayscale: #E8E8E8. Windows color (decimal): -134279 or 7992317. OLE color: 7992317.
HSL color Cylindrical-coordinate representation of color #FDF379: hue angle of 55.45º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDF379 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 121 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.01 |
| HSL | 55.45º | 0.97% | 0.73% | - |
| HSV(B) | 55.45º | 0.52% | 0.99% | - |
| XYZ | 76.01 | 86.36 | 30.75 | - |
| YUV | 232.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 121 | 0 | 0.04 | 0.52 | 0.01 | 55.45 | 0.97 | 0.73 |
| Hex | FD | F3 | 79 | 0 | 4 | 34 | 1 | 37 | 61 | 49 |
| Octal | 375 | 363 | 171 | 0 | 4 | 64 | 1 | 67 | 141 | 111 |
| Binary | 11111101 | 11110011 | 1111001 | 0 | 100 | 110100 | 1 | 110111 | 1100001 | 1001001 |
Color Harmonies of #FDF379
Complementary color
Monochromatic Colors of #FDF379
Black with #FDF379
Text Example
Text Example
White with #FDF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF379; }
p { color: rgb(253,243,121); }
H1.HeaderClassName
{
color: #FDF379;
}
.AnyTagClassName
{
color: #FDF379;
}
</style>
background-color css
<style>
a { background-color: #FDF379; }
a { background-color: rgb(253,243,121); }
div.DivClassName
{
background-color: #FDF379;
}
.BgClassName
{
background-color: #FDF379;
}
</style>
border-color css
<style>
span { border-color: #FDF379; }
span { border-color: rgb(253,243,121); }
td.TdClassName
{
border-color: #FDF379;
}
.TagClassName
{
border-color: #FDF379;
}
</style>