Shades of Witch Haze #FFF770
Tints of Witch Haze #FFF770
RGB
CMYK
RGB Variations
Color information
#FFF770 (or 0xFFF770) is known color: Witch Haze. HEX triplet: FF, F7 and 70. RGB value is (255,247,112). Sum of RGB (Red+Green+Blue) = 255+247+112=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 112 (44.14% from 255 or 18.24% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF770 is #00088F. Grayscale: #EAEAEA. Windows color (decimal): -2192 or 7403519. OLE color: 7403519.
HSL color Cylindrical-coordinate representation of color #FFF770: hue angle of 56.64º 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 #FFF770 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 112 | - |
| CMYK | 0 | 0.03 | 0.56 | 0 |
| HSL | 56.64º | 1% | 0.72% | - |
| HSV(B) | 56.64º | 0.56% | 1% | - |
| XYZ | 77.43 | 88.95 | 28.42 | - |
| YUV | 234 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 112 | 0 | 0.03 | 0.56 | 0 | 56.64 | 1 | 0.72 |
| Hex | FF | F7 | 70 | 0 | 3 | 38 | 0 | 39 | 64 | 48 |
| Octal | 377 | 367 | 160 | 0 | 3 | 70 | 0 | 71 | 144 | 110 |
| Binary | 11111111 | 11110111 | 1110000 | 0 | 11 | 111000 | 0 | 111001 | 1100100 | 1001000 |
Color Harmonies of #FFF770
Complementary color
Monochromatic Colors of #FFF770
Black with #FFF770
Text Example
Text Example
White with #FFF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF770; }
p { color: rgb(255,247,112); }
H1.HeaderClassName
{
color: #FFF770;
}
.AnyTagClassName
{
color: #FFF770;
}
</style>
background-color css
<style>
a { background-color: #FFF770; }
a { background-color: rgb(255,247,112); }
div.DivClassName
{
background-color: #FFF770;
}
.BgClassName
{
background-color: #FFF770;
}
</style>
border-color css
<style>
span { border-color: #FFF770; }
span { border-color: rgb(255,247,112); }
td.TdClassName
{
border-color: #FFF770;
}
.TagClassName
{
border-color: #FFF770;
}
</style>