Shades of Witch Haze #FAEF71
Tints of Witch Haze #FAEF71
RGB
CMYK
RGB Variations
Color information
#FAEF71 (or 0xFAEF71) is known color: Witch Haze. HEX triplet: FA, EF and 71. RGB value is (250,239,113). Sum of RGB (Red+Green+Blue) = 250+239+113=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 113 (44.53% from 255 or 18.77% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF71 is #05108E. Grayscale: #E4E4E4. Windows color (decimal): -331919 or 7467002. OLE color: 7467002.
HSL color Cylindrical-coordinate representation of color #FAEF71: hue angle of 55.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAEF71 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 113 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.02 |
| HSL | 55.18º | 0.93% | 0.71% | - |
| HSV(B) | 55.18º | 0.55% | 0.98% | - |
| XYZ | 73.27 | 83.25 | 27.83 | - |
| YUV | 227.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 113 | 0 | 0.04 | 0.55 | 0.02 | 55.18 | 0.93 | 0.71 |
| Hex | FA | EF | 71 | 0 | 4 | 37 | 2 | 37 | 5D | 47 |
| Octal | 372 | 357 | 161 | 0 | 4 | 67 | 2 | 67 | 135 | 107 |
| Binary | 11111010 | 11101111 | 1110001 | 0 | 100 | 110111 | 10 | 110111 | 1011101 | 1000111 |
Color Harmonies of #FAEF71
Complementary color
Monochromatic Colors of #FAEF71
Black with #FAEF71
Text Example
Text Example
White with #FAEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF71; }
p { color: rgb(250,239,113); }
H1.HeaderClassName
{
color: #FAEF71;
}
.AnyTagClassName
{
color: #FAEF71;
}
</style>
background-color css
<style>
a { background-color: #FAEF71; }
a { background-color: rgb(250,239,113); }
div.DivClassName
{
background-color: #FAEF71;
}
.BgClassName
{
background-color: #FAEF71;
}
</style>
border-color css
<style>
span { border-color: #FAEF71; }
span { border-color: rgb(250,239,113); }
td.TdClassName
{
border-color: #FAEF71;
}
.TagClassName
{
border-color: #FAEF71;
}
</style>