Shades of Witch Haze #FEF778
Tints of Witch Haze #FEF778
RGB
CMYK
RGB Variations
Color information
#FEF778 (or 0xFEF778) is known color: Witch Haze. HEX triplet: FE, F7 and 78. RGB value is (254,247,120). Sum of RGB (Red+Green+Blue) = 254+247+120=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 120 (47.27% from 255 or 19.32% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF778 is #010887. Grayscale: #EBEBEB. Windows color (decimal): -67720 or 7927806. OLE color: 7927806.
HSL color Cylindrical-coordinate representation of color #FEF778: hue angle of 56.87º 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 #FEF778 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 120 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.00 |
| HSL | 56.87º | 0.99% | 0.73% | - |
| HSV(B) | 56.87º | 0.53% | 1% | - |
| XYZ | 77.52 | 88.95 | 30.85 | - |
| YUV | 234.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 120 | 0 | 0.03 | 0.53 | 0.00 | 56.87 | 0.99 | 0.73 |
| Hex | FE | F7 | 78 | 0 | 3 | 35 | 0 | 39 | 63 | 49 |
| Octal | 376 | 367 | 170 | 0 | 3 | 65 | 0 | 71 | 143 | 111 |
| Binary | 11111110 | 11110111 | 1111000 | 0 | 11 | 110101 | 0 | 111001 | 1100011 | 1001001 |
Color Harmonies of #FEF778
Complementary color
Monochromatic Colors of #FEF778
Black with #FEF778
Text Example
Text Example
White with #FEF778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF778; }
p { color: rgb(254,247,120); }
H1.HeaderClassName
{
color: #FEF778;
}
.AnyTagClassName
{
color: #FEF778;
}
</style>
background-color css
<style>
a { background-color: #FEF778; }
a { background-color: rgb(254,247,120); }
div.DivClassName
{
background-color: #FEF778;
}
.BgClassName
{
background-color: #FEF778;
}
</style>
border-color css
<style>
span { border-color: #FEF778; }
span { border-color: rgb(254,247,120); }
td.TdClassName
{
border-color: #FEF778;
}
.TagClassName
{
border-color: #FEF778;
}
</style>