Shades of Witch Haze #FFFD80
Tints of Witch Haze #FFFD80
RGB
CMYK
RGB Variations
Color information
#FFFD80 (or 0xFFFD80) is known color: Witch Haze. HEX triplet: FF, FD and 80. RGB value is (255,253,128). Sum of RGB (Red+Green+Blue) = 255+253+128=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 128 (50.39% from 255 or 20.13% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD80 is #00027F. Grayscale: #EFEFEF. Windows color (decimal): -640 or 8453631. OLE color: 8453631.
HSL color Cylindrical-coordinate representation of color #FFFD80: hue angle of 59.06º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFD80 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 128 | - |
| CMYK | 0 | 0.01 | 0.50 | 0 |
| HSL | 59.06º | 1% | 0.75% | - |
| HSV(B) | 59.06º | 0.5% | 1% | - |
| XYZ | 80.26 | 93.07 | 34.16 | - |
| YUV | 239.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 128 | 0 | 0.01 | 0.50 | 0 | 59.06 | 1 | 0.75 |
| Hex | FF | FD | 80 | 0 | 1 | 32 | 0 | 3B | 64 | 4B |
| Octal | 377 | 375 | 200 | 0 | 1 | 62 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111101 | 10000000 | 0 | 1 | 110010 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFD80
Complementary color
Monochromatic Colors of #FFFD80
Black with #FFFD80
Text Example
Text Example
White with #FFFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD80; }
p { color: rgb(255,253,128); }
H1.HeaderClassName
{
color: #FFFD80;
}
.AnyTagClassName
{
color: #FFFD80;
}
</style>
background-color css
<style>
a { background-color: #FFFD80; }
a { background-color: rgb(255,253,128); }
div.DivClassName
{
background-color: #FFFD80;
}
.BgClassName
{
background-color: #FFFD80;
}
</style>
border-color css
<style>
span { border-color: #FFFD80; }
span { border-color: rgb(255,253,128); }
td.TdClassName
{
border-color: #FFFD80;
}
.TagClassName
{
border-color: #FFFD80;
}
</style>