Shades of Witch Haze #FAEA76
Tints of Witch Haze #FAEA76
RGB
CMYK
RGB Variations
Color information
#FAEA76 (or 0xFAEA76) is known color: Witch Haze. HEX triplet: FA, EA and 76. RGB value is (250,234,118). Sum of RGB (Red+Green+Blue) = 250+234+118=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA76 is #051589. Grayscale: #E2E2E2. Windows color (decimal): -333194 or 7793402. OLE color: 7793402.
HSL color Cylindrical-coordinate representation of color #FAEA76: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAEA76 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 118 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.02 |
| HSL | 52.73º | 0.93% | 0.72% | - |
| HSV(B) | 52.73º | 0.53% | 0.98% | - |
| XYZ | 72.12 | 80.48 | 28.87 | - |
| YUV | 225.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 118 | 0 | 0.06 | 0.53 | 0.02 | 52.73 | 0.93 | 0.72 |
| Hex | FA | EA | 76 | 0 | 6 | 35 | 2 | 35 | 5D | 48 |
| Octal | 372 | 352 | 166 | 0 | 6 | 65 | 2 | 65 | 135 | 110 |
| Binary | 11111010 | 11101010 | 1110110 | 0 | 110 | 110101 | 10 | 110101 | 1011101 | 1001000 |
Color Harmonies of #FAEA76
Complementary color
Monochromatic Colors of #FAEA76
Black with #FAEA76
Text Example
Text Example
White with #FAEA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA76; }
p { color: rgb(250,234,118); }
H1.HeaderClassName
{
color: #FAEA76;
}
.AnyTagClassName
{
color: #FAEA76;
}
</style>
background-color css
<style>
a { background-color: #FAEA76; }
a { background-color: rgb(250,234,118); }
div.DivClassName
{
background-color: #FAEA76;
}
.BgClassName
{
background-color: #FAEA76;
}
</style>
border-color css
<style>
span { border-color: #FAEA76; }
span { border-color: rgb(250,234,118); }
td.TdClassName
{
border-color: #FAEA76;
}
.TagClassName
{
border-color: #FAEA76;
}
</style>