Shades of Bittersweet #FF725C
Tints of Bittersweet #FF725C
RGB
CMYK
RGB Variations
Color information
#FF725C (or 0xFF725C) is known color: Bittersweet. HEX triplet: FF, 72 and 5C. RGB value is (255,114,92). Sum of RGB (Red+Green+Blue) = 255+114+92=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725C is #008DA3. Grayscale: #999999. Windows color (decimal): -36260 or 6058751. OLE color: 6058751.
HSL color Cylindrical-coordinate representation of color #FF725C: hue angle of 8.1º 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 #FF725C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 92 | - |
| CMYK | 0 | 0.55 | 0.64 | 0 |
| HSL | 8.1º | 1% | 0.68% | - |
| HSV(B) | 8.1º | 0.64% | 1% | - |
| XYZ | 49.19 | 34.07 | 14.11 | - |
| YUV | 153.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 92 | 0 | 0.55 | 0.64 | 0 | 8.1 | 1 | 0.68 |
| Hex | FF | 72 | 5C | 0 | 37 | 40 | 0 | 8 | 64 | 44 |
| Octal | 377 | 162 | 134 | 0 | 67 | 100 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1110010 | 1011100 | 0 | 110111 | 1000000 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF725C
Complementary color
Monochromatic Colors of #FF725C
Black with #FF725C
Text Example
Text Example
White with #FF725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF725C; }
p { color: rgb(255,114,92); }
H1.HeaderClassName
{
color: #FF725C;
}
.AnyTagClassName
{
color: #FF725C;
}
</style>
background-color css
<style>
a { background-color: #FF725C; }
a { background-color: rgb(255,114,92); }
div.DivClassName
{
background-color: #FF725C;
}
.BgClassName
{
background-color: #FF725C;
}
</style>
border-color css
<style>
span { border-color: #FF725C; }
span { border-color: rgb(255,114,92); }
td.TdClassName
{
border-color: #FF725C;
}
.TagClassName
{
border-color: #FF725C;
}
</style>