Shades of Witch Haze #FEFE78
Tints of Witch Haze #FEFE78
RGB
CMYK
RGB Variations
Color information
#FEFE78 (or 0xFEFE78) is known color: Witch Haze. HEX triplet: FE, FE and 78. RGB value is (254,254,120). Sum of RGB (Red+Green+Blue) = 254+254+120=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 120 (47.27% from 255 or 19.11% from 628); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE78 is #010187. Grayscale: #EFEFEF. Windows color (decimal): -65928 or 7929598. OLE color: 7929598.
HSL color Cylindrical-coordinate representation of color #FEFE78: hue angle of 60º 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 #FEFE78 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 120 | - |
| CMYK | 0 | 0 | 0.53 | 0.00 |
| HSL | 60º | 0.99% | 0.73% | - |
| HSV(B) | 60º | 0.53% | 1% | - |
| XYZ | 79.71 | 93.31 | 31.58 | - |
| YUV | 238.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 120 | 0 | 0 | 0.53 | 0.00 | 60 | 0.99 | 0.73 |
| Hex | FE | FE | 78 | 0 | 0 | 35 | 0 | 3C | 63 | 49 |
| Octal | 376 | 376 | 170 | 0 | 0 | 65 | 0 | 74 | 143 | 111 |
| Binary | 11111110 | 11111110 | 1111000 | 0 | 0 | 110101 | 0 | 111100 | 1100011 | 1001001 |
Color Harmonies of #FEFE78
Complementary color
Monochromatic Colors of #FEFE78
Black with #FEFE78
Text Example
Text Example
White with #FEFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE78; }
p { color: rgb(254,254,120); }
H1.HeaderClassName
{
color: #FEFE78;
}
.AnyTagClassName
{
color: #FEFE78;
}
</style>
background-color css
<style>
a { background-color: #FEFE78; }
a { background-color: rgb(254,254,120); }
div.DivClassName
{
background-color: #FEFE78;
}
.BgClassName
{
background-color: #FEFE78;
}
</style>
border-color css
<style>
span { border-color: #FEFE78; }
span { border-color: rgb(254,254,120); }
td.TdClassName
{
border-color: #FEFE78;
}
.TagClassName
{
border-color: #FEFE78;
}
</style>