Shades of Witch Haze #F6EC7A
Tints of Witch Haze #F6EC7A
RGB
CMYK
RGB Variations
Color information
#F6EC7A (or 0xF6EC7A) is known color: Witch Haze. HEX triplet: F6, EC and 7A. RGB value is (246,236,122). Sum of RGB (Red+Green+Blue) = 246+236+122=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EC7A is #091385. Grayscale: #E2E2E2. Windows color (decimal): -594822 or 8056054. OLE color: 8056054.
HSL color Cylindrical-coordinate representation of color #F6EC7A: hue angle of 55.16º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6EC7A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 122 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.04 |
| HSL | 55.16º | 0.87% | 0.72% | - |
| HSV(B) | 55.16º | 0.5% | 0.96% | - |
| XYZ | 71.51 | 80.99 | 30.28 | - |
| YUV | 225.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 122 | 0 | 0.04 | 0.50 | 0.04 | 55.16 | 0.87 | 0.72 |
| Hex | F6 | EC | 7A | 0 | 4 | 32 | 4 | 37 | 57 | 48 |
| Octal | 366 | 354 | 172 | 0 | 4 | 62 | 4 | 67 | 127 | 110 |
| Binary | 11110110 | 11101100 | 1111010 | 0 | 100 | 110010 | 100 | 110111 | 1010111 | 1001000 |
Color Harmonies of #F6EC7A
Complementary color
Monochromatic Colors of #F6EC7A
Black with #F6EC7A
Text Example
Text Example
White with #F6EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC7A; }
p { color: rgb(246,236,122); }
H1.HeaderClassName
{
color: #F6EC7A;
}
.AnyTagClassName
{
color: #F6EC7A;
}
</style>
background-color css
<style>
a { background-color: #F6EC7A; }
a { background-color: rgb(246,236,122); }
div.DivClassName
{
background-color: #F6EC7A;
}
.BgClassName
{
background-color: #F6EC7A;
}
</style>
border-color css
<style>
span { border-color: #F6EC7A; }
span { border-color: rgb(246,236,122); }
td.TdClassName
{
border-color: #F6EC7A;
}
.TagClassName
{
border-color: #F6EC7A;
}
</style>