Shades of Salmon #FD8471
Tints of Salmon #FD8471
RGB
CMYK
RGB Variations
Color information
#FD8471 (or 0xFD8471) is known color: Salmon. HEX triplet: FD, 84 and 71. RGB value is (253,132,113). Sum of RGB (Red+Green+Blue) = 253+132+113=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8471 is #027B8E. Grayscale: #A6A6A6. Windows color (decimal): -162703 or 7439613. OLE color: 7439613.
HSL color Cylindrical-coordinate representation of color #FD8471: hue angle of 8.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD8471 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 113 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.01 |
| HSL | 8.14º | 0.97% | 0.72% | - |
| HSV(B) | 8.14º | 0.55% | 0.99% | - |
| XYZ | 51.74 | 38.58 | 20.34 | - |
| YUV | 166.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 113 | 0 | 0.48 | 0.55 | 0.01 | 8.14 | 0.97 | 0.72 |
| Hex | FD | 84 | 71 | 0 | 30 | 37 | 1 | 8 | 61 | 48 |
| Octal | 375 | 204 | 161 | 0 | 60 | 67 | 1 | 10 | 141 | 110 |
| Binary | 11111101 | 10000100 | 1110001 | 0 | 110000 | 110111 | 1 | 1000 | 1100001 | 1001000 |
Color Harmonies of #FD8471
Complementary color
Monochromatic Colors of #FD8471
Black with #FD8471
Text Example
Text Example
White with #FD8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8471; }
p { color: rgb(253,132,113); }
H1.HeaderClassName
{
color: #FD8471;
}
.AnyTagClassName
{
color: #FD8471;
}
</style>
background-color css
<style>
a { background-color: #FD8471; }
a { background-color: rgb(253,132,113); }
div.DivClassName
{
background-color: #FD8471;
}
.BgClassName
{
background-color: #FD8471;
}
</style>
border-color css
<style>
span { border-color: #FD8471; }
span { border-color: rgb(253,132,113); }
td.TdClassName
{
border-color: #FD8471;
}
.TagClassName
{
border-color: #FD8471;
}
</style>