Shades of Witch Haze #FAF77A
Tints of Witch Haze #FAF77A
RGB
CMYK
RGB Variations
Color information
#FAF77A (or 0xFAF77A) is known color: Witch Haze. HEX triplet: FA, F7 and 7A. RGB value is (250,247,122). Sum of RGB (Red+Green+Blue) = 250+247+122=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF77A is #050885. Grayscale: #EAEAEA. Windows color (decimal): -329862 or 8058874. OLE color: 8058874.
HSL color Cylindrical-coordinate representation of color #FAF77A: hue angle of 58.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAF77A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 122 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.02 |
| HSL | 58.59º | 0.93% | 0.73% | - |
| HSV(B) | 58.59º | 0.51% | 0.98% | - |
| XYZ | 76.2 | 88.25 | 31.43 | - |
| YUV | 233.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 122 | 0 | 0.01 | 0.51 | 0.02 | 58.59 | 0.93 | 0.73 |
| Hex | FA | F7 | 7A | 0 | 1 | 33 | 2 | 3B | 5D | 49 |
| Octal | 372 | 367 | 172 | 0 | 1 | 63 | 2 | 73 | 135 | 111 |
| Binary | 11111010 | 11110111 | 1111010 | 0 | 1 | 110011 | 10 | 111011 | 1011101 | 1001001 |
Color Harmonies of #FAF77A
Complementary color
Monochromatic Colors of #FAF77A
Black with #FAF77A
Text Example
Text Example
White with #FAF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF77A; }
p { color: rgb(250,247,122); }
H1.HeaderClassName
{
color: #FAF77A;
}
.AnyTagClassName
{
color: #FAF77A;
}
</style>
background-color css
<style>
a { background-color: #FAF77A; }
a { background-color: rgb(250,247,122); }
div.DivClassName
{
background-color: #FAF77A;
}
.BgClassName
{
background-color: #FAF77A;
}
</style>
border-color css
<style>
span { border-color: #FAF77A; }
span { border-color: rgb(250,247,122); }
td.TdClassName
{
border-color: #FAF77A;
}
.TagClassName
{
border-color: #FAF77A;
}
</style>