Shades of Witch Haze #FAF675
Tints of Witch Haze #FAF675
RGB
CMYK
RGB Variations
Color information
#FAF675 (or 0xFAF675) is known color: Witch Haze. HEX triplet: FA, F6 and 75. RGB value is (250,246,117). Sum of RGB (Red+Green+Blue) = 250+246+117=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 117 (46.09% from 255 or 19.09% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF675 is #05098A. Grayscale: #E9E9E9. Windows color (decimal): -330123 or 7730938. OLE color: 7730938.
HSL color Cylindrical-coordinate representation of color #FAF675: hue angle of 58.2º 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 #FAF675 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 117 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.02 |
| HSL | 58.2º | 0.93% | 0.72% | - |
| HSV(B) | 58.2º | 0.53% | 0.98% | - |
| XYZ | 75.59 | 87.52 | 29.74 | - |
| YUV | 232.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 117 | 0 | 0.02 | 0.53 | 0.02 | 58.2 | 0.93 | 0.72 |
| Hex | FA | F6 | 75 | 0 | 2 | 35 | 2 | 3A | 5D | 48 |
| Octal | 372 | 366 | 165 | 0 | 2 | 65 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110110 | 1110101 | 0 | 10 | 110101 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF675
Complementary color
Monochromatic Colors of #FAF675
Black with #FAF675
Text Example
Text Example
White with #FAF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF675; }
p { color: rgb(250,246,117); }
H1.HeaderClassName
{
color: #FAF675;
}
.AnyTagClassName
{
color: #FAF675;
}
</style>
background-color css
<style>
a { background-color: #FAF675; }
a { background-color: rgb(250,246,117); }
div.DivClassName
{
background-color: #FAF675;
}
.BgClassName
{
background-color: #FAF675;
}
</style>
border-color css
<style>
span { border-color: #FAF675; }
span { border-color: rgb(250,246,117); }
td.TdClassName
{
border-color: #FAF675;
}
.TagClassName
{
border-color: #FAF675;
}
</style>