Shades of Witch Haze #FEF178
Tints of Witch Haze #FEF178
RGB
CMYK
RGB Variations
Color information
#FEF178 (or 0xFEF178) is known color: Witch Haze. HEX triplet: FE, F1 and 78. RGB value is (254,241,120). Sum of RGB (Red+Green+Blue) = 254+241+120=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 120 (47.27% from 255 or 19.51% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF178 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF178 is #010E87. Grayscale: #E7E7E7. Windows color (decimal): -69256 or 7926270. OLE color: 7926270.
HSL color Cylindrical-coordinate representation of color #FEF178: hue angle of 54.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEF178 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 120 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.00 |
| HSL | 54.18º | 0.99% | 0.73% | - |
| HSV(B) | 54.18º | 0.53% | 1% | - |
| XYZ | 75.72 | 85.34 | 30.25 | - |
| YUV | 231.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 120 | 0 | 0.05 | 0.53 | 0.00 | 54.18 | 0.99 | 0.73 |
| Hex | FE | F1 | 78 | 0 | 5 | 35 | 0 | 36 | 63 | 49 |
| Octal | 376 | 361 | 170 | 0 | 5 | 65 | 0 | 66 | 143 | 111 |
| Binary | 11111110 | 11110001 | 1111000 | 0 | 101 | 110101 | 0 | 110110 | 1100011 | 1001001 |
Color Harmonies of #FEF178
Complementary color
Monochromatic Colors of #FEF178
Black with #FEF178
Text Example
Text Example
White with #FEF178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF178; }
p { color: rgb(254,241,120); }
H1.HeaderClassName
{
color: #FEF178;
}
.AnyTagClassName
{
color: #FEF178;
}
</style>
background-color css
<style>
a { background-color: #FEF178; }
a { background-color: rgb(254,241,120); }
div.DivClassName
{
background-color: #FEF178;
}
.BgClassName
{
background-color: #FEF178;
}
</style>
border-color css
<style>
span { border-color: #FEF178; }
span { border-color: rgb(254,241,120); }
td.TdClassName
{
border-color: #FEF178;
}
.TagClassName
{
border-color: #FEF178;
}
</style>