Shades of Witch Haze #F8EA7A
Tints of Witch Haze #F8EA7A
RGB
CMYK
RGB Variations
Color information
#F8EA7A (or 0xF8EA7A) is known color: Witch Haze. HEX triplet: F8, EA and 7A. RGB value is (248,234,122). Sum of RGB (Red+Green+Blue) = 248+234+122=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EA7A is #071585. Grayscale: #E1E1E1. Windows color (decimal): -464262 or 8055544. OLE color: 8055544.
HSL color Cylindrical-coordinate representation of color #F8EA7A: hue angle of 53.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8EA7A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 122 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.03 |
| HSL | 53.33º | 0.9% | 0.73% | - |
| HSV(B) | 53.33º | 0.51% | 0.97% | - |
| XYZ | 71.65 | 80.21 | 30.12 | - |
| YUV | 225.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 122 | 0 | 0.06 | 0.51 | 0.03 | 53.33 | 0.9 | 0.73 |
| Hex | F8 | EA | 7A | 0 | 6 | 33 | 3 | 35 | 5A | 49 |
| Octal | 370 | 352 | 172 | 0 | 6 | 63 | 3 | 65 | 132 | 111 |
| Binary | 11111000 | 11101010 | 1111010 | 0 | 110 | 110011 | 11 | 110101 | 1011010 | 1001001 |
Color Harmonies of #F8EA7A
Complementary color
Monochromatic Colors of #F8EA7A
Black with #F8EA7A
Text Example
Text Example
White with #F8EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EA7A; }
p { color: rgb(248,234,122); }
H1.HeaderClassName
{
color: #F8EA7A;
}
.AnyTagClassName
{
color: #F8EA7A;
}
</style>
background-color css
<style>
a { background-color: #F8EA7A; }
a { background-color: rgb(248,234,122); }
div.DivClassName
{
background-color: #F8EA7A;
}
.BgClassName
{
background-color: #F8EA7A;
}
</style>
border-color css
<style>
span { border-color: #F8EA7A; }
span { border-color: rgb(248,234,122); }
td.TdClassName
{
border-color: #F8EA7A;
}
.TagClassName
{
border-color: #F8EA7A;
}
</style>