Shades of Witch Haze #FFF076
Tints of Witch Haze #FFF076
RGB
CMYK
RGB Variations
Color information
#FFF076 (or 0xFFF076) is known color: Witch Haze. HEX triplet: FF, F0 and 76. RGB value is (255,240,118). Sum of RGB (Red+Green+Blue) = 255+240+118=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 118 (46.48% from 255 or 19.25% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF076 is #000F89. Grayscale: #E7E7E7. Windows color (decimal): -3978 or 7794943. OLE color: 7794943.
HSL color Cylindrical-coordinate representation of color #FFF076: hue angle of 53.43º 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 #FFF076 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 118 | - |
| CMYK | 0 | 0.06 | 0.54 | 0 |
| HSL | 53.43º | 1% | 0.73% | - |
| HSV(B) | 53.43º | 0.54% | 1% | - |
| XYZ | 75.67 | 84.89 | 29.54 | - |
| YUV | 230.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 118 | 0 | 0.06 | 0.54 | 0 | 53.43 | 1 | 0.73 |
| Hex | FF | F0 | 76 | 0 | 6 | 36 | 0 | 35 | 64 | 49 |
| Octal | 377 | 360 | 166 | 0 | 6 | 66 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11110000 | 1110110 | 0 | 110 | 110110 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFF076
Complementary color
Monochromatic Colors of #FFF076
Black with #FFF076
Text Example
Text Example
White with #FFF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF076; }
p { color: rgb(255,240,118); }
H1.HeaderClassName
{
color: #FFF076;
}
.AnyTagClassName
{
color: #FFF076;
}
</style>
background-color css
<style>
a { background-color: #FFF076; }
a { background-color: rgb(255,240,118); }
div.DivClassName
{
background-color: #FFF076;
}
.BgClassName
{
background-color: #FFF076;
}
</style>
border-color css
<style>
span { border-color: #FFF076; }
span { border-color: rgb(255,240,118); }
td.TdClassName
{
border-color: #FFF076;
}
.TagClassName
{
border-color: #FFF076;
}
</style>