Shades of Bittersweet #FF725D
Tints of Bittersweet #FF725D
RGB
CMYK
RGB Variations
Color information
#FF725D (or 0xFF725D) is known color: Bittersweet. HEX triplet: FF, 72 and 5D. RGB value is (255,114,93). Sum of RGB (Red+Green+Blue) = 255+114+93=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725D is #008DA2. Grayscale: #999999. Windows color (decimal): -36259 or 6124287. OLE color: 6124287.
HSL color Cylindrical-coordinate representation of color #FF725D: hue angle of 7.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 #FF725D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 93 | - |
| CMYK | 0 | 0.55 | 0.64 | 0 |
| HSL | 7.78º | 1% | 0.68% | - |
| HSV(B) | 7.78º | 0.64% | 1% | - |
| XYZ | 49.23 | 34.08 | 14.34 | - |
| YUV | 153.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 93 | 0 | 0.55 | 0.64 | 0 | 7.78 | 1 | 0.68 |
| Hex | FF | 72 | 5D | 0 | 37 | 40 | 0 | 8 | 64 | 44 |
| Octal | 377 | 162 | 135 | 0 | 67 | 100 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1110010 | 1011101 | 0 | 110111 | 1000000 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF725D
Complementary color
Monochromatic Colors of #FF725D
Black with #FF725D
Text Example
Text Example
White with #FF725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF725D; }
p { color: rgb(255,114,93); }
H1.HeaderClassName
{
color: #FF725D;
}
.AnyTagClassName
{
color: #FF725D;
}
</style>
background-color css
<style>
a { background-color: #FF725D; }
a { background-color: rgb(255,114,93); }
div.DivClassName
{
background-color: #FF725D;
}
.BgClassName
{
background-color: #FF725D;
}
</style>
border-color css
<style>
span { border-color: #FF725D; }
span { border-color: rgb(255,114,93); }
td.TdClassName
{
border-color: #FF725D;
}
.TagClassName
{
border-color: #FF725D;
}
</style>