Shades of Witch Haze #FAF07D
Tints of Witch Haze #FAF07D
RGB
CMYK
RGB Variations
Color information
#FAF07D (or 0xFAF07D) is known color: Witch Haze. HEX triplet: FA, F0 and 7D. RGB value is (250,240,125). Sum of RGB (Red+Green+Blue) = 250+240+125=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF07D is #050F82. Grayscale: #E6E6E6. Windows color (decimal): -331651 or 8253690. OLE color: 8253690.
HSL color Cylindrical-coordinate representation of color #FAF07D: hue angle of 55.2º 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 #FAF07D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 55.2º | 0.93% | 0.74% | - |
| HSV(B) | 55.2º | 0.5% | 0.98% | - |
| XYZ | 74.29 | 84.12 | 31.72 | - |
| YUV | 229.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 125 | 0 | 0.04 | 0.50 | 0.02 | 55.2 | 0.93 | 0.74 |
| Hex | FA | F0 | 7D | 0 | 4 | 32 | 2 | 37 | 5D | 4A |
| Octal | 372 | 360 | 175 | 0 | 4 | 62 | 2 | 67 | 135 | 112 |
| Binary | 11111010 | 11110000 | 1111101 | 0 | 100 | 110010 | 10 | 110111 | 1011101 | 1001010 |
Color Harmonies of #FAF07D
Complementary color
Monochromatic Colors of #FAF07D
Black with #FAF07D
Text Example
Text Example
White with #FAF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF07D; }
p { color: rgb(250,240,125); }
H1.HeaderClassName
{
color: #FAF07D;
}
.AnyTagClassName
{
color: #FAF07D;
}
</style>
background-color css
<style>
a { background-color: #FAF07D; }
a { background-color: rgb(250,240,125); }
div.DivClassName
{
background-color: #FAF07D;
}
.BgClassName
{
background-color: #FAF07D;
}
</style>
border-color css
<style>
span { border-color: #FAF07D; }
span { border-color: rgb(250,240,125); }
td.TdClassName
{
border-color: #FAF07D;
}
.TagClassName
{
border-color: #FAF07D;
}
</style>