Shades of Witch Haze #FAF079
Tints of Witch Haze #FAF079
RGB
CMYK
RGB Variations
Color information
#FAF079 (or 0xFAF079) is known color: Witch Haze. HEX triplet: FA, F0 and 79. RGB value is (250,240,121). Sum of RGB (Red+Green+Blue) = 250+240+121=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 121 (47.66% from 255 or 19.80% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF079 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF079 is #050F86. Grayscale: #E5E5E5. Windows color (decimal): -331655 or 7991546. OLE color: 7991546.
HSL color Cylindrical-coordinate representation of color #FAF079: hue angle of 55.35º 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 #FAF079 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 121 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.02 |
| HSL | 55.35º | 0.93% | 0.73% | - |
| HSV(B) | 55.35º | 0.52% | 0.98% | - |
| XYZ | 74.04 | 84.02 | 30.41 | - |
| YUV | 229.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 121 | 0 | 0.04 | 0.52 | 0.02 | 55.35 | 0.93 | 0.73 |
| Hex | FA | F0 | 79 | 0 | 4 | 34 | 2 | 37 | 5D | 49 |
| Octal | 372 | 360 | 171 | 0 | 4 | 64 | 2 | 67 | 135 | 111 |
| Binary | 11111010 | 11110000 | 1111001 | 0 | 100 | 110100 | 10 | 110111 | 1011101 | 1001001 |
Color Harmonies of #FAF079
Complementary color
Monochromatic Colors of #FAF079
Black with #FAF079
Text Example
Text Example
White with #FAF079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF079; }
p { color: rgb(250,240,121); }
H1.HeaderClassName
{
color: #FAF079;
}
.AnyTagClassName
{
color: #FAF079;
}
</style>
background-color css
<style>
a { background-color: #FAF079; }
a { background-color: rgb(250,240,121); }
div.DivClassName
{
background-color: #FAF079;
}
.BgClassName
{
background-color: #FAF079;
}
</style>
border-color css
<style>
span { border-color: #FAF079; }
span { border-color: rgb(250,240,121); }
td.TdClassName
{
border-color: #FAF079;
}
.TagClassName
{
border-color: #FAF079;
}
</style>