Shades of Witch Haze #FEF173
Tints of Witch Haze #FEF173
RGB
CMYK
RGB Variations
Color information
#FEF173 (or 0xFEF173) is known color: Witch Haze. HEX triplet: FE, F1 and 73. RGB value is (254,241,115). Sum of RGB (Red+Green+Blue) = 254+241+115=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 115 (45.31% from 255 or 18.85% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF173 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF173 is #010E8C. Grayscale: #E7E7E7. Windows color (decimal): -69261 or 7598590. OLE color: 7598590.
HSL color Cylindrical-coordinate representation of color #FEF173: hue angle of 54.39º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEF173 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 115 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.00 |
| HSL | 54.39º | 0.99% | 0.72% | - |
| HSV(B) | 54.39º | 0.55% | 1% | - |
| XYZ | 75.42 | 85.22 | 28.69 | - |
| YUV | 230.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 115 | 0 | 0.05 | 0.55 | 0.00 | 54.39 | 0.99 | 0.72 |
| Hex | FE | F1 | 73 | 0 | 5 | 37 | 0 | 36 | 63 | 48 |
| Octal | 376 | 361 | 163 | 0 | 5 | 67 | 0 | 66 | 143 | 110 |
| Binary | 11111110 | 11110001 | 1110011 | 0 | 101 | 110111 | 0 | 110110 | 1100011 | 1001000 |
Color Harmonies of #FEF173
Complementary color
Monochromatic Colors of #FEF173
Black with #FEF173
Text Example
Text Example
White with #FEF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF173; }
p { color: rgb(254,241,115); }
H1.HeaderClassName
{
color: #FEF173;
}
.AnyTagClassName
{
color: #FEF173;
}
</style>
background-color css
<style>
a { background-color: #FEF173; }
a { background-color: rgb(254,241,115); }
div.DivClassName
{
background-color: #FEF173;
}
.BgClassName
{
background-color: #FEF173;
}
</style>
border-color css
<style>
span { border-color: #FEF173; }
span { border-color: rgb(254,241,115); }
td.TdClassName
{
border-color: #FEF173;
}
.TagClassName
{
border-color: #FEF173;
}
</style>