Shades of Witch Haze #FFFD82
Tints of Witch Haze #FFFD82
RGB
CMYK
RGB Variations
Color information
#FFFD82 (or 0xFFFD82) is known color: Witch Haze. HEX triplet: FF, FD and 82. RGB value is (255,253,130). Sum of RGB (Red+Green+Blue) = 255+253+130=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 130 (51.17% from 255 or 20.38% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD82 is #00027D. Grayscale: #F0F0F0. Windows color (decimal): -638 or 8584703. OLE color: 8584703.
HSL color Cylindrical-coordinate representation of color #FFFD82: hue angle of 59.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFFD82 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 130 | - |
| CMYK | 0 | 0.01 | 0.49 | 0 |
| HSL | 59.04º | 1% | 0.75% | - |
| HSV(B) | 59.04º | 0.49% | 1% | - |
| XYZ | 80.39 | 93.12 | 34.86 | - |
| YUV | 239.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 130 | 0 | 0.01 | 0.49 | 0 | 59.04 | 1 | 0.75 |
| Hex | FF | FD | 82 | 0 | 1 | 31 | 0 | 3B | 64 | 4B |
| Octal | 377 | 375 | 202 | 0 | 1 | 61 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111101 | 10000010 | 0 | 1 | 110001 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFD82
Complementary color
Monochromatic Colors of #FFFD82
Black with #FFFD82
Text Example
Text Example
White with #FFFD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD82; }
p { color: rgb(255,253,130); }
H1.HeaderClassName
{
color: #FFFD82;
}
.AnyTagClassName
{
color: #FFFD82;
}
</style>
background-color css
<style>
a { background-color: #FFFD82; }
a { background-color: rgb(255,253,130); }
div.DivClassName
{
background-color: #FFFD82;
}
.BgClassName
{
background-color: #FFFD82;
}
</style>
border-color css
<style>
span { border-color: #FFFD82; }
span { border-color: rgb(255,253,130); }
td.TdClassName
{
border-color: #FFFD82;
}
.TagClassName
{
border-color: #FFFD82;
}
</style>