Shades of Witch Haze #FAF574
Tints of Witch Haze #FAF574
RGB
CMYK
RGB Variations
Color information
#FAF574 (or 0xFAF574) is known color: Witch Haze. HEX triplet: FA, F5 and 74. RGB value is (250,245,116). Sum of RGB (Red+Green+Blue) = 250+245+116=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 116 (45.70% from 255 or 18.99% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF574 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF574 is #050A8B. Grayscale: #E8E8E8. Windows color (decimal): -330380 or 7665146. OLE color: 7665146.
HSL color Cylindrical-coordinate representation of color #FAF574: hue angle of 57.76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAF574 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 116 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.02 |
| HSL | 57.76º | 0.93% | 0.72% | - |
| HSV(B) | 57.76º | 0.54% | 0.98% | - |
| XYZ | 75.23 | 86.89 | 29.33 | - |
| YUV | 231.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 116 | 0 | 0.02 | 0.54 | 0.02 | 57.76 | 0.93 | 0.72 |
| Hex | FA | F5 | 74 | 0 | 2 | 36 | 2 | 3A | 5D | 48 |
| Octal | 372 | 365 | 164 | 0 | 2 | 66 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110101 | 1110100 | 0 | 10 | 110110 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF574
Complementary color
Monochromatic Colors of #FAF574
Black with #FAF574
Text Example
Text Example
White with #FAF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF574; }
p { color: rgb(250,245,116); }
H1.HeaderClassName
{
color: #FAF574;
}
.AnyTagClassName
{
color: #FAF574;
}
</style>
background-color css
<style>
a { background-color: #FAF574; }
a { background-color: rgb(250,245,116); }
div.DivClassName
{
background-color: #FAF574;
}
.BgClassName
{
background-color: #FAF574;
}
</style>
border-color css
<style>
span { border-color: #FAF574; }
span { border-color: rgb(250,245,116); }
td.TdClassName
{
border-color: #FAF574;
}
.TagClassName
{
border-color: #FAF574;
}
</style>