Shades of Bittersweet #F76356
Tints of Bittersweet #F76356
RGB
CMYK
RGB Variations
Color information
#F76356 (or 0xF76356) is known color: Bittersweet. HEX triplet: F7, 63 and 56. RGB value is (247,99,86). Sum of RGB (Red+Green+Blue) = 247+99+86=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F76356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76356 is #089CA9. Grayscale: #8D8D8D. Windows color (decimal): -564394 or 5661687. OLE color: 5661687.
HSL color Cylindrical-coordinate representation of color #F76356: hue angle of 4.84º 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 #F76356 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 86 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.03 |
| HSL | 4.84º | 0.91% | 0.65% | - |
| HSV(B) | 4.84º | 0.65% | 0.97% | - |
| XYZ | 44.5 | 29.37 | 12.13 | - |
| YUV | 141.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 86 | 0 | 0.60 | 0.65 | 0.03 | 4.84 | 0.91 | 0.65 |
| Hex | F7 | 63 | 56 | 0 | 3C | 41 | 3 | 5 | 5B | 41 |
| Octal | 367 | 143 | 126 | 0 | 74 | 101 | 3 | 5 | 133 | 101 |
| Binary | 11110111 | 1100011 | 1010110 | 0 | 111100 | 1000001 | 11 | 101 | 1011011 | 1000001 |
Color Harmonies of #F76356
Complementary color
Monochromatic Colors of #F76356
Black with #F76356
Text Example
Text Example
White with #F76356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76356; }
p { color: rgb(247,99,86); }
H1.HeaderClassName
{
color: #F76356;
}
.AnyTagClassName
{
color: #F76356;
}
</style>
background-color css
<style>
a { background-color: #F76356; }
a { background-color: rgb(247,99,86); }
div.DivClassName
{
background-color: #F76356;
}
.BgClassName
{
background-color: #F76356;
}
</style>
border-color css
<style>
span { border-color: #F76356; }
span { border-color: rgb(247,99,86); }
td.TdClassName
{
border-color: #F76356;
}
.TagClassName
{
border-color: #F76356;
}
</style>