Shades of Witch Haze #FEF674
Tints of Witch Haze #FEF674
RGB
CMYK
RGB Variations
Color information
#FEF674 (or 0xFEF674) is known color: Witch Haze. HEX triplet: FE, F6 and 74. RGB value is (254,246,116). Sum of RGB (Red+Green+Blue) = 254+246+116=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 116 (45.70% from 255 or 18.83% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF674 is #01098B. Grayscale: #EAEAEA. Windows color (decimal): -67980 or 7665406. OLE color: 7665406.
HSL color Cylindrical-coordinate representation of color #FEF674: hue angle of 56.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF674 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 116 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.00 |
| HSL | 56.52º | 0.99% | 0.73% | - |
| HSV(B) | 56.52º | 0.54% | 1% | - |
| XYZ | 76.98 | 88.24 | 29.5 | - |
| YUV | 233.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 116 | 0 | 0.03 | 0.54 | 0.00 | 56.52 | 0.99 | 0.73 |
| Hex | FE | F6 | 74 | 0 | 3 | 36 | 0 | 39 | 63 | 49 |
| Octal | 376 | 366 | 164 | 0 | 3 | 66 | 0 | 71 | 143 | 111 |
| Binary | 11111110 | 11110110 | 1110100 | 0 | 11 | 110110 | 0 | 111001 | 1100011 | 1001001 |
Color Harmonies of #FEF674
Complementary color
Monochromatic Colors of #FEF674
Black with #FEF674
Text Example
Text Example
White with #FEF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF674; }
p { color: rgb(254,246,116); }
H1.HeaderClassName
{
color: #FEF674;
}
.AnyTagClassName
{
color: #FEF674;
}
</style>
background-color css
<style>
a { background-color: #FEF674; }
a { background-color: rgb(254,246,116); }
div.DivClassName
{
background-color: #FEF674;
}
.BgClassName
{
background-color: #FEF674;
}
</style>
border-color css
<style>
span { border-color: #FEF674; }
span { border-color: rgb(254,246,116); }
td.TdClassName
{
border-color: #FEF674;
}
.TagClassName
{
border-color: #FEF674;
}
</style>