Shades of Witch Haze #FAEE6A
Tints of Witch Haze #FAEE6A
RGB
CMYK
RGB Variations
Color information
#FAEE6A (or 0xFAEE6A) is known color: Witch Haze. HEX triplet: FA, EE and 6A. RGB value is (250,238,106). Sum of RGB (Red+Green+Blue) = 250+238+106=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE6A is #051195. Grayscale: #E3E3E3. Windows color (decimal): -332182 or 7007994. OLE color: 7007994.
HSL color Cylindrical-coordinate representation of color #FAEE6A: hue angle of 55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAEE6A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 106 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.02 |
| HSL | 55º | 0.94% | 0.7% | - |
| HSV(B) | 55º | 0.58% | 0.98% | - |
| XYZ | 72.6 | 82.51 | 25.74 | - |
| YUV | 226.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 106 | 0 | 0.05 | 0.58 | 0.02 | 55 | 0.94 | 0.7 |
| Hex | FA | EE | 6A | 0 | 5 | 3A | 2 | 37 | 5E | 46 |
| Octal | 372 | 356 | 152 | 0 | 5 | 72 | 2 | 67 | 136 | 106 |
| Binary | 11111010 | 11101110 | 1101010 | 0 | 101 | 111010 | 10 | 110111 | 1011110 | 1000110 |
Color Harmonies of #FAEE6A
Complementary color
Monochromatic Colors of #FAEE6A
Black with #FAEE6A
Text Example
Text Example
White with #FAEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE6A; }
p { color: rgb(250,238,106); }
H1.HeaderClassName
{
color: #FAEE6A;
}
.AnyTagClassName
{
color: #FAEE6A;
}
</style>
background-color css
<style>
a { background-color: #FAEE6A; }
a { background-color: rgb(250,238,106); }
div.DivClassName
{
background-color: #FAEE6A;
}
.BgClassName
{
background-color: #FAEE6A;
}
</style>
border-color css
<style>
span { border-color: #FAEE6A; }
span { border-color: rgb(250,238,106); }
td.TdClassName
{
border-color: #FAEE6A;
}
.TagClassName
{
border-color: #FAEE6A;
}
</style>