Shades of Witch Haze #FAF67B
Tints of Witch Haze #FAF67B
RGB
CMYK
RGB Variations
Color information
#FAF67B (or 0xFAF67B) is known color: Witch Haze. HEX triplet: FA, F6 and 7B. RGB value is (250,246,123). Sum of RGB (Red+Green+Blue) = 250+246+123=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 123 (48.44% from 255 or 19.87% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF67B is #050984. Grayscale: #E9E9E9. Windows color (decimal): -330117 or 8124154. OLE color: 8124154.
HSL color Cylindrical-coordinate representation of color #FAF67B: hue angle of 58.11º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAF67B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.02 |
| HSL | 58.11º | 0.93% | 0.73% | - |
| HSV(B) | 58.11º | 0.51% | 0.98% | - |
| XYZ | 75.96 | 87.67 | 31.66 | - |
| YUV | 233.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 123 | 0 | 0.02 | 0.51 | 0.02 | 58.11 | 0.93 | 0.73 |
| Hex | FA | F6 | 7B | 0 | 2 | 33 | 2 | 3A | 5D | 49 |
| Octal | 372 | 366 | 173 | 0 | 2 | 63 | 2 | 72 | 135 | 111 |
| Binary | 11111010 | 11110110 | 1111011 | 0 | 10 | 110011 | 10 | 111010 | 1011101 | 1001001 |
Color Harmonies of #FAF67B
Complementary color
Monochromatic Colors of #FAF67B
Black with #FAF67B
Text Example
Text Example
White with #FAF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF67B; }
p { color: rgb(250,246,123); }
H1.HeaderClassName
{
color: #FAF67B;
}
.AnyTagClassName
{
color: #FAF67B;
}
</style>
background-color css
<style>
a { background-color: #FAF67B; }
a { background-color: rgb(250,246,123); }
div.DivClassName
{
background-color: #FAF67B;
}
.BgClassName
{
background-color: #FAF67B;
}
</style>
border-color css
<style>
span { border-color: #FAF67B; }
span { border-color: rgb(250,246,123); }
td.TdClassName
{
border-color: #FAF67B;
}
.TagClassName
{
border-color: #FAF67B;
}
</style>