Shades of Witch Haze #FAF77B
Tints of Witch Haze #FAF77B
RGB
CMYK
RGB Variations
Color information
#FAF77B (or 0xFAF77B) is known color: Witch Haze. HEX triplet: FA, F7 and 7B. RGB value is (250,247,123). Sum of RGB (Red+Green+Blue) = 250+247+123=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 123 (48.44% from 255 or 19.84% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF77B is #050884. Grayscale: #EAEAEA. Windows color (decimal): -329861 or 8124410. OLE color: 8124410.
HSL color Cylindrical-coordinate representation of color #FAF77B: hue angle of 58.58º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAF77B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 123 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.02 |
| HSL | 58.58º | 0.93% | 0.73% | - |
| HSV(B) | 58.58º | 0.51% | 0.98% | - |
| XYZ | 76.26 | 88.28 | 31.76 | - |
| YUV | 233.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 123 | 0 | 0.01 | 0.51 | 0.02 | 58.58 | 0.93 | 0.73 |
| Hex | FA | F7 | 7B | 0 | 1 | 33 | 2 | 3B | 5D | 49 |
| Octal | 372 | 367 | 173 | 0 | 1 | 63 | 2 | 73 | 135 | 111 |
| Binary | 11111010 | 11110111 | 1111011 | 0 | 1 | 110011 | 10 | 111011 | 1011101 | 1001001 |
Color Harmonies of #FAF77B
Complementary color
Monochromatic Colors of #FAF77B
Black with #FAF77B
Text Example
Text Example
White with #FAF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF77B; }
p { color: rgb(250,247,123); }
H1.HeaderClassName
{
color: #FAF77B;
}
.AnyTagClassName
{
color: #FAF77B;
}
</style>
background-color css
<style>
a { background-color: #FAF77B; }
a { background-color: rgb(250,247,123); }
div.DivClassName
{
background-color: #FAF77B;
}
.BgClassName
{
background-color: #FAF77B;
}
</style>
border-color css
<style>
span { border-color: #FAF77B; }
span { border-color: rgb(250,247,123); }
td.TdClassName
{
border-color: #FAF77B;
}
.TagClassName
{
border-color: #FAF77B;
}
</style>