Shades of Bittersweet #FF705F
Tints of Bittersweet #FF705F
RGB
CMYK
RGB Variations
Color information
#FF705F (or 0xFF705F) is known color: Bittersweet. HEX triplet: FF, 70 and 5F. RGB value is (255,112,95). Sum of RGB (Red+Green+Blue) = 255+112+95=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF705F is #008FA0. Grayscale: #999999. Windows color (decimal): -36769 or 6254847. OLE color: 6254847.
HSL color Cylindrical-coordinate representation of color #FF705F: hue angle of 6.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF705F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 95 | - |
| CMYK | 0 | 0.56 | 0.63 | 0 |
| HSL | 6.38º | 1% | 0.69% | - |
| HSV(B) | 6.38º | 0.63% | 1% | - |
| XYZ | 49.1 | 33.67 | 14.74 | - |
| YUV | 152.82 | 95.38 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 95 | 0 | 0.56 | 0.63 | 0 | 6.38 | 1 | 0.69 |
| Hex | FF | 70 | 5F | 0 | 38 | 3F | 0 | 6 | 64 | 45 |
| Octal | 377 | 160 | 137 | 0 | 70 | 77 | 0 | 6 | 144 | 105 |
| Binary | 11111111 | 1110000 | 1011111 | 0 | 111000 | 111111 | 0 | 110 | 1100100 | 1000101 |
Color Harmonies of #FF705F
Complementary color
Monochromatic Colors of #FF705F
Black with #FF705F
Text Example
Text Example
White with #FF705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF705F; }
p { color: rgb(255,112,95); }
H1.HeaderClassName
{
color: #FF705F;
}
.AnyTagClassName
{
color: #FF705F;
}
</style>
background-color css
<style>
a { background-color: #FF705F; }
a { background-color: rgb(255,112,95); }
div.DivClassName
{
background-color: #FF705F;
}
.BgClassName
{
background-color: #FF705F;
}
</style>
border-color css
<style>
span { border-color: #FF705F; }
span { border-color: rgb(255,112,95); }
td.TdClassName
{
border-color: #FF705F;
}
.TagClassName
{
border-color: #FF705F;
}
</style>