Shades of Witch Haze #F8E76A
Tints of Witch Haze #F8E76A
RGB
CMYK
RGB Variations
Color information
#F8E76A (or 0xF8E76A) is known color: Witch Haze. HEX triplet: F8, E7 and 6A. RGB value is (248,231,106). Sum of RGB (Red+Green+Blue) = 248+231+106=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E76A is #071895. Grayscale: #DEDEDE. Windows color (decimal): -465046 or 7006200. OLE color: 7006200.
HSL color Cylindrical-coordinate representation of color #F8E76A: hue angle of 52.82º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8E76A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 106 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.03 |
| HSL | 52.82º | 0.91% | 0.69% | - |
| HSV(B) | 52.82º | 0.57% | 0.97% | - |
| XYZ | 69.89 | 78.15 | 25.04 | - |
| YUV | 221.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 106 | 0 | 0.07 | 0.57 | 0.03 | 52.82 | 0.91 | 0.69 |
| Hex | F8 | E7 | 6A | 0 | 7 | 39 | 3 | 35 | 5B | 45 |
| Octal | 370 | 347 | 152 | 0 | 7 | 71 | 3 | 65 | 133 | 105 |
| Binary | 11111000 | 11100111 | 1101010 | 0 | 111 | 111001 | 11 | 110101 | 1011011 | 1000101 |
Color Harmonies of #F8E76A
Complementary color
Monochromatic Colors of #F8E76A
Black with #F8E76A
Text Example
Text Example
White with #F8E76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E76A; }
p { color: rgb(248,231,106); }
H1.HeaderClassName
{
color: #F8E76A;
}
.AnyTagClassName
{
color: #F8E76A;
}
</style>
background-color css
<style>
a { background-color: #F8E76A; }
a { background-color: rgb(248,231,106); }
div.DivClassName
{
background-color: #F8E76A;
}
.BgClassName
{
background-color: #F8E76A;
}
</style>
border-color css
<style>
span { border-color: #F8E76A; }
span { border-color: rgb(248,231,106); }
td.TdClassName
{
border-color: #F8E76A;
}
.TagClassName
{
border-color: #F8E76A;
}
</style>