Shades of Witch Haze #FEF683
Tints of Witch Haze #FEF683
RGB
CMYK
RGB Variations
Color information
#FEF683 (or 0xFEF683) is known color: Witch Haze. HEX triplet: FE, F6 and 83. RGB value is (254,246,131). Sum of RGB (Red+Green+Blue) = 254+246+131=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 131 (51.56% from 255 or 20.76% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF683 is #01097C. Grayscale: #EBEBEB. Windows color (decimal): -67965 or 8648446. OLE color: 8648446.
HSL color Cylindrical-coordinate representation of color #FEF683: hue angle of 56.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF683 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 131 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.00 |
| HSL | 56.1º | 0.98% | 0.75% | - |
| HSV(B) | 56.1º | 0.48% | 1% | - |
| XYZ | 77.93 | 88.62 | 34.47 | - |
| YUV | 235.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 131 | 0 | 0.03 | 0.48 | 0.00 | 56.1 | 0.98 | 0.75 |
| Hex | FE | F6 | 83 | 0 | 3 | 30 | 0 | 38 | 62 | 4B |
| Octal | 376 | 366 | 203 | 0 | 3 | 60 | 0 | 70 | 142 | 113 |
| Binary | 11111110 | 11110110 | 10000011 | 0 | 11 | 110000 | 0 | 111000 | 1100010 | 1001011 |
Color Harmonies of #FEF683
Complementary color
Monochromatic Colors of #FEF683
Black with #FEF683
Text Example
Text Example
White with #FEF683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF683; }
p { color: rgb(254,246,131); }
H1.HeaderClassName
{
color: #FEF683;
}
.AnyTagClassName
{
color: #FEF683;
}
</style>
background-color css
<style>
a { background-color: #FEF683; }
a { background-color: rgb(254,246,131); }
div.DivClassName
{
background-color: #FEF683;
}
.BgClassName
{
background-color: #FEF683;
}
</style>
border-color css
<style>
span { border-color: #FEF683; }
span { border-color: rgb(254,246,131); }
td.TdClassName
{
border-color: #FEF683;
}
.TagClassName
{
border-color: #FEF683;
}
</style>