Shades of Witch Haze #FEF679
Tints of Witch Haze #FEF679
RGB
CMYK
RGB Variations
Color information
#FEF679 (or 0xFEF679) is known color: Witch Haze. HEX triplet: FE, F6 and 79. RGB value is (254,246,121). Sum of RGB (Red+Green+Blue) = 254+246+121=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 121 (47.66% from 255 or 19.48% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF679 is #010986. Grayscale: #EAEAEA. Windows color (decimal): -67975 or 7993086. OLE color: 7993086.
HSL color Cylindrical-coordinate representation of color #FEF679: hue angle of 56.39º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF679 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 121 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.00 |
| HSL | 56.39º | 0.99% | 0.74% | - |
| HSV(B) | 56.39º | 0.52% | 1% | - |
| XYZ | 77.28 | 88.36 | 31.07 | - |
| YUV | 234.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 121 | 0 | 0.03 | 0.52 | 0.00 | 56.39 | 0.99 | 0.74 |
| Hex | FE | F6 | 79 | 0 | 3 | 34 | 0 | 38 | 63 | 4A |
| Octal | 376 | 366 | 171 | 0 | 3 | 64 | 0 | 70 | 143 | 112 |
| Binary | 11111110 | 11110110 | 1111001 | 0 | 11 | 110100 | 0 | 111000 | 1100011 | 1001010 |
Color Harmonies of #FEF679
Complementary color
Monochromatic Colors of #FEF679
Black with #FEF679
Text Example
Text Example
White with #FEF679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF679; }
p { color: rgb(254,246,121); }
H1.HeaderClassName
{
color: #FEF679;
}
.AnyTagClassName
{
color: #FEF679;
}
</style>
background-color css
<style>
a { background-color: #FEF679; }
a { background-color: rgb(254,246,121); }
div.DivClassName
{
background-color: #FEF679;
}
.BgClassName
{
background-color: #FEF679;
}
</style>
border-color css
<style>
span { border-color: #FEF679; }
span { border-color: rgb(254,246,121); }
td.TdClassName
{
border-color: #FEF679;
}
.TagClassName
{
border-color: #FEF679;
}
</style>