Shades of Witch Haze #FEF982
Tints of Witch Haze #FEF982
RGB
CMYK
RGB Variations
Color information
#FEF982 (or 0xFEF982) is known color: Witch Haze. HEX triplet: FE, F9 and 82. RGB value is (254,249,130). Sum of RGB (Red+Green+Blue) = 254+249+130=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 130 (51.17% from 255 or 20.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF982 is #01067D. Grayscale: #EDEDED. Windows color (decimal): -67198 or 8583678. OLE color: 8583678.
HSL color Cylindrical-coordinate representation of color #FEF982: hue angle of 57.58º 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 #FEF982 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 130 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.00 |
| HSL | 57.58º | 0.98% | 0.75% | - |
| HSV(B) | 57.58º | 0.49% | 1% | - |
| XYZ | 78.78 | 90.43 | 34.42 | - |
| YUV | 236.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 130 | 0 | 0.02 | 0.49 | 0.00 | 57.58 | 0.98 | 0.75 |
| Hex | FE | F9 | 82 | 0 | 2 | 31 | 0 | 3A | 62 | 4B |
| Octal | 376 | 371 | 202 | 0 | 2 | 61 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111001 | 10000010 | 0 | 10 | 110001 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEF982
Complementary color
Monochromatic Colors of #FEF982
Black with #FEF982
Text Example
Text Example
White with #FEF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF982; }
p { color: rgb(254,249,130); }
H1.HeaderClassName
{
color: #FEF982;
}
.AnyTagClassName
{
color: #FEF982;
}
</style>
background-color css
<style>
a { background-color: #FEF982; }
a { background-color: rgb(254,249,130); }
div.DivClassName
{
background-color: #FEF982;
}
.BgClassName
{
background-color: #FEF982;
}
</style>
border-color css
<style>
span { border-color: #FEF982; }
span { border-color: rgb(254,249,130); }
td.TdClassName
{
border-color: #FEF982;
}
.TagClassName
{
border-color: #FEF982;
}
</style>