Shades of Salmon #FF8873
Tints of Salmon #FF8873
RGB
CMYK
RGB Variations
Color information
#FF8873 (or 0xFF8873) is known color: Salmon. HEX triplet: FF, 88 and 73. RGB value is (255,136,115). Sum of RGB (Red+Green+Blue) = 255+136+115=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8873 is #00778C. Grayscale: #A9A9A9. Windows color (decimal): -30605 or 7571711. OLE color: 7571711.
HSL color Cylindrical-coordinate representation of color #FF8873: hue angle of 9º 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 #FF8873 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 115 | - |
| CMYK | 0 | 0.47 | 0.55 | 0 |
| HSL | 9º | 1% | 0.73% | - |
| HSV(B) | 9º | 0.55% | 1% | - |
| XYZ | 53.14 | 40.11 | 21.16 | - |
| YUV | 169.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 115 | 0 | 0.47 | 0.55 | 0 | 9 | 1 | 0.73 |
| Hex | FF | 88 | 73 | 0 | 2F | 37 | 0 | 9 | 64 | 49 |
| Octal | 377 | 210 | 163 | 0 | 57 | 67 | 0 | 11 | 144 | 111 |
| Binary | 11111111 | 10001000 | 1110011 | 0 | 101111 | 110111 | 0 | 1001 | 1100100 | 1001001 |
Color Harmonies of #FF8873
Complementary color
Monochromatic Colors of #FF8873
Black with #FF8873
Text Example
Text Example
White with #FF8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8873; }
p { color: rgb(255,136,115); }
H1.HeaderClassName
{
color: #FF8873;
}
.AnyTagClassName
{
color: #FF8873;
}
</style>
background-color css
<style>
a { background-color: #FF8873; }
a { background-color: rgb(255,136,115); }
div.DivClassName
{
background-color: #FF8873;
}
.BgClassName
{
background-color: #FF8873;
}
</style>
border-color css
<style>
span { border-color: #FF8873; }
span { border-color: rgb(255,136,115); }
td.TdClassName
{
border-color: #FF8873;
}
.TagClassName
{
border-color: #FF8873;
}
</style>