Shades of Witch Haze #FFF876
Tints of Witch Haze #FFF876
RGB
CMYK
RGB Variations
Color information
#FFF876 (or 0xFFF876) is known color: Witch Haze. HEX triplet: FF, F8 and 76. RGB value is (255,248,118). Sum of RGB (Red+Green+Blue) = 255+248+118=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 118 (46.48% from 255 or 19.00% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF876 is #000789. Grayscale: #EBEBEB. Windows color (decimal): -1930 or 7796991. OLE color: 7796991.
HSL color Cylindrical-coordinate representation of color #FFF876: hue angle of 56.93º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFF876 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 118 | - |
| CMYK | 0 | 0.03 | 0.54 | 0 |
| HSL | 56.93º | 1% | 0.73% | - |
| HSV(B) | 56.93º | 0.54% | 1% | - |
| XYZ | 78.08 | 89.7 | 30.34 | - |
| YUV | 235.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 118 | 0 | 0.03 | 0.54 | 0 | 56.93 | 1 | 0.73 |
| Hex | FF | F8 | 76 | 0 | 3 | 36 | 0 | 39 | 64 | 49 |
| Octal | 377 | 370 | 166 | 0 | 3 | 66 | 0 | 71 | 144 | 111 |
| Binary | 11111111 | 11111000 | 1110110 | 0 | 11 | 110110 | 0 | 111001 | 1100100 | 1001001 |
Color Harmonies of #FFF876
Complementary color
Monochromatic Colors of #FFF876
Black with #FFF876
Text Example
Text Example
White with #FFF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF876; }
p { color: rgb(255,248,118); }
H1.HeaderClassName
{
color: #FFF876;
}
.AnyTagClassName
{
color: #FFF876;
}
</style>
background-color css
<style>
a { background-color: #FFF876; }
a { background-color: rgb(255,248,118); }
div.DivClassName
{
background-color: #FFF876;
}
.BgClassName
{
background-color: #FFF876;
}
</style>
border-color css
<style>
span { border-color: #FFF876; }
span { border-color: rgb(255,248,118); }
td.TdClassName
{
border-color: #FFF876;
}
.TagClassName
{
border-color: #FFF876;
}
</style>