Shades of Bittersweet #F76756
Tints of Bittersweet #F76756
RGB
CMYK
RGB Variations
Color information
#F76756 (or 0xF76756) is known color: Bittersweet. HEX triplet: F7, 67 and 56. RGB value is (247,103,86). Sum of RGB (Red+Green+Blue) = 247+103+86=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F76756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76756 is #0898A9. Grayscale: #909090. Windows color (decimal): -563370 or 5662711. OLE color: 5662711.
HSL color Cylindrical-coordinate representation of color #F76756: hue angle of 6.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F76756 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 86 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.03 |
| HSL | 6.34º | 0.91% | 0.65% | - |
| HSV(B) | 6.34º | 0.65% | 0.97% | - |
| XYZ | 44.89 | 30.15 | 12.26 | - |
| YUV | 144.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 86 | 0 | 0.58 | 0.65 | 0.03 | 6.34 | 0.91 | 0.65 |
| Hex | F7 | 67 | 56 | 0 | 3A | 41 | 3 | 6 | 5B | 41 |
| Octal | 367 | 147 | 126 | 0 | 72 | 101 | 3 | 6 | 133 | 101 |
| Binary | 11110111 | 1100111 | 1010110 | 0 | 111010 | 1000001 | 11 | 110 | 1011011 | 1000001 |
Color Harmonies of #F76756
Complementary color
Monochromatic Colors of #F76756
Black with #F76756
Text Example
Text Example
White with #F76756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76756; }
p { color: rgb(247,103,86); }
H1.HeaderClassName
{
color: #F76756;
}
.AnyTagClassName
{
color: #F76756;
}
</style>
background-color css
<style>
a { background-color: #F76756; }
a { background-color: rgb(247,103,86); }
div.DivClassName
{
background-color: #F76756;
}
.BgClassName
{
background-color: #F76756;
}
</style>
border-color css
<style>
span { border-color: #F76756; }
span { border-color: rgb(247,103,86); }
td.TdClassName
{
border-color: #F76756;
}
.TagClassName
{
border-color: #F76756;
}
</style>