Shades of Witch Haze #FEED82
Tints of Witch Haze #FEED82
RGB
CMYK
RGB Variations
Color information
#FEED82 (or 0xFEED82) is known color: Witch Haze. HEX triplet: FE, ED and 82. RGB value is (254,237,130). Sum of RGB (Red+Green+Blue) = 254+237+130=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED82 is #01127D. Grayscale: #E6E6E6. Windows color (decimal): -70270 or 8580606. OLE color: 8580606.
HSL color Cylindrical-coordinate representation of color #FEED82: hue angle of 51.77º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEED82 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 130 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.00 |
| HSL | 51.77º | 0.98% | 0.75% | - |
| HSV(B) | 51.77º | 0.49% | 1% | - |
| XYZ | 75.19 | 83.25 | 33.23 | - |
| YUV | 229.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 130 | 0 | 0.07 | 0.49 | 0.00 | 51.77 | 0.98 | 0.75 |
| Hex | FE | ED | 82 | 0 | 7 | 31 | 0 | 34 | 62 | 4B |
| Octal | 376 | 355 | 202 | 0 | 7 | 61 | 0 | 64 | 142 | 113 |
| Binary | 11111110 | 11101101 | 10000010 | 0 | 111 | 110001 | 0 | 110100 | 1100010 | 1001011 |
Color Harmonies of #FEED82
Complementary color
Monochromatic Colors of #FEED82
Black with #FEED82
Text Example
Text Example
White with #FEED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED82; }
p { color: rgb(254,237,130); }
H1.HeaderClassName
{
color: #FEED82;
}
.AnyTagClassName
{
color: #FEED82;
}
</style>
background-color css
<style>
a { background-color: #FEED82; }
a { background-color: rgb(254,237,130); }
div.DivClassName
{
background-color: #FEED82;
}
.BgClassName
{
background-color: #FEED82;
}
</style>
border-color css
<style>
span { border-color: #FEED82; }
span { border-color: rgb(254,237,130); }
td.TdClassName
{
border-color: #FEED82;
}
.TagClassName
{
border-color: #FEED82;
}
</style>