Shades of Witch Haze #FEF675
Tints of Witch Haze #FEF675
RGB
CMYK
RGB Variations
Color information
#FEF675 (or 0xFEF675) is known color: Witch Haze. HEX triplet: FE, F6 and 75. RGB value is (254,246,117). Sum of RGB (Red+Green+Blue) = 254+246+117=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 117 (46.09% from 255 or 18.96% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF675 is #01098A. Grayscale: #EAEAEA. Windows color (decimal): -67979 or 7730942. OLE color: 7730942.
HSL color Cylindrical-coordinate representation of color #FEF675: hue angle of 56.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF675 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 117 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.00 |
| HSL | 56.5º | 0.99% | 0.73% | - |
| HSV(B) | 56.5º | 0.54% | 1% | - |
| XYZ | 77.04 | 88.27 | 29.81 | - |
| YUV | 233.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 117 | 0 | 0.03 | 0.54 | 0.00 | 56.5 | 0.99 | 0.73 |
| Hex | FE | F6 | 75 | 0 | 3 | 36 | 0 | 38 | 63 | 49 |
| Octal | 376 | 366 | 165 | 0 | 3 | 66 | 0 | 70 | 143 | 111 |
| Binary | 11111110 | 11110110 | 1110101 | 0 | 11 | 110110 | 0 | 111000 | 1100011 | 1001001 |
Color Harmonies of #FEF675
Complementary color
Monochromatic Colors of #FEF675
Black with #FEF675
Text Example
Text Example
White with #FEF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF675; }
p { color: rgb(254,246,117); }
H1.HeaderClassName
{
color: #FEF675;
}
.AnyTagClassName
{
color: #FEF675;
}
</style>
background-color css
<style>
a { background-color: #FEF675; }
a { background-color: rgb(254,246,117); }
div.DivClassName
{
background-color: #FEF675;
}
.BgClassName
{
background-color: #FEF675;
}
</style>
border-color css
<style>
span { border-color: #FEF675; }
span { border-color: rgb(254,246,117); }
td.TdClassName
{
border-color: #FEF675;
}
.TagClassName
{
border-color: #FEF675;
}
</style>