Shades of Bittersweet #F76C56
Tints of Bittersweet #F76C56
RGB
CMYK
RGB Variations
Color information
#F76C56 (or 0xF76C56) is known color: Bittersweet. HEX triplet: F7, 6C and 56. RGB value is (247,108,86). Sum of RGB (Red+Green+Blue) = 247+108+86=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C56 is #0893A9. Grayscale: #939393. Windows color (decimal): -562090 or 5663991. OLE color: 5663991.
HSL color Cylindrical-coordinate representation of color #F76C56: hue angle of 8.2º 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 #F76C56 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 86 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.03 |
| HSL | 8.2º | 0.91% | 0.65% | - |
| HSV(B) | 8.2º | 0.65% | 0.97% | - |
| XYZ | 45.4 | 31.17 | 12.43 | - |
| YUV | 147.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 86 | 0 | 0.56 | 0.65 | 0.03 | 8.2 | 0.91 | 0.65 |
| Hex | F7 | 6C | 56 | 0 | 38 | 41 | 3 | 8 | 5B | 41 |
| Octal | 367 | 154 | 126 | 0 | 70 | 101 | 3 | 10 | 133 | 101 |
| Binary | 11110111 | 1101100 | 1010110 | 0 | 111000 | 1000001 | 11 | 1000 | 1011011 | 1000001 |
Color Harmonies of #F76C56
Complementary color
Monochromatic Colors of #F76C56
Black with #F76C56
Text Example
Text Example
White with #F76C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C56; }
p { color: rgb(247,108,86); }
H1.HeaderClassName
{
color: #F76C56;
}
.AnyTagClassName
{
color: #F76C56;
}
</style>
background-color css
<style>
a { background-color: #F76C56; }
a { background-color: rgb(247,108,86); }
div.DivClassName
{
background-color: #F76C56;
}
.BgClassName
{
background-color: #F76C56;
}
</style>
border-color css
<style>
span { border-color: #F76C56; }
span { border-color: rgb(247,108,86); }
td.TdClassName
{
border-color: #F76C56;
}
.TagClassName
{
border-color: #F76C56;
}
</style>