Shades of Bittersweet #F7735B
Tints of Bittersweet #F7735B
RGB
CMYK
RGB Variations
Color information
#F7735B (or 0xF7735B) is known color: Bittersweet. HEX triplet: F7, 73 and 5B. RGB value is (247,115,91). Sum of RGB (Red+Green+Blue) = 247+115+91=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7735B is #088CA4. Grayscale: #979797. Windows color (decimal): -560293 or 5993463. OLE color: 5993463.
HSL color Cylindrical-coordinate representation of color #F7735B: hue angle of 9.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7735B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 91 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.03 |
| HSL | 9.23º | 0.91% | 0.66% | - |
| HSV(B) | 9.23º | 0.63% | 0.97% | - |
| XYZ | 46.38 | 32.79 | 13.78 | - |
| YUV | 151.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 91 | 0 | 0.53 | 0.63 | 0.03 | 9.23 | 0.91 | 0.66 |
| Hex | F7 | 73 | 5B | 0 | 35 | 3F | 3 | 9 | 5B | 42 |
| Octal | 367 | 163 | 133 | 0 | 65 | 77 | 3 | 11 | 133 | 102 |
| Binary | 11110111 | 1110011 | 1011011 | 0 | 110101 | 111111 | 11 | 1001 | 1011011 | 1000010 |
Color Harmonies of #F7735B
Complementary color
Monochromatic Colors of #F7735B
Black with #F7735B
Text Example
Text Example
White with #F7735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7735B; }
p { color: rgb(247,115,91); }
H1.HeaderClassName
{
color: #F7735B;
}
.AnyTagClassName
{
color: #F7735B;
}
</style>
background-color css
<style>
a { background-color: #F7735B; }
a { background-color: rgb(247,115,91); }
div.DivClassName
{
background-color: #F7735B;
}
.BgClassName
{
background-color: #F7735B;
}
</style>
border-color css
<style>
span { border-color: #F7735B; }
span { border-color: rgb(247,115,91); }
td.TdClassName
{
border-color: #F7735B;
}
.TagClassName
{
border-color: #F7735B;
}
</style>