Shades of Salmon #FF8971
Tints of Salmon #FF8971
RGB
CMYK
RGB Variations
Color information
#FF8971 (or 0xFF8971) is known color: Salmon. HEX triplet: FF, 89 and 71. RGB value is (255,137,113). Sum of RGB (Red+Green+Blue) = 255+137+113=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8971 is #00768E. Grayscale: #A9A9A9. Windows color (decimal): -30351 or 7440895. OLE color: 7440895.
HSL color Cylindrical-coordinate representation of color #FF8971: hue angle of 10.14º 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 #FF8971 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 113 | - |
| CMYK | 0 | 0.46 | 0.56 | 0 |
| HSL | 10.14º | 1% | 0.72% | - |
| HSV(B) | 10.14º | 0.56% | 1% | - |
| XYZ | 53.17 | 40.34 | 20.61 | - |
| YUV | 169.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 113 | 0 | 0.46 | 0.56 | 0 | 10.14 | 1 | 0.72 |
| Hex | FF | 89 | 71 | 0 | 2E | 38 | 0 | A | 64 | 48 |
| Octal | 377 | 211 | 161 | 0 | 56 | 70 | 0 | 12 | 144 | 110 |
| Binary | 11111111 | 10001001 | 1110001 | 0 | 101110 | 111000 | 0 | 1010 | 1100100 | 1001000 |
Color Harmonies of #FF8971
Complementary color
Monochromatic Colors of #FF8971
Black with #FF8971
Text Example
Text Example
White with #FF8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8971; }
p { color: rgb(255,137,113); }
H1.HeaderClassName
{
color: #FF8971;
}
.AnyTagClassName
{
color: #FF8971;
}
</style>
background-color css
<style>
a { background-color: #FF8971; }
a { background-color: rgb(255,137,113); }
div.DivClassName
{
background-color: #FF8971;
}
.BgClassName
{
background-color: #FF8971;
}
</style>
border-color css
<style>
span { border-color: #FF8971; }
span { border-color: rgb(255,137,113); }
td.TdClassName
{
border-color: #FF8971;
}
.TagClassName
{
border-color: #FF8971;
}
</style>