Shades of Witch Haze #FAF478
Tints of Witch Haze #FAF478
RGB
CMYK
RGB Variations
Color information
#FAF478 (or 0xFAF478) is known color: Witch Haze. HEX triplet: FA, F4 and 78. RGB value is (250,244,120). Sum of RGB (Red+Green+Blue) = 250+244+120=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 120 (47.27% from 255 or 19.54% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF478 is #050B87. Grayscale: #E8E8E8. Windows color (decimal): -330632 or 7927034. OLE color: 7927034.
HSL color Cylindrical-coordinate representation of color #FAF478: hue angle of 57.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAF478 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 120 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.02 |
| HSL | 57.23º | 0.93% | 0.73% | - |
| HSV(B) | 57.23º | 0.52% | 0.98% | - |
| XYZ | 75.17 | 86.38 | 30.48 | - |
| YUV | 231.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 120 | 0 | 0.02 | 0.52 | 0.02 | 57.23 | 0.93 | 0.73 |
| Hex | FA | F4 | 78 | 0 | 2 | 34 | 2 | 39 | 5D | 49 |
| Octal | 372 | 364 | 170 | 0 | 2 | 64 | 2 | 71 | 135 | 111 |
| Binary | 11111010 | 11110100 | 1111000 | 0 | 10 | 110100 | 10 | 111001 | 1011101 | 1001001 |
Color Harmonies of #FAF478
Complementary color
Monochromatic Colors of #FAF478
Black with #FAF478
Text Example
Text Example
White with #FAF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF478; }
p { color: rgb(250,244,120); }
H1.HeaderClassName
{
color: #FAF478;
}
.AnyTagClassName
{
color: #FAF478;
}
</style>
background-color css
<style>
a { background-color: #FAF478; }
a { background-color: rgb(250,244,120); }
div.DivClassName
{
background-color: #FAF478;
}
.BgClassName
{
background-color: #FAF478;
}
</style>
border-color css
<style>
span { border-color: #FAF478; }
span { border-color: rgb(250,244,120); }
td.TdClassName
{
border-color: #FAF478;
}
.TagClassName
{
border-color: #FAF478;
}
</style>