Shades of Witch Haze #FAF677
Tints of Witch Haze #FAF677
RGB
CMYK
RGB Variations
Color information
#FAF677 (or 0xFAF677) is known color: Witch Haze. HEX triplet: FA, F6 and 77. RGB value is (250,246,119). Sum of RGB (Red+Green+Blue) = 250+246+119=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 119 (46.88% from 255 or 19.35% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF677 is #050988. Grayscale: #E9E9E9. Windows color (decimal): -330121 or 7862010. OLE color: 7862010.
HSL color Cylindrical-coordinate representation of color #FAF677: hue angle of 58.17º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAF677 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 119 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.02 |
| HSL | 58.17º | 0.93% | 0.72% | - |
| HSV(B) | 58.17º | 0.52% | 0.98% | - |
| XYZ | 75.71 | 87.57 | 30.36 | - |
| YUV | 232.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 119 | 0 | 0.02 | 0.52 | 0.02 | 58.17 | 0.93 | 0.72 |
| Hex | FA | F6 | 77 | 0 | 2 | 34 | 2 | 3A | 5D | 48 |
| Octal | 372 | 366 | 167 | 0 | 2 | 64 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110110 | 1110111 | 0 | 10 | 110100 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF677
Complementary color
Monochromatic Colors of #FAF677
Black with #FAF677
Text Example
Text Example
White with #FAF677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF677; }
p { color: rgb(250,246,119); }
H1.HeaderClassName
{
color: #FAF677;
}
.AnyTagClassName
{
color: #FAF677;
}
</style>
background-color css
<style>
a { background-color: #FAF677; }
a { background-color: rgb(250,246,119); }
div.DivClassName
{
background-color: #FAF677;
}
.BgClassName
{
background-color: #FAF677;
}
</style>
border-color css
<style>
span { border-color: #FAF677; }
span { border-color: rgb(250,246,119); }
td.TdClassName
{
border-color: #FAF677;
}
.TagClassName
{
border-color: #FAF677;
}
</style>