Shades of Witch Haze #FAF080
Tints of Witch Haze #FAF080
RGB
CMYK
RGB Variations
Color information
#FAF080 (or 0xFAF080) is known color: Witch Haze. HEX triplet: FA, F0 and 80. RGB value is (250,240,128). Sum of RGB (Red+Green+Blue) = 250+240+128=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF080 is #050F7F. Grayscale: #E6E6E6. Windows color (decimal): -331648 or 8450298. OLE color: 8450298.
HSL color Cylindrical-coordinate representation of color #FAF080: hue angle of 55.08º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAF080 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 128 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.02 |
| HSL | 55.08º | 0.92% | 0.74% | - |
| HSV(B) | 55.08º | 0.49% | 0.98% | - |
| XYZ | 74.48 | 84.2 | 32.75 | - |
| YUV | 230.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 128 | 0 | 0.04 | 0.49 | 0.02 | 55.08 | 0.92 | 0.74 |
| Hex | FA | F0 | 80 | 0 | 4 | 31 | 2 | 37 | 5C | 4A |
| Octal | 372 | 360 | 200 | 0 | 4 | 61 | 2 | 67 | 134 | 112 |
| Binary | 11111010 | 11110000 | 10000000 | 0 | 100 | 110001 | 10 | 110111 | 1011100 | 1001010 |
Color Harmonies of #FAF080
Complementary color
Monochromatic Colors of #FAF080
Black with #FAF080
Text Example
Text Example
White with #FAF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF080; }
p { color: rgb(250,240,128); }
H1.HeaderClassName
{
color: #FAF080;
}
.AnyTagClassName
{
color: #FAF080;
}
</style>
background-color css
<style>
a { background-color: #FAF080; }
a { background-color: rgb(250,240,128); }
div.DivClassName
{
background-color: #FAF080;
}
.BgClassName
{
background-color: #FAF080;
}
</style>
border-color css
<style>
span { border-color: #FAF080; }
span { border-color: rgb(250,240,128); }
td.TdClassName
{
border-color: #FAF080;
}
.TagClassName
{
border-color: #FAF080;
}
</style>