Shades of Witch Haze #FAEC7E
Tints of Witch Haze #FAEC7E
RGB
CMYK
RGB Variations
Color information
#FAEC7E (or 0xFAEC7E) is known color: Witch Haze. HEX triplet: FA, EC and 7E. RGB value is (250,236,126). Sum of RGB (Red+Green+Blue) = 250+236+126=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC7E is #051381. Grayscale: #E4E4E4. Windows color (decimal): -332674 or 8318202. OLE color: 8318202.
HSL color Cylindrical-coordinate representation of color #FAEC7E: hue angle of 53.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAEC7E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 126 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.02 |
| HSL | 53.23º | 0.93% | 0.74% | - |
| HSV(B) | 53.23º | 0.5% | 0.98% | - |
| XYZ | 73.19 | 81.82 | 31.67 | - |
| YUV | 227.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 126 | 0 | 0.06 | 0.50 | 0.02 | 53.23 | 0.93 | 0.74 |
| Hex | FA | EC | 7E | 0 | 6 | 32 | 2 | 35 | 5D | 4A |
| Octal | 372 | 354 | 176 | 0 | 6 | 62 | 2 | 65 | 135 | 112 |
| Binary | 11111010 | 11101100 | 1111110 | 0 | 110 | 110010 | 10 | 110101 | 1011101 | 1001010 |
Color Harmonies of #FAEC7E
Complementary color
Monochromatic Colors of #FAEC7E
Black with #FAEC7E
Text Example
Text Example
White with #FAEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC7E; }
p { color: rgb(250,236,126); }
H1.HeaderClassName
{
color: #FAEC7E;
}
.AnyTagClassName
{
color: #FAEC7E;
}
</style>
background-color css
<style>
a { background-color: #FAEC7E; }
a { background-color: rgb(250,236,126); }
div.DivClassName
{
background-color: #FAEC7E;
}
.BgClassName
{
background-color: #FAEC7E;
}
</style>
border-color css
<style>
span { border-color: #FAEC7E; }
span { border-color: rgb(250,236,126); }
td.TdClassName
{
border-color: #FAEC7E;
}
.TagClassName
{
border-color: #FAEC7E;
}
</style>