Shades of Witch Haze #FEF176
Tints of Witch Haze #FEF176
RGB
CMYK
RGB Variations
Color information
#FEF176 (or 0xFEF176) is known color: Witch Haze. HEX triplet: FE, F1 and 76. RGB value is (254,241,118). Sum of RGB (Red+Green+Blue) = 254+241+118=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 118 (46.48% from 255 or 19.25% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF176 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF176 is #010E89. Grayscale: #E7E7E7. Windows color (decimal): -69258 or 7795198. OLE color: 7795198.
HSL color Cylindrical-coordinate representation of color #FEF176: hue angle of 54.26º 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 #FEF176 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 118 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.00 |
| HSL | 54.26º | 0.99% | 0.73% | - |
| HSV(B) | 54.26º | 0.54% | 1% | - |
| XYZ | 75.6 | 85.29 | 29.62 | - |
| YUV | 230.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 118 | 0 | 0.05 | 0.54 | 0.00 | 54.26 | 0.99 | 0.73 |
| Hex | FE | F1 | 76 | 0 | 5 | 36 | 0 | 36 | 63 | 49 |
| Octal | 376 | 361 | 166 | 0 | 5 | 66 | 0 | 66 | 143 | 111 |
| Binary | 11111110 | 11110001 | 1110110 | 0 | 101 | 110110 | 0 | 110110 | 1100011 | 1001001 |
Color Harmonies of #FEF176
Complementary color
Monochromatic Colors of #FEF176
Black with #FEF176
Text Example
Text Example
White with #FEF176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF176; }
p { color: rgb(254,241,118); }
H1.HeaderClassName
{
color: #FEF176;
}
.AnyTagClassName
{
color: #FEF176;
}
</style>
background-color css
<style>
a { background-color: #FEF176; }
a { background-color: rgb(254,241,118); }
div.DivClassName
{
background-color: #FEF176;
}
.BgClassName
{
background-color: #FEF176;
}
</style>
border-color css
<style>
span { border-color: #FEF176; }
span { border-color: rgb(254,241,118); }
td.TdClassName
{
border-color: #FEF176;
}
.TagClassName
{
border-color: #FEF176;
}
</style>