Shades of Witch Haze #FEF17E
Tints of Witch Haze #FEF17E
RGB
CMYK
RGB Variations
Color information
#FEF17E (or 0xFEF17E) is known color: Witch Haze. HEX triplet: FE, F1 and 7E. RGB value is (254,241,126). Sum of RGB (Red+Green+Blue) = 254+241+126=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17E is #010E81. Grayscale: #E8E8E8. Windows color (decimal): -69250 or 8319486. OLE color: 8319486.
HSL color Cylindrical-coordinate representation of color #FEF17E: hue angle of 53.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF17E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 126 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.00 |
| HSL | 53.91º | 0.98% | 0.75% | - |
| HSV(B) | 53.91º | 0.5% | 1% | - |
| XYZ | 76.09 | 85.49 | 32.23 | - |
| YUV | 231.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 126 | 0 | 0.05 | 0.50 | 0.00 | 53.91 | 0.98 | 0.75 |
| Hex | FE | F1 | 7E | 0 | 5 | 32 | 0 | 36 | 62 | 4B |
| Octal | 376 | 361 | 176 | 0 | 5 | 62 | 0 | 66 | 142 | 113 |
| Binary | 11111110 | 11110001 | 1111110 | 0 | 101 | 110010 | 0 | 110110 | 1100010 | 1001011 |
Color Harmonies of #FEF17E
Complementary color
Monochromatic Colors of #FEF17E
Black with #FEF17E
Text Example
Text Example
White with #FEF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF17E; }
p { color: rgb(254,241,126); }
H1.HeaderClassName
{
color: #FEF17E;
}
.AnyTagClassName
{
color: #FEF17E;
}
</style>
background-color css
<style>
a { background-color: #FEF17E; }
a { background-color: rgb(254,241,126); }
div.DivClassName
{
background-color: #FEF17E;
}
.BgClassName
{
background-color: #FEF17E;
}
</style>
border-color css
<style>
span { border-color: #FEF17E; }
span { border-color: rgb(254,241,126); }
td.TdClassName
{
border-color: #FEF17E;
}
.TagClassName
{
border-color: #FEF17E;
}
</style>