Shades of Witch Haze #FAF370
Tints of Witch Haze #FAF370
RGB
CMYK
RGB Variations
Color information
#FAF370 (or 0xFAF370) is known color: Witch Haze. HEX triplet: FA, F3 and 70. RGB value is (250,243,112). Sum of RGB (Red+Green+Blue) = 250+243+112=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF370 is #050C8F. Grayscale: #E6E6E6. Windows color (decimal): -330896 or 7402490. OLE color: 7402490.
HSL color Cylindrical-coordinate representation of color #FAF370: hue angle of 56.96º 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 #FAF370 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 112 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.02 |
| HSL | 56.96º | 0.93% | 0.71% | - |
| HSV(B) | 56.96º | 0.55% | 0.98% | - |
| XYZ | 74.4 | 85.6 | 27.93 | - |
| YUV | 230.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 112 | 0 | 0.03 | 0.55 | 0.02 | 56.96 | 0.93 | 0.71 |
| Hex | FA | F3 | 70 | 0 | 3 | 37 | 2 | 39 | 5D | 47 |
| Octal | 372 | 363 | 160 | 0 | 3 | 67 | 2 | 71 | 135 | 107 |
| Binary | 11111010 | 11110011 | 1110000 | 0 | 11 | 110111 | 10 | 111001 | 1011101 | 1000111 |
Color Harmonies of #FAF370
Complementary color
Monochromatic Colors of #FAF370
Black with #FAF370
Text Example
Text Example
White with #FAF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF370; }
p { color: rgb(250,243,112); }
H1.HeaderClassName
{
color: #FAF370;
}
.AnyTagClassName
{
color: #FAF370;
}
</style>
background-color css
<style>
a { background-color: #FAF370; }
a { background-color: rgb(250,243,112); }
div.DivClassName
{
background-color: #FAF370;
}
.BgClassName
{
background-color: #FAF370;
}
</style>
border-color css
<style>
span { border-color: #FAF370; }
span { border-color: rgb(250,243,112); }
td.TdClassName
{
border-color: #FAF370;
}
.TagClassName
{
border-color: #FAF370;
}
</style>