Shades of Witch Haze #FAF170
Tints of Witch Haze #FAF170
RGB
CMYK
RGB Variations
Color information
#FAF170 (or 0xFAF170) is known color: Witch Haze. HEX triplet: FA, F1 and 70. RGB value is (250,241,112). Sum of RGB (Red+Green+Blue) = 250+241+112=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF170 is #050E8F. Grayscale: #E5E5E5. Windows color (decimal): -331408 or 7401978. OLE color: 7401978.
HSL color Cylindrical-coordinate representation of color #FAF170: hue angle of 56.09º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAF170 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 112 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.02 |
| HSL | 56.09º | 0.93% | 0.71% | - |
| HSV(B) | 56.09º | 0.55% | 0.98% | - |
| XYZ | 73.8 | 84.4 | 27.73 | - |
| YUV | 228.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 112 | 0 | 0.04 | 0.55 | 0.02 | 56.09 | 0.93 | 0.71 |
| Hex | FA | F1 | 70 | 0 | 4 | 37 | 2 | 38 | 5D | 47 |
| Octal | 372 | 361 | 160 | 0 | 4 | 67 | 2 | 70 | 135 | 107 |
| Binary | 11111010 | 11110001 | 1110000 | 0 | 100 | 110111 | 10 | 111000 | 1011101 | 1000111 |
Color Harmonies of #FAF170
Complementary color
Monochromatic Colors of #FAF170
Black with #FAF170
Text Example
Text Example
White with #FAF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF170; }
p { color: rgb(250,241,112); }
H1.HeaderClassName
{
color: #FAF170;
}
.AnyTagClassName
{
color: #FAF170;
}
</style>
background-color css
<style>
a { background-color: #FAF170; }
a { background-color: rgb(250,241,112); }
div.DivClassName
{
background-color: #FAF170;
}
.BgClassName
{
background-color: #FAF170;
}
</style>
border-color css
<style>
span { border-color: #FAF170; }
span { border-color: rgb(250,241,112); }
td.TdClassName
{
border-color: #FAF170;
}
.TagClassName
{
border-color: #FAF170;
}
</style>