Shades of Salmon #FF7873
Tints of Salmon #FF7873
RGB
CMYK
RGB Variations
Color information
#FF7873 (or 0xFF7873) is known color: Salmon. HEX triplet: FF, 78 and 73. RGB value is (255,120,115). Sum of RGB (Red+Green+Blue) = 255+120+115=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7873 is #00878C. Grayscale: #9F9F9F. Windows color (decimal): -34701 or 7567615. OLE color: 7567615.
HSL color Cylindrical-coordinate representation of color #FF7873: hue angle of 2.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7873 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 115 | - |
| CMYK | 0 | 0.53 | 0.55 | 0 |
| HSL | 2.14º | 1% | 0.73% | - |
| HSV(B) | 2.14º | 0.55% | 1% | - |
| XYZ | 51.05 | 35.93 | 20.46 | - |
| YUV | 159.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 115 | 0 | 0.53 | 0.55 | 0 | 2.14 | 1 | 0.73 |
| Hex | FF | 78 | 73 | 0 | 35 | 37 | 0 | 2 | 64 | 49 |
| Octal | 377 | 170 | 163 | 0 | 65 | 67 | 0 | 2 | 144 | 111 |
| Binary | 11111111 | 1111000 | 1110011 | 0 | 110101 | 110111 | 0 | 10 | 1100100 | 1001001 |
Color Harmonies of #FF7873
Complementary color
Monochromatic Colors of #FF7873
Black with #FF7873
Text Example
Text Example
White with #FF7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7873; }
p { color: rgb(255,120,115); }
H1.HeaderClassName
{
color: #FF7873;
}
.AnyTagClassName
{
color: #FF7873;
}
</style>
background-color css
<style>
a { background-color: #FF7873; }
a { background-color: rgb(255,120,115); }
div.DivClassName
{
background-color: #FF7873;
}
.BgClassName
{
background-color: #FF7873;
}
</style>
border-color css
<style>
span { border-color: #FF7873; }
span { border-color: rgb(255,120,115); }
td.TdClassName
{
border-color: #FF7873;
}
.TagClassName
{
border-color: #FF7873;
}
</style>