Shades of Witch Haze #FAEA79
Tints of Witch Haze #FAEA79
RGB
CMYK
RGB Variations
Color information
#FAEA79 (or 0xFAEA79) is known color: Witch Haze. HEX triplet: FA, EA and 79. RGB value is (250,234,121). Sum of RGB (Red+Green+Blue) = 250+234+121=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 121 (47.66% from 255 or 20% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA79 is #051586. Grayscale: #E2E2E2. Windows color (decimal): -333191 or 7990010. OLE color: 7990010.
HSL color Cylindrical-coordinate representation of color #FAEA79: hue angle of 52.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAEA79 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 121 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.02 |
| HSL | 52.56º | 0.93% | 0.73% | - |
| HSV(B) | 52.56º | 0.52% | 0.98% | - |
| XYZ | 72.3 | 80.55 | 29.83 | - |
| YUV | 225.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 121 | 0 | 0.06 | 0.52 | 0.02 | 52.56 | 0.93 | 0.73 |
| Hex | FA | EA | 79 | 0 | 6 | 34 | 2 | 35 | 5D | 49 |
| Octal | 372 | 352 | 171 | 0 | 6 | 64 | 2 | 65 | 135 | 111 |
| Binary | 11111010 | 11101010 | 1111001 | 0 | 110 | 110100 | 10 | 110101 | 1011101 | 1001001 |
Color Harmonies of #FAEA79
Complementary color
Monochromatic Colors of #FAEA79
Black with #FAEA79
Text Example
Text Example
White with #FAEA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA79; }
p { color: rgb(250,234,121); }
H1.HeaderClassName
{
color: #FAEA79;
}
.AnyTagClassName
{
color: #FAEA79;
}
</style>
background-color css
<style>
a { background-color: #FAEA79; }
a { background-color: rgb(250,234,121); }
div.DivClassName
{
background-color: #FAEA79;
}
.BgClassName
{
background-color: #FAEA79;
}
</style>
border-color css
<style>
span { border-color: #FAEA79; }
span { border-color: rgb(250,234,121); }
td.TdClassName
{
border-color: #FAEA79;
}
.TagClassName
{
border-color: #FAEA79;
}
</style>