Shades of Witch Haze #FAF67D
Tints of Witch Haze #FAF67D
RGB
CMYK
RGB Variations
Color information
#FAF67D (or 0xFAF67D) is known color: Witch Haze. HEX triplet: FA, F6 and 7D. RGB value is (250,246,125). Sum of RGB (Red+Green+Blue) = 250+246+125=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 125 (49.22% from 255 or 20.13% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF67D is #050982. Grayscale: #E9E9E9. Windows color (decimal): -330115 or 8255226. OLE color: 8255226.
HSL color Cylindrical-coordinate representation of color #FAF67D: hue angle of 58.08º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAF67D is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 125 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.02 |
| HSL | 58.08º | 0.93% | 0.74% | - |
| HSV(B) | 58.08º | 0.5% | 0.98% | - |
| XYZ | 76.08 | 87.72 | 32.32 | - |
| YUV | 233.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 125 | 0 | 0.02 | 0.50 | 0.02 | 58.08 | 0.93 | 0.74 |
| Hex | FA | F6 | 7D | 0 | 2 | 32 | 2 | 3A | 5D | 4A |
| Octal | 372 | 366 | 175 | 0 | 2 | 62 | 2 | 72 | 135 | 112 |
| Binary | 11111010 | 11110110 | 1111101 | 0 | 10 | 110010 | 10 | 111010 | 1011101 | 1001010 |
Color Harmonies of #FAF67D
Complementary color
Monochromatic Colors of #FAF67D
Black with #FAF67D
Text Example
Text Example
White with #FAF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF67D; }
p { color: rgb(250,246,125); }
H1.HeaderClassName
{
color: #FAF67D;
}
.AnyTagClassName
{
color: #FAF67D;
}
</style>
background-color css
<style>
a { background-color: #FAF67D; }
a { background-color: rgb(250,246,125); }
div.DivClassName
{
background-color: #FAF67D;
}
.BgClassName
{
background-color: #FAF67D;
}
</style>
border-color css
<style>
span { border-color: #FAF67D; }
span { border-color: rgb(250,246,125); }
td.TdClassName
{
border-color: #FAF67D;
}
.TagClassName
{
border-color: #FAF67D;
}
</style>