Shades of Witch Haze #FAF379
Tints of Witch Haze #FAF379
RGB
CMYK
RGB Variations
Color information
#FAF379 (or 0xFAF379) is known color: Witch Haze. HEX triplet: FA, F3 and 79. RGB value is (250,243,121). Sum of RGB (Red+Green+Blue) = 250+243+121=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 121 (47.66% from 255 or 19.71% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF379 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF379 is #050C86. Grayscale: #E7E7E7. Windows color (decimal): -330887 or 7992314. OLE color: 7992314.
HSL color Cylindrical-coordinate representation of color #FAF379: hue angle of 56.74º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAF379 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 121 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.02 |
| HSL | 56.74º | 0.93% | 0.73% | - |
| HSV(B) | 56.74º | 0.52% | 0.98% | - |
| XYZ | 74.93 | 85.81 | 30.7 | - |
| YUV | 231.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 121 | 0 | 0.03 | 0.52 | 0.02 | 56.74 | 0.93 | 0.73 |
| Hex | FA | F3 | 79 | 0 | 3 | 34 | 2 | 39 | 5D | 49 |
| Octal | 372 | 363 | 171 | 0 | 3 | 64 | 2 | 71 | 135 | 111 |
| Binary | 11111010 | 11110011 | 1111001 | 0 | 11 | 110100 | 10 | 111001 | 1011101 | 1001001 |
Color Harmonies of #FAF379
Complementary color
Monochromatic Colors of #FAF379
Black with #FAF379
Text Example
Text Example
White with #FAF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF379; }
p { color: rgb(250,243,121); }
H1.HeaderClassName
{
color: #FAF379;
}
.AnyTagClassName
{
color: #FAF379;
}
</style>
background-color css
<style>
a { background-color: #FAF379; }
a { background-color: rgb(250,243,121); }
div.DivClassName
{
background-color: #FAF379;
}
.BgClassName
{
background-color: #FAF379;
}
</style>
border-color css
<style>
span { border-color: #FAF379; }
span { border-color: rgb(250,243,121); }
td.TdClassName
{
border-color: #FAF379;
}
.TagClassName
{
border-color: #FAF379;
}
</style>