Shades of Witch Haze #FFF76F
Tints of Witch Haze #FFF76F
RGB
CMYK
RGB Variations
Color information
#FFF76F (or 0xFFF76F) is known color: Witch Haze. HEX triplet: FF, F7 and 6F. RGB value is (255,247,111). Sum of RGB (Red+Green+Blue) = 255+247+111=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 111 (43.75% from 255 or 18.11% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF76F is #000890. Grayscale: #EAEAEA. Windows color (decimal): -2193 or 7337983. OLE color: 7337983.
HSL color Cylindrical-coordinate representation of color #FFF76F: hue angle of 56.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFF76F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 111 | - |
| CMYK | 0 | 0.03 | 0.56 | 0 |
| HSL | 56.67º | 1% | 0.72% | - |
| HSV(B) | 56.67º | 0.56% | 1% | - |
| XYZ | 77.37 | 88.93 | 28.13 | - |
| YUV | 233.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 111 | 0 | 0.03 | 0.56 | 0 | 56.67 | 1 | 0.72 |
| Hex | FF | F7 | 6F | 0 | 3 | 38 | 0 | 39 | 64 | 48 |
| Octal | 377 | 367 | 157 | 0 | 3 | 70 | 0 | 71 | 144 | 110 |
| Binary | 11111111 | 11110111 | 1101111 | 0 | 11 | 111000 | 0 | 111001 | 1100100 | 1001000 |
Color Harmonies of #FFF76F
Complementary color
Monochromatic Colors of #FFF76F
Black with #FFF76F
Text Example
Text Example
White with #FFF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF76F; }
p { color: rgb(255,247,111); }
H1.HeaderClassName
{
color: #FFF76F;
}
.AnyTagClassName
{
color: #FFF76F;
}
</style>
background-color css
<style>
a { background-color: #FFF76F; }
a { background-color: rgb(255,247,111); }
div.DivClassName
{
background-color: #FFF76F;
}
.BgClassName
{
background-color: #FFF76F;
}
</style>
border-color css
<style>
span { border-color: #FFF76F; }
span { border-color: rgb(255,247,111); }
td.TdClassName
{
border-color: #FFF76F;
}
.TagClassName
{
border-color: #FFF76F;
}
</style>