Shades of Witch Haze #FAF07C
Tints of Witch Haze #FAF07C
RGB
CMYK
RGB Variations
Color information
#FAF07C (or 0xFAF07C) is known color: Witch Haze. HEX triplet: FA, F0 and 7C. RGB value is (250,240,124). Sum of RGB (Red+Green+Blue) = 250+240+124=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF07C is #050F83. Grayscale: #E6E6E6. Windows color (decimal): -331652 or 8188154. OLE color: 8188154.
HSL color Cylindrical-coordinate representation of color #FAF07C: hue angle of 55.24º 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 #FAF07C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 124 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 55.24º | 0.93% | 0.73% | - |
| HSV(B) | 55.24º | 0.5% | 0.98% | - |
| XYZ | 74.22 | 84.1 | 31.39 | - |
| YUV | 229.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 124 | 0 | 0.04 | 0.50 | 0.02 | 55.24 | 0.93 | 0.73 |
| Hex | FA | F0 | 7C | 0 | 4 | 32 | 2 | 37 | 5D | 49 |
| Octal | 372 | 360 | 174 | 0 | 4 | 62 | 2 | 67 | 135 | 111 |
| Binary | 11111010 | 11110000 | 1111100 | 0 | 100 | 110010 | 10 | 110111 | 1011101 | 1001001 |
Color Harmonies of #FAF07C
Complementary color
Monochromatic Colors of #FAF07C
Black with #FAF07C
Text Example
Text Example
White with #FAF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF07C; }
p { color: rgb(250,240,124); }
H1.HeaderClassName
{
color: #FAF07C;
}
.AnyTagClassName
{
color: #FAF07C;
}
</style>
background-color css
<style>
a { background-color: #FAF07C; }
a { background-color: rgb(250,240,124); }
div.DivClassName
{
background-color: #FAF07C;
}
.BgClassName
{
background-color: #FAF07C;
}
</style>
border-color css
<style>
span { border-color: #FAF07C; }
span { border-color: rgb(250,240,124); }
td.TdClassName
{
border-color: #FAF07C;
}
.TagClassName
{
border-color: #FAF07C;
}
</style>