Shades of Bittersweet #FF735B
Tints of Bittersweet #FF735B
RGB
CMYK
RGB Variations
Color information
#FF735B (or 0xFF735B) is known color: Bittersweet. HEX triplet: FF, 73 and 5B. RGB value is (255,115,91). Sum of RGB (Red+Green+Blue) = 255+115+91=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF735B is #008CA4. Grayscale: #9A9A9A. Windows color (decimal): -36005 or 5993471. OLE color: 5993471.
HSL color Cylindrical-coordinate representation of color #FF735B: hue angle of 8.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF735B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 91 | - |
| CMYK | 0 | 0.55 | 0.64 | 0 |
| HSL | 8.78º | 1% | 0.68% | - |
| HSV(B) | 8.78º | 0.64% | 1% | - |
| XYZ | 49.26 | 34.28 | 13.92 | - |
| YUV | 154.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 91 | 0 | 0.55 | 0.64 | 0 | 8.78 | 1 | 0.68 |
| Hex | FF | 73 | 5B | 0 | 37 | 40 | 0 | 9 | 64 | 44 |
| Octal | 377 | 163 | 133 | 0 | 67 | 100 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110011 | 1011011 | 0 | 110111 | 1000000 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF735B
Complementary color
Monochromatic Colors of #FF735B
Black with #FF735B
Text Example
Text Example
White with #FF735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF735B; }
p { color: rgb(255,115,91); }
H1.HeaderClassName
{
color: #FF735B;
}
.AnyTagClassName
{
color: #FF735B;
}
</style>
background-color css
<style>
a { background-color: #FF735B; }
a { background-color: rgb(255,115,91); }
div.DivClassName
{
background-color: #FF735B;
}
.BgClassName
{
background-color: #FF735B;
}
</style>
border-color css
<style>
span { border-color: #FF735B; }
span { border-color: rgb(255,115,91); }
td.TdClassName
{
border-color: #FF735B;
}
.TagClassName
{
border-color: #FF735B;
}
</style>