Shades of Witch Haze #FFF970
Tints of Witch Haze #FFF970
RGB
CMYK
RGB Variations
Color information
#FFF970 (or 0xFFF970) is known color: Witch Haze. HEX triplet: FF, F9 and 70. RGB value is (255,249,112). Sum of RGB (Red+Green+Blue) = 255+249+112=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF970 is #00068F. Grayscale: #EBEBEB. Windows color (decimal): -1680 or 7404031. OLE color: 7404031.
HSL color Cylindrical-coordinate representation of color #FFF970: hue angle of 57.48º 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 #FFF970 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 112 | - |
| CMYK | 0 | 0.02 | 0.56 | 0 |
| HSL | 57.48º | 1% | 0.72% | - |
| HSV(B) | 57.48º | 0.56% | 1% | - |
| XYZ | 78.04 | 90.18 | 28.62 | - |
| YUV | 235.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 112 | 0 | 0.02 | 0.56 | 0 | 57.48 | 1 | 0.72 |
| Hex | FF | F9 | 70 | 0 | 2 | 38 | 0 | 39 | 64 | 48 |
| Octal | 377 | 371 | 160 | 0 | 2 | 70 | 0 | 71 | 144 | 110 |
| Binary | 11111111 | 11111001 | 1110000 | 0 | 10 | 111000 | 0 | 111001 | 1100100 | 1001000 |
Color Harmonies of #FFF970
Complementary color
Monochromatic Colors of #FFF970
Black with #FFF970
Text Example
Text Example
White with #FFF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF970; }
p { color: rgb(255,249,112); }
H1.HeaderClassName
{
color: #FFF970;
}
.AnyTagClassName
{
color: #FFF970;
}
</style>
background-color css
<style>
a { background-color: #FFF970; }
a { background-color: rgb(255,249,112); }
div.DivClassName
{
background-color: #FFF970;
}
.BgClassName
{
background-color: #FFF970;
}
</style>
border-color css
<style>
span { border-color: #FFF970; }
span { border-color: rgb(255,249,112); }
td.TdClassName
{
border-color: #FFF970;
}
.TagClassName
{
border-color: #FFF970;
}
</style>