Shades of Witch Haze #FDF381
Tints of Witch Haze #FDF381
RGB
CMYK
RGB Variations
Color information
#FDF381 (or 0xFDF381) is known color: Witch Haze. HEX triplet: FD, F3 and 81. RGB value is (253,243,129). Sum of RGB (Red+Green+Blue) = 253+243+129=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 129 (50.78% from 255 or 20.64% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF381 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF381 is #020C7E. Grayscale: #E9E9E9. Windows color (decimal): -134271 or 8516605. OLE color: 8516605.
HSL color Cylindrical-coordinate representation of color #FDF381: hue angle of 55.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDF381 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 129 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.01 |
| HSL | 55.16º | 0.97% | 0.75% | - |
| HSV(B) | 55.16º | 0.49% | 0.99% | - |
| XYZ | 76.52 | 86.57 | 33.45 | - |
| YUV | 232.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 129 | 0 | 0.04 | 0.49 | 0.01 | 55.16 | 0.97 | 0.75 |
| Hex | FD | F3 | 81 | 0 | 4 | 31 | 1 | 37 | 61 | 4B |
| Octal | 375 | 363 | 201 | 0 | 4 | 61 | 1 | 67 | 141 | 113 |
| Binary | 11111101 | 11110011 | 10000001 | 0 | 100 | 110001 | 1 | 110111 | 1100001 | 1001011 |
Color Harmonies of #FDF381
Complementary color
Monochromatic Colors of #FDF381
Black with #FDF381
Text Example
Text Example
White with #FDF381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF381; }
p { color: rgb(253,243,129); }
H1.HeaderClassName
{
color: #FDF381;
}
.AnyTagClassName
{
color: #FDF381;
}
</style>
background-color css
<style>
a { background-color: #FDF381; }
a { background-color: rgb(253,243,129); }
div.DivClassName
{
background-color: #FDF381;
}
.BgClassName
{
background-color: #FDF381;
}
</style>
border-color css
<style>
span { border-color: #FDF381; }
span { border-color: rgb(253,243,129); }
td.TdClassName
{
border-color: #FDF381;
}
.TagClassName
{
border-color: #FDF381;
}
</style>