Shades of Bittersweet #FF705E
Tints of Bittersweet #FF705E
RGB
CMYK
RGB Variations
Color information
#FF705E (or 0xFF705E) is known color: Bittersweet. HEX triplet: FF, 70 and 5E. RGB value is (255,112,94). Sum of RGB (Red+Green+Blue) = 255+112+94=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF705E is #008FA1. Grayscale: #989898. Windows color (decimal): -36770 or 6189311. OLE color: 6189311.
HSL color Cylindrical-coordinate representation of color #FF705E: hue angle of 6.71º 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 #FF705E is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 94 | - |
| CMYK | 0 | 0.56 | 0.63 | 0 |
| HSL | 6.71º | 1% | 0.68% | - |
| HSV(B) | 6.71º | 0.63% | 1% | - |
| XYZ | 49.05 | 33.66 | 14.5 | - |
| YUV | 152.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 94 | 0 | 0.56 | 0.63 | 0 | 6.71 | 1 | 0.68 |
| Hex | FF | 70 | 5E | 0 | 38 | 3F | 0 | 7 | 64 | 44 |
| Octal | 377 | 160 | 136 | 0 | 70 | 77 | 0 | 7 | 144 | 104 |
| Binary | 11111111 | 1110000 | 1011110 | 0 | 111000 | 111111 | 0 | 111 | 1100100 | 1000100 |
Color Harmonies of #FF705E
Complementary color
Monochromatic Colors of #FF705E
Black with #FF705E
Text Example
Text Example
White with #FF705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF705E; }
p { color: rgb(255,112,94); }
H1.HeaderClassName
{
color: #FF705E;
}
.AnyTagClassName
{
color: #FF705E;
}
</style>
background-color css
<style>
a { background-color: #FF705E; }
a { background-color: rgb(255,112,94); }
div.DivClassName
{
background-color: #FF705E;
}
.BgClassName
{
background-color: #FF705E;
}
</style>
border-color css
<style>
span { border-color: #FF705E; }
span { border-color: rgb(255,112,94); }
td.TdClassName
{
border-color: #FF705E;
}
.TagClassName
{
border-color: #FF705E;
}
</style>