Shades of Witch Haze #FAEC6C
Tints of Witch Haze #FAEC6C
RGB
CMYK
RGB Variations
Color information
#FAEC6C (or 0xFAEC6C) is known color: Witch Haze. HEX triplet: FA, EC and 6C. RGB value is (250,236,108). Sum of RGB (Red+Green+Blue) = 250+236+108=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 108 (42.58% from 255 or 18.18% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC6C is #051393. Grayscale: #E2E2E2. Windows color (decimal): -332692 or 7138554. OLE color: 7138554.
HSL color Cylindrical-coordinate representation of color #FAEC6C: hue angle of 54.08º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAEC6C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 108 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.02 |
| HSL | 54.08º | 0.93% | 0.7% | - |
| HSV(B) | 54.08º | 0.57% | 0.98% | - |
| XYZ | 72.13 | 81.4 | 26.1 | - |
| YUV | 225.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 108 | 0 | 0.06 | 0.57 | 0.02 | 54.08 | 0.93 | 0.7 |
| Hex | FA | EC | 6C | 0 | 6 | 39 | 2 | 36 | 5D | 46 |
| Octal | 372 | 354 | 154 | 0 | 6 | 71 | 2 | 66 | 135 | 106 |
| Binary | 11111010 | 11101100 | 1101100 | 0 | 110 | 111001 | 10 | 110110 | 1011101 | 1000110 |
Color Harmonies of #FAEC6C
Complementary color
Monochromatic Colors of #FAEC6C
Black with #FAEC6C
Text Example
Text Example
White with #FAEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC6C; }
p { color: rgb(250,236,108); }
H1.HeaderClassName
{
color: #FAEC6C;
}
.AnyTagClassName
{
color: #FAEC6C;
}
</style>
background-color css
<style>
a { background-color: #FAEC6C; }
a { background-color: rgb(250,236,108); }
div.DivClassName
{
background-color: #FAEC6C;
}
.BgClassName
{
background-color: #FAEC6C;
}
</style>
border-color css
<style>
span { border-color: #FAEC6C; }
span { border-color: rgb(250,236,108); }
td.TdClassName
{
border-color: #FAEC6C;
}
.TagClassName
{
border-color: #FAEC6C;
}
</style>