Shades of Witch Haze #F8EF7E
Tints of Witch Haze #F8EF7E
RGB
CMYK
RGB Variations
Color information
#F8EF7E (or 0xF8EF7E) is known color: Witch Haze. HEX triplet: F8, EF and 7E. RGB value is (248,239,126). Sum of RGB (Red+Green+Blue) = 248+239+126=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 126 (49.61% from 255 or 20.55% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EF7E is #071081. Grayscale: #E5E5E5. Windows color (decimal): -462978 or 8318968. OLE color: 8318968.
HSL color Cylindrical-coordinate representation of color #F8EF7E: hue angle of 55.57º 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 #F8EF7E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 126 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.03 |
| HSL | 55.57º | 0.9% | 0.73% | - |
| HSV(B) | 55.57º | 0.49% | 0.97% | - |
| XYZ | 73.34 | 83.2 | 31.93 | - |
| YUV | 228.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 126 | 0 | 0.04 | 0.49 | 0.03 | 55.57 | 0.9 | 0.73 |
| Hex | F8 | EF | 7E | 0 | 4 | 31 | 3 | 38 | 5A | 49 |
| Octal | 370 | 357 | 176 | 0 | 4 | 61 | 3 | 70 | 132 | 111 |
| Binary | 11111000 | 11101111 | 1111110 | 0 | 100 | 110001 | 11 | 111000 | 1011010 | 1001001 |
Color Harmonies of #F8EF7E
Complementary color
Monochromatic Colors of #F8EF7E
Black with #F8EF7E
Text Example
Text Example
White with #F8EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF7E; }
p { color: rgb(248,239,126); }
H1.HeaderClassName
{
color: #F8EF7E;
}
.AnyTagClassName
{
color: #F8EF7E;
}
</style>
background-color css
<style>
a { background-color: #F8EF7E; }
a { background-color: rgb(248,239,126); }
div.DivClassName
{
background-color: #F8EF7E;
}
.BgClassName
{
background-color: #F8EF7E;
}
</style>
border-color css
<style>
span { border-color: #F8EF7E; }
span { border-color: rgb(248,239,126); }
td.TdClassName
{
border-color: #F8EF7E;
}
.TagClassName
{
border-color: #F8EF7E;
}
</style>