Shades of Witch Haze #FAF87B
Tints of Witch Haze #FAF87B
RGB
CMYK
RGB Variations
Color information
#FAF87B (or 0xFAF87B) is known color: Witch Haze. HEX triplet: FA, F8 and 7B. RGB value is (250,248,123). Sum of RGB (Red+Green+Blue) = 250+248+123=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 123 (48.44% from 255 or 19.81% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF87B is #050784. Grayscale: #EAEAEA. Windows color (decimal): -329605 or 8124666. OLE color: 8124666.
HSL color Cylindrical-coordinate representation of color #FAF87B: hue angle of 59.06º 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 #FAF87B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 123 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.02 |
| HSL | 59.06º | 0.93% | 0.73% | - |
| HSV(B) | 59.06º | 0.51% | 0.98% | - |
| XYZ | 76.57 | 88.89 | 31.86 | - |
| YUV | 234.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 123 | 0 | 0.01 | 0.51 | 0.02 | 59.06 | 0.93 | 0.73 |
| Hex | FA | F8 | 7B | 0 | 1 | 33 | 2 | 3B | 5D | 49 |
| Octal | 372 | 370 | 173 | 0 | 1 | 63 | 2 | 73 | 135 | 111 |
| Binary | 11111010 | 11111000 | 1111011 | 0 | 1 | 110011 | 10 | 111011 | 1011101 | 1001001 |
Color Harmonies of #FAF87B
Complementary color
Monochromatic Colors of #FAF87B
Black with #FAF87B
Text Example
Text Example
White with #FAF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF87B; }
p { color: rgb(250,248,123); }
H1.HeaderClassName
{
color: #FAF87B;
}
.AnyTagClassName
{
color: #FAF87B;
}
</style>
background-color css
<style>
a { background-color: #FAF87B; }
a { background-color: rgb(250,248,123); }
div.DivClassName
{
background-color: #FAF87B;
}
.BgClassName
{
background-color: #FAF87B;
}
</style>
border-color css
<style>
span { border-color: #FAF87B; }
span { border-color: rgb(250,248,123); }
td.TdClassName
{
border-color: #FAF87B;
}
.TagClassName
{
border-color: #FAF87B;
}
</style>