Shades of Witch Haze #F8EE7A
Tints of Witch Haze #F8EE7A
RGB
CMYK
RGB Variations
Color information
#F8EE7A (or 0xF8EE7A) is known color: Witch Haze. HEX triplet: F8, EE and 7A. RGB value is (248,238,122). Sum of RGB (Red+Green+Blue) = 248+238+122=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 122 (48.05% from 255 or 20.07% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EE7A is #071185. Grayscale: #E4E4E4. Windows color (decimal): -463238 or 8056568. OLE color: 8056568.
HSL color Cylindrical-coordinate representation of color #F8EE7A: hue angle of 55.24º 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 #F8EE7A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 122 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.03 |
| HSL | 55.24º | 0.9% | 0.73% | - |
| HSV(B) | 55.24º | 0.51% | 0.97% | - |
| XYZ | 72.8 | 82.51 | 30.5 | - |
| YUV | 227.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 122 | 0 | 0.04 | 0.51 | 0.03 | 55.24 | 0.9 | 0.73 |
| Hex | F8 | EE | 7A | 0 | 4 | 33 | 3 | 37 | 5A | 49 |
| Octal | 370 | 356 | 172 | 0 | 4 | 63 | 3 | 67 | 132 | 111 |
| Binary | 11111000 | 11101110 | 1111010 | 0 | 100 | 110011 | 11 | 110111 | 1011010 | 1001001 |
Color Harmonies of #F8EE7A
Complementary color
Monochromatic Colors of #F8EE7A
Black with #F8EE7A
Text Example
Text Example
White with #F8EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE7A; }
p { color: rgb(248,238,122); }
H1.HeaderClassName
{
color: #F8EE7A;
}
.AnyTagClassName
{
color: #F8EE7A;
}
</style>
background-color css
<style>
a { background-color: #F8EE7A; }
a { background-color: rgb(248,238,122); }
div.DivClassName
{
background-color: #F8EE7A;
}
.BgClassName
{
background-color: #F8EE7A;
}
</style>
border-color css
<style>
span { border-color: #F8EE7A; }
span { border-color: rgb(248,238,122); }
td.TdClassName
{
border-color: #F8EE7A;
}
.TagClassName
{
border-color: #F8EE7A;
}
</style>