Shades of Witch Haze #FEF682
Tints of Witch Haze #FEF682
RGB
CMYK
RGB Variations
Color information
#FEF682 (or 0xFEF682) is known color: Witch Haze. HEX triplet: FE, F6 and 82. RGB value is (254,246,130). Sum of RGB (Red+Green+Blue) = 254+246+130=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 130 (51.17% from 255 or 20.63% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF682 is #01097D. Grayscale: #EBEBEB. Windows color (decimal): -67966 or 8582910. OLE color: 8582910.
HSL color Cylindrical-coordinate representation of color #FEF682: hue angle of 56.13º 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 #FEF682 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 130 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.00 |
| HSL | 56.13º | 0.98% | 0.75% | - |
| HSV(B) | 56.13º | 0.49% | 1% | - |
| XYZ | 77.86 | 88.59 | 34.12 | - |
| YUV | 235.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 130 | 0 | 0.03 | 0.49 | 0.00 | 56.13 | 0.98 | 0.75 |
| Hex | FE | F6 | 82 | 0 | 3 | 31 | 0 | 38 | 62 | 4B |
| Octal | 376 | 366 | 202 | 0 | 3 | 61 | 0 | 70 | 142 | 113 |
| Binary | 11111110 | 11110110 | 10000010 | 0 | 11 | 110001 | 0 | 111000 | 1100010 | 1001011 |
Color Harmonies of #FEF682
Complementary color
Monochromatic Colors of #FEF682
Black with #FEF682
Text Example
Text Example
White with #FEF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF682; }
p { color: rgb(254,246,130); }
H1.HeaderClassName
{
color: #FEF682;
}
.AnyTagClassName
{
color: #FEF682;
}
</style>
background-color css
<style>
a { background-color: #FEF682; }
a { background-color: rgb(254,246,130); }
div.DivClassName
{
background-color: #FEF682;
}
.BgClassName
{
background-color: #FEF682;
}
</style>
border-color css
<style>
span { border-color: #FEF682; }
span { border-color: rgb(254,246,130); }
td.TdClassName
{
border-color: #FEF682;
}
.TagClassName
{
border-color: #FEF682;
}
</style>