Shades of Witch Haze #FAEC7C
Tints of Witch Haze #FAEC7C
RGB
CMYK
RGB Variations
Color information
#FAEC7C (or 0xFAEC7C) is known color: Witch Haze. HEX triplet: FA, EC and 7C. RGB value is (250,236,124). Sum of RGB (Red+Green+Blue) = 250+236+124=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 124 (48.83% from 255 or 20.33% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC7C is #051383. Grayscale: #E3E3E3. Windows color (decimal): -332676 or 8187130. OLE color: 8187130.
HSL color Cylindrical-coordinate representation of color #FAEC7C: hue angle of 53.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAEC7C is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 124 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.02 |
| HSL | 53.33º | 0.93% | 0.73% | - |
| HSV(B) | 53.33º | 0.5% | 0.98% | - |
| XYZ | 73.06 | 81.77 | 31 | - |
| YUV | 227.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 124 | 0 | 0.06 | 0.50 | 0.02 | 53.33 | 0.93 | 0.73 |
| Hex | FA | EC | 7C | 0 | 6 | 32 | 2 | 35 | 5D | 49 |
| Octal | 372 | 354 | 174 | 0 | 6 | 62 | 2 | 65 | 135 | 111 |
| Binary | 11111010 | 11101100 | 1111100 | 0 | 110 | 110010 | 10 | 110101 | 1011101 | 1001001 |
Color Harmonies of #FAEC7C
Complementary color
Monochromatic Colors of #FAEC7C
Black with #FAEC7C
Text Example
Text Example
White with #FAEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC7C; }
p { color: rgb(250,236,124); }
H1.HeaderClassName
{
color: #FAEC7C;
}
.AnyTagClassName
{
color: #FAEC7C;
}
</style>
background-color css
<style>
a { background-color: #FAEC7C; }
a { background-color: rgb(250,236,124); }
div.DivClassName
{
background-color: #FAEC7C;
}
.BgClassName
{
background-color: #FAEC7C;
}
</style>
border-color css
<style>
span { border-color: #FAEC7C; }
span { border-color: rgb(250,236,124); }
td.TdClassName
{
border-color: #FAEC7C;
}
.TagClassName
{
border-color: #FAEC7C;
}
</style>