Shades of Bittersweet #F76555
Tints of Bittersweet #F76555
RGB
CMYK
RGB Variations
Color information
#F76555 (or 0xF76555) is known color: Bittersweet. HEX triplet: F7, 65 and 55. RGB value is (247,101,85). Sum of RGB (Red+Green+Blue) = 247+101+85=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F76555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76555 is #089AAA. Grayscale: #8F8F8F. Windows color (decimal): -563883 or 5596663. OLE color: 5596663.
HSL color Cylindrical-coordinate representation of color #F76555: hue angle of 5.93º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F76555 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 85 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.03 |
| HSL | 5.93º | 0.91% | 0.65% | - |
| HSV(B) | 5.93º | 0.66% | 0.97% | - |
| XYZ | 44.65 | 29.74 | 11.98 | - |
| YUV | 142.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 85 | 0 | 0.59 | 0.66 | 0.03 | 5.93 | 0.91 | 0.65 |
| Hex | F7 | 65 | 55 | 0 | 3B | 42 | 3 | 6 | 5B | 41 |
| Octal | 367 | 145 | 125 | 0 | 73 | 102 | 3 | 6 | 133 | 101 |
| Binary | 11110111 | 1100101 | 1010101 | 0 | 111011 | 1000010 | 11 | 110 | 1011011 | 1000001 |
Color Harmonies of #F76555
Complementary color
Monochromatic Colors of #F76555
Black with #F76555
Text Example
Text Example
White with #F76555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76555; }
p { color: rgb(247,101,85); }
H1.HeaderClassName
{
color: #F76555;
}
.AnyTagClassName
{
color: #F76555;
}
</style>
background-color css
<style>
a { background-color: #F76555; }
a { background-color: rgb(247,101,85); }
div.DivClassName
{
background-color: #F76555;
}
.BgClassName
{
background-color: #F76555;
}
</style>
border-color css
<style>
span { border-color: #F76555; }
span { border-color: rgb(247,101,85); }
td.TdClassName
{
border-color: #F76555;
}
.TagClassName
{
border-color: #F76555;
}
</style>