Shades of Witch Haze #FAF577
Tints of Witch Haze #FAF577
RGB
CMYK
RGB Variations
Color information
#FAF577 (or 0xFAF577) is known color: Witch Haze. HEX triplet: FA, F5 and 77. RGB value is (250,245,119). Sum of RGB (Red+Green+Blue) = 250+245+119=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 119 (46.88% from 255 or 19.38% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF577 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF577 is #050A88. Grayscale: #E8E8E8. Windows color (decimal): -330377 or 7861754. OLE color: 7861754.
HSL color Cylindrical-coordinate representation of color #FAF577: hue angle of 57.71º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAF577 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 119 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.02 |
| HSL | 57.71º | 0.93% | 0.72% | - |
| HSV(B) | 57.71º | 0.52% | 0.98% | - |
| XYZ | 75.41 | 86.96 | 30.26 | - |
| YUV | 232.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 119 | 0 | 0.02 | 0.52 | 0.02 | 57.71 | 0.93 | 0.72 |
| Hex | FA | F5 | 77 | 0 | 2 | 34 | 2 | 3A | 5D | 48 |
| Octal | 372 | 365 | 167 | 0 | 2 | 64 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110101 | 1110111 | 0 | 10 | 110100 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF577
Complementary color
Monochromatic Colors of #FAF577
Black with #FAF577
Text Example
Text Example
White with #FAF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF577; }
p { color: rgb(250,245,119); }
H1.HeaderClassName
{
color: #FAF577;
}
.AnyTagClassName
{
color: #FAF577;
}
</style>
background-color css
<style>
a { background-color: #FAF577; }
a { background-color: rgb(250,245,119); }
div.DivClassName
{
background-color: #FAF577;
}
.BgClassName
{
background-color: #FAF577;
}
</style>
border-color css
<style>
span { border-color: #FAF577; }
span { border-color: rgb(250,245,119); }
td.TdClassName
{
border-color: #FAF577;
}
.TagClassName
{
border-color: #FAF577;
}
</style>