Shades of Salmon #FF8471
Tints of Salmon #FF8471
RGB
CMYK
RGB Variations
Color information
#FF8471 (or 0xFF8471) is known color: Salmon. HEX triplet: FF, 84 and 71. RGB value is (255,132,113). Sum of RGB (Red+Green+Blue) = 255+132+113=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8471 is #007B8E. Grayscale: #A6A6A6. Windows color (decimal): -31631 or 7439615. OLE color: 7439615.
HSL color Cylindrical-coordinate representation of color #FF8471: hue angle of 8.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF8471 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 113 | - |
| CMYK | 0 | 0.48 | 0.56 | 0 |
| HSL | 8.03º | 1% | 0.72% | - |
| HSV(B) | 8.03º | 0.56% | 1% | - |
| XYZ | 52.47 | 38.95 | 20.38 | - |
| YUV | 166.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 113 | 0 | 0.48 | 0.56 | 0 | 8.03 | 1 | 0.72 |
| Hex | FF | 84 | 71 | 0 | 30 | 38 | 0 | 8 | 64 | 48 |
| Octal | 377 | 204 | 161 | 0 | 60 | 70 | 0 | 10 | 144 | 110 |
| Binary | 11111111 | 10000100 | 1110001 | 0 | 110000 | 111000 | 0 | 1000 | 1100100 | 1001000 |
Color Harmonies of #FF8471
Complementary color
Monochromatic Colors of #FF8471
Black with #FF8471
Text Example
Text Example
White with #FF8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8471; }
p { color: rgb(255,132,113); }
H1.HeaderClassName
{
color: #FF8471;
}
.AnyTagClassName
{
color: #FF8471;
}
</style>
background-color css
<style>
a { background-color: #FF8471; }
a { background-color: rgb(255,132,113); }
div.DivClassName
{
background-color: #FF8471;
}
.BgClassName
{
background-color: #FF8471;
}
</style>
border-color css
<style>
span { border-color: #FF8471; }
span { border-color: rgb(255,132,113); }
td.TdClassName
{
border-color: #FF8471;
}
.TagClassName
{
border-color: #FF8471;
}
</style>