Shades of Witch Haze #FEF082
Tints of Witch Haze #FEF082
RGB
CMYK
RGB Variations
Color information
#FEF082 (or 0xFEF082) is known color: Witch Haze. HEX triplet: FE, F0 and 82. RGB value is (254,240,130). Sum of RGB (Red+Green+Blue) = 254+240+130=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF082 is #010F7D. Grayscale: #E8E8E8. Windows color (decimal): -69502 or 8581374. OLE color: 8581374.
HSL color Cylindrical-coordinate representation of color #FEF082: hue angle of 53.23º 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 #FEF082 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 130 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.00 |
| HSL | 53.23º | 0.98% | 0.75% | - |
| HSV(B) | 53.23º | 0.49% | 1% | - |
| XYZ | 76.06 | 85 | 33.52 | - |
| YUV | 231.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 130 | 0 | 0.06 | 0.49 | 0.00 | 53.23 | 0.98 | 0.75 |
| Hex | FE | F0 | 82 | 0 | 6 | 31 | 0 | 35 | 62 | 4B |
| Octal | 376 | 360 | 202 | 0 | 6 | 61 | 0 | 65 | 142 | 113 |
| Binary | 11111110 | 11110000 | 10000010 | 0 | 110 | 110001 | 0 | 110101 | 1100010 | 1001011 |
Color Harmonies of #FEF082
Complementary color
Monochromatic Colors of #FEF082
Black with #FEF082
Text Example
Text Example
White with #FEF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF082; }
p { color: rgb(254,240,130); }
H1.HeaderClassName
{
color: #FEF082;
}
.AnyTagClassName
{
color: #FEF082;
}
</style>
background-color css
<style>
a { background-color: #FEF082; }
a { background-color: rgb(254,240,130); }
div.DivClassName
{
background-color: #FEF082;
}
.BgClassName
{
background-color: #FEF082;
}
</style>
border-color css
<style>
span { border-color: #FEF082; }
span { border-color: rgb(254,240,130); }
td.TdClassName
{
border-color: #FEF082;
}
.TagClassName
{
border-color: #FEF082;
}
</style>