Shades of Witch Haze #FEF375
Tints of Witch Haze #FEF375
RGB
CMYK
RGB Variations
Color information
#FEF375 (or 0xFEF375) is known color: Witch Haze. HEX triplet: FE, F3 and 75. RGB value is (254,243,117). Sum of RGB (Red+Green+Blue) = 254+243+117=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF375 is #010C8A. Grayscale: #E8E8E8. Windows color (decimal): -68747 or 7730174. OLE color: 7730174.
HSL color Cylindrical-coordinate representation of color #FEF375: hue angle of 55.18º 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 #FEF375 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 117 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.00 |
| HSL | 55.18º | 0.99% | 0.73% | - |
| HSV(B) | 55.18º | 0.54% | 1% | - |
| XYZ | 76.13 | 86.46 | 29.5 | - |
| YUV | 231.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 117 | 0 | 0.04 | 0.54 | 0.00 | 55.18 | 0.99 | 0.73 |
| Hex | FE | F3 | 75 | 0 | 4 | 36 | 0 | 37 | 63 | 49 |
| Octal | 376 | 363 | 165 | 0 | 4 | 66 | 0 | 67 | 143 | 111 |
| Binary | 11111110 | 11110011 | 1110101 | 0 | 100 | 110110 | 0 | 110111 | 1100011 | 1001001 |
Color Harmonies of #FEF375
Complementary color
Monochromatic Colors of #FEF375
Black with #FEF375
Text Example
Text Example
White with #FEF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF375; }
p { color: rgb(254,243,117); }
H1.HeaderClassName
{
color: #FEF375;
}
.AnyTagClassName
{
color: #FEF375;
}
</style>
background-color css
<style>
a { background-color: #FEF375; }
a { background-color: rgb(254,243,117); }
div.DivClassName
{
background-color: #FEF375;
}
.BgClassName
{
background-color: #FEF375;
}
</style>
border-color css
<style>
span { border-color: #FEF375; }
span { border-color: rgb(254,243,117); }
td.TdClassName
{
border-color: #FEF375;
}
.TagClassName
{
border-color: #FEF375;
}
</style>