Shades of Witch Haze #FEF37E
Tints of Witch Haze #FEF37E
RGB
CMYK
RGB Variations
Color information
#FEF37E (or 0xFEF37E) is known color: Witch Haze. HEX triplet: FE, F3 and 7E. RGB value is (254,243,126). Sum of RGB (Red+Green+Blue) = 254+243+126=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 126 (49.61% from 255 or 20.22% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF37E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF37E is #010C81. Grayscale: #E9E9E9. Windows color (decimal): -68738 or 8319998. OLE color: 8319998.
HSL color Cylindrical-coordinate representation of color #FEF37E: hue angle of 54.84º 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 #FEF37E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 126 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.00 |
| HSL | 54.84º | 0.98% | 0.75% | - |
| HSV(B) | 54.84º | 0.5% | 1% | - |
| XYZ | 76.69 | 86.68 | 32.43 | - |
| YUV | 232.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 126 | 0 | 0.04 | 0.50 | 0.00 | 54.84 | 0.98 | 0.75 |
| Hex | FE | F3 | 7E | 0 | 4 | 32 | 0 | 37 | 62 | 4B |
| Octal | 376 | 363 | 176 | 0 | 4 | 62 | 0 | 67 | 142 | 113 |
| Binary | 11111110 | 11110011 | 1111110 | 0 | 100 | 110010 | 0 | 110111 | 1100010 | 1001011 |
Color Harmonies of #FEF37E
Complementary color
Monochromatic Colors of #FEF37E
Black with #FEF37E
Text Example
Text Example
White with #FEF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF37E; }
p { color: rgb(254,243,126); }
H1.HeaderClassName
{
color: #FEF37E;
}
.AnyTagClassName
{
color: #FEF37E;
}
</style>
background-color css
<style>
a { background-color: #FEF37E; }
a { background-color: rgb(254,243,126); }
div.DivClassName
{
background-color: #FEF37E;
}
.BgClassName
{
background-color: #FEF37E;
}
</style>
border-color css
<style>
span { border-color: #FEF37E; }
span { border-color: rgb(254,243,126); }
td.TdClassName
{
border-color: #FEF37E;
}
.TagClassName
{
border-color: #FEF37E;
}
</style>