Shades of Bittersweet #FF735E
Tints of Bittersweet #FF735E
RGB
CMYK
RGB Variations
Color information
#FF735E (or 0xFF735E) is known color: Bittersweet. HEX triplet: FF, 73 and 5E. RGB value is (255,115,94). Sum of RGB (Red+Green+Blue) = 255+115+94=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF735E is #008CA1. Grayscale: #9A9A9A. Windows color (decimal): -36002 or 6190079. OLE color: 6190079.
HSL color Cylindrical-coordinate representation of color #FF735E: hue angle of 7.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF735E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 94 | - |
| CMYK | 0 | 0.55 | 0.63 | 0 |
| HSL | 7.83º | 1% | 0.68% | - |
| HSV(B) | 7.83º | 0.63% | 1% | - |
| XYZ | 49.39 | 34.33 | 14.61 | - |
| YUV | 154.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 94 | 0 | 0.55 | 0.63 | 0 | 7.83 | 1 | 0.68 |
| Hex | FF | 73 | 5E | 0 | 37 | 3F | 0 | 8 | 64 | 44 |
| Octal | 377 | 163 | 136 | 0 | 67 | 77 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1110011 | 1011110 | 0 | 110111 | 111111 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF735E
Complementary color
Monochromatic Colors of #FF735E
Black with #FF735E
Text Example
Text Example
White with #FF735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF735E; }
p { color: rgb(255,115,94); }
H1.HeaderClassName
{
color: #FF735E;
}
.AnyTagClassName
{
color: #FF735E;
}
</style>
background-color css
<style>
a { background-color: #FF735E; }
a { background-color: rgb(255,115,94); }
div.DivClassName
{
background-color: #FF735E;
}
.BgClassName
{
background-color: #FF735E;
}
</style>
border-color css
<style>
span { border-color: #FF735E; }
span { border-color: rgb(255,115,94); }
td.TdClassName
{
border-color: #FF735E;
}
.TagClassName
{
border-color: #FF735E;
}
</style>