Shades of Witch Haze #FAEC7A
Tints of Witch Haze #FAEC7A
RGB
CMYK
RGB Variations
Color information
#FAEC7A (or 0xFAEC7A) is known color: Witch Haze. HEX triplet: FA, EC and 7A. RGB value is (250,236,122). Sum of RGB (Red+Green+Blue) = 250+236+122=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 122 (48.05% from 255 or 20.07% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC7A is #051385. Grayscale: #E3E3E3. Windows color (decimal): -332678 or 8056058. OLE color: 8056058.
HSL color Cylindrical-coordinate representation of color #FAEC7A: hue angle of 53.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAEC7A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 122 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.02 |
| HSL | 53.44º | 0.93% | 0.73% | - |
| HSV(B) | 53.44º | 0.51% | 0.98% | - |
| XYZ | 72.93 | 81.72 | 30.34 | - |
| YUV | 227.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 122 | 0 | 0.06 | 0.51 | 0.02 | 53.44 | 0.93 | 0.73 |
| Hex | FA | EC | 7A | 0 | 6 | 33 | 2 | 35 | 5D | 49 |
| Octal | 372 | 354 | 172 | 0 | 6 | 63 | 2 | 65 | 135 | 111 |
| Binary | 11111010 | 11101100 | 1111010 | 0 | 110 | 110011 | 10 | 110101 | 1011101 | 1001001 |
Color Harmonies of #FAEC7A
Complementary color
Monochromatic Colors of #FAEC7A
Black with #FAEC7A
Text Example
Text Example
White with #FAEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC7A; }
p { color: rgb(250,236,122); }
H1.HeaderClassName
{
color: #FAEC7A;
}
.AnyTagClassName
{
color: #FAEC7A;
}
</style>
background-color css
<style>
a { background-color: #FAEC7A; }
a { background-color: rgb(250,236,122); }
div.DivClassName
{
background-color: #FAEC7A;
}
.BgClassName
{
background-color: #FAEC7A;
}
</style>
border-color css
<style>
span { border-color: #FAEC7A; }
span { border-color: rgb(250,236,122); }
td.TdClassName
{
border-color: #FAEC7A;
}
.TagClassName
{
border-color: #FAEC7A;
}
</style>