Shades of Witch Haze #FAEC74
Tints of Witch Haze #FAEC74
RGB
CMYK
RGB Variations
Color information
#FAEC74 (or 0xFAEC74) is known color: Witch Haze. HEX triplet: FA, EC and 74. RGB value is (250,236,116). Sum of RGB (Red+Green+Blue) = 250+236+116=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC74 is #05138B. Grayscale: #E2E2E2. Windows color (decimal): -332684 or 7662842. OLE color: 7662842.
HSL color Cylindrical-coordinate representation of color #FAEC74: hue angle of 53.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAEC74 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 116 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.02 |
| HSL | 53.73º | 0.93% | 0.72% | - |
| HSV(B) | 53.73º | 0.54% | 0.98% | - |
| XYZ | 72.57 | 81.58 | 28.44 | - |
| YUV | 226.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 116 | 0 | 0.06 | 0.54 | 0.02 | 53.73 | 0.93 | 0.72 |
| Hex | FA | EC | 74 | 0 | 6 | 36 | 2 | 36 | 5D | 48 |
| Octal | 372 | 354 | 164 | 0 | 6 | 66 | 2 | 66 | 135 | 110 |
| Binary | 11111010 | 11101100 | 1110100 | 0 | 110 | 110110 | 10 | 110110 | 1011101 | 1001000 |
Color Harmonies of #FAEC74
Complementary color
Monochromatic Colors of #FAEC74
Black with #FAEC74
Text Example
Text Example
White with #FAEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC74; }
p { color: rgb(250,236,116); }
H1.HeaderClassName
{
color: #FAEC74;
}
.AnyTagClassName
{
color: #FAEC74;
}
</style>
background-color css
<style>
a { background-color: #FAEC74; }
a { background-color: rgb(250,236,116); }
div.DivClassName
{
background-color: #FAEC74;
}
.BgClassName
{
background-color: #FAEC74;
}
</style>
border-color css
<style>
span { border-color: #FAEC74; }
span { border-color: rgb(250,236,116); }
td.TdClassName
{
border-color: #FAEC74;
}
.TagClassName
{
border-color: #FAEC74;
}
</style>