Shades of Witch Haze #FAF482
Tints of Witch Haze #FAF482
RGB
CMYK
RGB Variations
Color information
#FAF482 (or 0xFAF482) is known color: Witch Haze. HEX triplet: FA, F4 and 82. RGB value is (250,244,130). Sum of RGB (Red+Green+Blue) = 250+244+130=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF482 is #050B7D. Grayscale: #E9E9E9. Windows color (decimal): -330622 or 8582394. OLE color: 8582394.
HSL color Cylindrical-coordinate representation of color #FAF482: hue angle of 57º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAF482 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 130 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.02 |
| HSL | 57º | 0.92% | 0.75% | - |
| HSV(B) | 57º | 0.48% | 0.98% | - |
| XYZ | 75.8 | 86.64 | 33.85 | - |
| YUV | 232.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 130 | 0 | 0.02 | 0.48 | 0.02 | 57 | 0.92 | 0.75 |
| Hex | FA | F4 | 82 | 0 | 2 | 30 | 2 | 39 | 5C | 4B |
| Octal | 372 | 364 | 202 | 0 | 2 | 60 | 2 | 71 | 134 | 113 |
| Binary | 11111010 | 11110100 | 10000010 | 0 | 10 | 110000 | 10 | 111001 | 1011100 | 1001011 |
Color Harmonies of #FAF482
Complementary color
Monochromatic Colors of #FAF482
Black with #FAF482
Text Example
Text Example
White with #FAF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF482; }
p { color: rgb(250,244,130); }
H1.HeaderClassName
{
color: #FAF482;
}
.AnyTagClassName
{
color: #FAF482;
}
</style>
background-color css
<style>
a { background-color: #FAF482; }
a { background-color: rgb(250,244,130); }
div.DivClassName
{
background-color: #FAF482;
}
.BgClassName
{
background-color: #FAF482;
}
</style>
border-color css
<style>
span { border-color: #FAF482; }
span { border-color: rgb(250,244,130); }
td.TdClassName
{
border-color: #FAF482;
}
.TagClassName
{
border-color: #FAF482;
}
</style>