Shades of Witch Haze #FAF87C
Tints of Witch Haze #FAF87C
RGB
CMYK
RGB Variations
Color information
#FAF87C (or 0xFAF87C) is known color: Witch Haze. HEX triplet: FA, F8 and 7C. RGB value is (250,248,124). Sum of RGB (Red+Green+Blue) = 250+248+124=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 124 (48.83% from 255 or 19.94% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF87C is #050783. Grayscale: #EAEAEA. Windows color (decimal): -329604 or 8190202. OLE color: 8190202.
HSL color Cylindrical-coordinate representation of color #FAF87C: hue angle of 59.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAF87C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 124 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.02 |
| HSL | 59.05º | 0.93% | 0.73% | - |
| HSV(B) | 59.05º | 0.5% | 0.98% | - |
| XYZ | 76.63 | 88.91 | 32.19 | - |
| YUV | 234.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 124 | 0 | 0.01 | 0.50 | 0.02 | 59.05 | 0.93 | 0.73 |
| Hex | FA | F8 | 7C | 0 | 1 | 32 | 2 | 3B | 5D | 49 |
| Octal | 372 | 370 | 174 | 0 | 1 | 62 | 2 | 73 | 135 | 111 |
| Binary | 11111010 | 11111000 | 1111100 | 0 | 1 | 110010 | 10 | 111011 | 1011101 | 1001001 |
Color Harmonies of #FAF87C
Complementary color
Monochromatic Colors of #FAF87C
Black with #FAF87C
Text Example
Text Example
White with #FAF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF87C; }
p { color: rgb(250,248,124); }
H1.HeaderClassName
{
color: #FAF87C;
}
.AnyTagClassName
{
color: #FAF87C;
}
</style>
background-color css
<style>
a { background-color: #FAF87C; }
a { background-color: rgb(250,248,124); }
div.DivClassName
{
background-color: #FAF87C;
}
.BgClassName
{
background-color: #FAF87C;
}
</style>
border-color css
<style>
span { border-color: #FAF87C; }
span { border-color: rgb(250,248,124); }
td.TdClassName
{
border-color: #FAF87C;
}
.TagClassName
{
border-color: #FAF87C;
}
</style>