Shades of Witch Haze #F8EA7B
Tints of Witch Haze #F8EA7B
RGB
CMYK
RGB Variations
Color information
#F8EA7B (or 0xF8EA7B) is known color: Witch Haze. HEX triplet: F8, EA and 7B. RGB value is (248,234,123). Sum of RGB (Red+Green+Blue) = 248+234+123=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EA7B is #071584. Grayscale: #E1E1E1. Windows color (decimal): -464261 or 8121080. OLE color: 8121080.
HSL color Cylindrical-coordinate representation of color #F8EA7B: hue angle of 53.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8EA7B is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 123 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.03 |
| HSL | 53.28º | 0.9% | 0.73% | - |
| HSV(B) | 53.28º | 0.5% | 0.97% | - |
| XYZ | 71.71 | 80.23 | 30.45 | - |
| YUV | 225.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 123 | 0 | 0.06 | 0.50 | 0.03 | 53.28 | 0.9 | 0.73 |
| Hex | F8 | EA | 7B | 0 | 6 | 32 | 3 | 35 | 5A | 49 |
| Octal | 370 | 352 | 173 | 0 | 6 | 62 | 3 | 65 | 132 | 111 |
| Binary | 11111000 | 11101010 | 1111011 | 0 | 110 | 110010 | 11 | 110101 | 1011010 | 1001001 |
Color Harmonies of #F8EA7B
Complementary color
Monochromatic Colors of #F8EA7B
Black with #F8EA7B
Text Example
Text Example
White with #F8EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EA7B; }
p { color: rgb(248,234,123); }
H1.HeaderClassName
{
color: #F8EA7B;
}
.AnyTagClassName
{
color: #F8EA7B;
}
</style>
background-color css
<style>
a { background-color: #F8EA7B; }
a { background-color: rgb(248,234,123); }
div.DivClassName
{
background-color: #F8EA7B;
}
.BgClassName
{
background-color: #F8EA7B;
}
</style>
border-color css
<style>
span { border-color: #F8EA7B; }
span { border-color: rgb(248,234,123); }
td.TdClassName
{
border-color: #F8EA7B;
}
.TagClassName
{
border-color: #F8EA7B;
}
</style>