Shades of Witch Haze #FEF078
Tints of Witch Haze #FEF078
RGB
CMYK
RGB Variations
Color information
#FEF078 (or 0xFEF078) is known color: Witch Haze. HEX triplet: FE, F0 and 78. RGB value is (254,240,120). Sum of RGB (Red+Green+Blue) = 254+240+120=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 120 (47.27% from 255 or 19.54% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF078 is #010F87. Grayscale: #E7E7E7. Windows color (decimal): -69512 or 7926014. OLE color: 7926014.
HSL color Cylindrical-coordinate representation of color #FEF078: hue angle of 53.73º 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 #FEF078 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 120 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.00 |
| HSL | 53.73º | 0.99% | 0.73% | - |
| HSV(B) | 53.73º | 0.53% | 1% | - |
| XYZ | 75.42 | 84.75 | 30.15 | - |
| YUV | 230.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 120 | 0 | 0.06 | 0.53 | 0.00 | 53.73 | 0.99 | 0.73 |
| Hex | FE | F0 | 78 | 0 | 6 | 35 | 0 | 36 | 63 | 49 |
| Octal | 376 | 360 | 170 | 0 | 6 | 65 | 0 | 66 | 143 | 111 |
| Binary | 11111110 | 11110000 | 1111000 | 0 | 110 | 110101 | 0 | 110110 | 1100011 | 1001001 |
Color Harmonies of #FEF078
Complementary color
Monochromatic Colors of #FEF078
Black with #FEF078
Text Example
Text Example
White with #FEF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF078; }
p { color: rgb(254,240,120); }
H1.HeaderClassName
{
color: #FEF078;
}
.AnyTagClassName
{
color: #FEF078;
}
</style>
background-color css
<style>
a { background-color: #FEF078; }
a { background-color: rgb(254,240,120); }
div.DivClassName
{
background-color: #FEF078;
}
.BgClassName
{
background-color: #FEF078;
}
</style>
border-color css
<style>
span { border-color: #FEF078; }
span { border-color: rgb(254,240,120); }
td.TdClassName
{
border-color: #FEF078;
}
.TagClassName
{
border-color: #FEF078;
}
</style>