Shades of Bittersweet #F76E52
Tints of Bittersweet #F76E52
RGB
CMYK
RGB Variations
Color information
#F76E52 (or 0xF76E52) is known color: Bittersweet. HEX triplet: F7, 6E and 52. RGB value is (247,110,82). Sum of RGB (Red+Green+Blue) = 247+110+82=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76E52 is #0891AD. Grayscale: #949494. Windows color (decimal): -561582 or 5402359. OLE color: 5402359.
HSL color Cylindrical-coordinate representation of color #F76E52: hue angle of 10.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F76E52 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 82 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.03 |
| HSL | 10.18º | 0.91% | 0.65% | - |
| HSV(B) | 10.18º | 0.67% | 0.97% | - |
| XYZ | 45.46 | 31.54 | 11.67 | - |
| YUV | 147.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 82 | 0 | 0.55 | 0.67 | 0.03 | 10.18 | 0.91 | 0.65 |
| Hex | F7 | 6E | 52 | 0 | 37 | 43 | 3 | A | 5B | 41 |
| Octal | 367 | 156 | 122 | 0 | 67 | 103 | 3 | 12 | 133 | 101 |
| Binary | 11110111 | 1101110 | 1010010 | 0 | 110111 | 1000011 | 11 | 1010 | 1011011 | 1000001 |
Color Harmonies of #F76E52
Complementary color
Monochromatic Colors of #F76E52
Black with #F76E52
Text Example
Text Example
White with #F76E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E52; }
p { color: rgb(247,110,82); }
H1.HeaderClassName
{
color: #F76E52;
}
.AnyTagClassName
{
color: #F76E52;
}
</style>
background-color css
<style>
a { background-color: #F76E52; }
a { background-color: rgb(247,110,82); }
div.DivClassName
{
background-color: #F76E52;
}
.BgClassName
{
background-color: #F76E52;
}
</style>
border-color css
<style>
span { border-color: #F76E52; }
span { border-color: rgb(247,110,82); }
td.TdClassName
{
border-color: #F76E52;
}
.TagClassName
{
border-color: #F76E52;
}
</style>