Shades of Witch Haze #FEFA78
Tints of Witch Haze #FEFA78
RGB
CMYK
RGB Variations
Color information
#FEFA78 (or 0xFEFA78) is known color: Witch Haze. HEX triplet: FE, FA and 78. RGB value is (254,250,120). Sum of RGB (Red+Green+Blue) = 254+250+120=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 120 (47.27% from 255 or 19.23% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA78 is #010587. Grayscale: #ECECEC. Windows color (decimal): -66952 or 7928574. OLE color: 7928574.
HSL color Cylindrical-coordinate representation of color #FEFA78: hue angle of 58.21º 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 #FEFA78 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 120 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.00 |
| HSL | 58.21º | 0.99% | 0.73% | - |
| HSV(B) | 58.21º | 0.53% | 1% | - |
| XYZ | 78.45 | 90.8 | 31.16 | - |
| YUV | 236.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 120 | 0 | 0.02 | 0.53 | 0.00 | 58.21 | 0.99 | 0.73 |
| Hex | FE | FA | 78 | 0 | 2 | 35 | 0 | 3A | 63 | 49 |
| Octal | 376 | 372 | 170 | 0 | 2 | 65 | 0 | 72 | 143 | 111 |
| Binary | 11111110 | 11111010 | 1111000 | 0 | 10 | 110101 | 0 | 111010 | 1100011 | 1001001 |
Color Harmonies of #FEFA78
Complementary color
Monochromatic Colors of #FEFA78
Black with #FEFA78
Text Example
Text Example
White with #FEFA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA78; }
p { color: rgb(254,250,120); }
H1.HeaderClassName
{
color: #FEFA78;
}
.AnyTagClassName
{
color: #FEFA78;
}
</style>
background-color css
<style>
a { background-color: #FEFA78; }
a { background-color: rgb(254,250,120); }
div.DivClassName
{
background-color: #FEFA78;
}
.BgClassName
{
background-color: #FEFA78;
}
</style>
border-color css
<style>
span { border-color: #FEFA78; }
span { border-color: rgb(254,250,120); }
td.TdClassName
{
border-color: #FEFA78;
}
.TagClassName
{
border-color: #FEFA78;
}
</style>