Shades of Witch Haze #FAF575
Tints of Witch Haze #FAF575
RGB
CMYK
RGB Variations
Color information
#FAF575 (or 0xFAF575) is known color: Witch Haze. HEX triplet: FA, F5 and 75. RGB value is (250,245,117). Sum of RGB (Red+Green+Blue) = 250+245+117=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 117 (46.09% from 255 or 19.12% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF575 is #050A8A. Grayscale: #E8E8E8. Windows color (decimal): -330379 or 7730682. OLE color: 7730682.
HSL color Cylindrical-coordinate representation of color #FAF575: hue angle of 57.74º 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 #FAF575 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 117 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.02 |
| HSL | 57.74º | 0.93% | 0.72% | - |
| HSV(B) | 57.74º | 0.53% | 0.98% | - |
| XYZ | 75.29 | 86.91 | 29.64 | - |
| YUV | 231.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 117 | 0 | 0.02 | 0.53 | 0.02 | 57.74 | 0.93 | 0.72 |
| Hex | FA | F5 | 75 | 0 | 2 | 35 | 2 | 3A | 5D | 48 |
| Octal | 372 | 365 | 165 | 0 | 2 | 65 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110101 | 1110101 | 0 | 10 | 110101 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF575
Complementary color
Monochromatic Colors of #FAF575
Black with #FAF575
Text Example
Text Example
White with #FAF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF575; }
p { color: rgb(250,245,117); }
H1.HeaderClassName
{
color: #FAF575;
}
.AnyTagClassName
{
color: #FAF575;
}
</style>
background-color css
<style>
a { background-color: #FAF575; }
a { background-color: rgb(250,245,117); }
div.DivClassName
{
background-color: #FAF575;
}
.BgClassName
{
background-color: #FAF575;
}
</style>
border-color css
<style>
span { border-color: #FAF575; }
span { border-color: rgb(250,245,117); }
td.TdClassName
{
border-color: #FAF575;
}
.TagClassName
{
border-color: #FAF575;
}
</style>