Shades of Witch Haze #F8EA7E
Tints of Witch Haze #F8EA7E
RGB
CMYK
RGB Variations
Color information
#F8EA7E (or 0xF8EA7E) is known color: Witch Haze. HEX triplet: F8, EA and 7E. RGB value is (248,234,126). Sum of RGB (Red+Green+Blue) = 248+234+126=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 126 (49.61% from 255 or 20.72% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EA7E is #071581. Grayscale: #E2E2E2. Windows color (decimal): -464258 or 8317688. OLE color: 8317688.
HSL color Cylindrical-coordinate representation of color #F8EA7E: hue angle of 53.11º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8EA7E is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 126 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.03 |
| HSL | 53.11º | 0.9% | 0.73% | - |
| HSV(B) | 53.11º | 0.49% | 0.97% | - |
| XYZ | 71.9 | 80.31 | 31.45 | - |
| YUV | 225.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 126 | 0 | 0.06 | 0.49 | 0.03 | 53.11 | 0.9 | 0.73 |
| Hex | F8 | EA | 7E | 0 | 6 | 31 | 3 | 35 | 5A | 49 |
| Octal | 370 | 352 | 176 | 0 | 6 | 61 | 3 | 65 | 132 | 111 |
| Binary | 11111000 | 11101010 | 1111110 | 0 | 110 | 110001 | 11 | 110101 | 1011010 | 1001001 |
Color Harmonies of #F8EA7E
Complementary color
Monochromatic Colors of #F8EA7E
Black with #F8EA7E
Text Example
Text Example
White with #F8EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EA7E; }
p { color: rgb(248,234,126); }
H1.HeaderClassName
{
color: #F8EA7E;
}
.AnyTagClassName
{
color: #F8EA7E;
}
</style>
background-color css
<style>
a { background-color: #F8EA7E; }
a { background-color: rgb(248,234,126); }
div.DivClassName
{
background-color: #F8EA7E;
}
.BgClassName
{
background-color: #F8EA7E;
}
</style>
border-color css
<style>
span { border-color: #F8EA7E; }
span { border-color: rgb(248,234,126); }
td.TdClassName
{
border-color: #F8EA7E;
}
.TagClassName
{
border-color: #F8EA7E;
}
</style>