Shades of Witch Haze #F8EE7D
Tints of Witch Haze #F8EE7D
RGB
CMYK
RGB Variations
Color information
#F8EE7D (or 0xF8EE7D) is known color: Witch Haze. HEX triplet: F8, EE and 7D. RGB value is (248,238,125). Sum of RGB (Red+Green+Blue) = 248+238+125=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EE7D is #071182. Grayscale: #E4E4E4. Windows color (decimal): -463235 or 8253176. OLE color: 8253176.
HSL color Cylindrical-coordinate representation of color #F8EE7D: hue angle of 55.12º 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 #F8EE7D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.03 |
| HSL | 55.12º | 0.9% | 0.73% | - |
| HSV(B) | 55.12º | 0.5% | 0.97% | - |
| XYZ | 72.99 | 82.59 | 31.5 | - |
| YUV | 228.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 125 | 0 | 0.04 | 0.50 | 0.03 | 55.12 | 0.9 | 0.73 |
| Hex | F8 | EE | 7D | 0 | 4 | 32 | 3 | 37 | 5A | 49 |
| Octal | 370 | 356 | 175 | 0 | 4 | 62 | 3 | 67 | 132 | 111 |
| Binary | 11111000 | 11101110 | 1111101 | 0 | 100 | 110010 | 11 | 110111 | 1011010 | 1001001 |
Color Harmonies of #F8EE7D
Complementary color
Monochromatic Colors of #F8EE7D
Black with #F8EE7D
Text Example
Text Example
White with #F8EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE7D; }
p { color: rgb(248,238,125); }
H1.HeaderClassName
{
color: #F8EE7D;
}
.AnyTagClassName
{
color: #F8EE7D;
}
</style>
background-color css
<style>
a { background-color: #F8EE7D; }
a { background-color: rgb(248,238,125); }
div.DivClassName
{
background-color: #F8EE7D;
}
.BgClassName
{
background-color: #F8EE7D;
}
</style>
border-color css
<style>
span { border-color: #F8EE7D; }
span { border-color: rgb(248,238,125); }
td.TdClassName
{
border-color: #F8EE7D;
}
.TagClassName
{
border-color: #F8EE7D;
}
</style>