Shades of Witch Haze #FDED80
Tints of Witch Haze #FDED80
RGB
CMYK
RGB Variations
Color information
#FDED80 (or 0xFDED80) is known color: Witch Haze. HEX triplet: FD, ED and 80. RGB value is (253,237,128). Sum of RGB (Red+Green+Blue) = 253+237+128=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED80 is #02127F. Grayscale: #E5E5E5. Windows color (decimal): -135808 or 8449533. OLE color: 8449533.
HSL color Cylindrical-coordinate representation of color #FDED80: hue angle of 52.32º 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 #FDED80 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 128 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.01 |
| HSL | 52.32º | 0.97% | 0.75% | - |
| HSV(B) | 52.32º | 0.49% | 0.99% | - |
| XYZ | 74.69 | 83.01 | 32.51 | - |
| YUV | 229.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 128 | 0 | 0.06 | 0.49 | 0.01 | 52.32 | 0.97 | 0.75 |
| Hex | FD | ED | 80 | 0 | 6 | 31 | 1 | 34 | 61 | 4B |
| Octal | 375 | 355 | 200 | 0 | 6 | 61 | 1 | 64 | 141 | 113 |
| Binary | 11111101 | 11101101 | 10000000 | 0 | 110 | 110001 | 1 | 110100 | 1100001 | 1001011 |
Color Harmonies of #FDED80
Complementary color
Monochromatic Colors of #FDED80
Black with #FDED80
Text Example
Text Example
White with #FDED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED80; }
p { color: rgb(253,237,128); }
H1.HeaderClassName
{
color: #FDED80;
}
.AnyTagClassName
{
color: #FDED80;
}
</style>
background-color css
<style>
a { background-color: #FDED80; }
a { background-color: rgb(253,237,128); }
div.DivClassName
{
background-color: #FDED80;
}
.BgClassName
{
background-color: #FDED80;
}
</style>
border-color css
<style>
span { border-color: #FDED80; }
span { border-color: rgb(253,237,128); }
td.TdClassName
{
border-color: #FDED80;
}
.TagClassName
{
border-color: #FDED80;
}
</style>