Shades of Salmon #FD8D70
Tints of Salmon #FD8D70
RGB
CMYK
RGB Variations
Color information
#FD8D70 (or 0xFD8D70) is known color: Salmon. HEX triplet: FD, 8D and 70. RGB value is (253,141,112). Sum of RGB (Red+Green+Blue) = 253+141+112=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D70 is #02728F. Grayscale: #ABABAB. Windows color (decimal): -160400 or 7376381. OLE color: 7376381.
HSL color Cylindrical-coordinate representation of color #FD8D70: hue angle of 12.34º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD8D70 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 112 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.01 |
| HSL | 12.34º | 0.97% | 0.72% | - |
| HSV(B) | 12.34º | 0.56% | 0.99% | - |
| XYZ | 52.96 | 41.1 | 20.47 | - |
| YUV | 171.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 112 | 0 | 0.44 | 0.56 | 0.01 | 12.34 | 0.97 | 0.72 |
| Hex | FD | 8D | 70 | 0 | 2C | 38 | 1 | C | 61 | 48 |
| Octal | 375 | 215 | 160 | 0 | 54 | 70 | 1 | 14 | 141 | 110 |
| Binary | 11111101 | 10001101 | 1110000 | 0 | 101100 | 111000 | 1 | 1100 | 1100001 | 1001000 |
Color Harmonies of #FD8D70
Complementary color
Monochromatic Colors of #FD8D70
Black with #FD8D70
Text Example
Text Example
White with #FD8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D70; }
p { color: rgb(253,141,112); }
H1.HeaderClassName
{
color: #FD8D70;
}
.AnyTagClassName
{
color: #FD8D70;
}
</style>
background-color css
<style>
a { background-color: #FD8D70; }
a { background-color: rgb(253,141,112); }
div.DivClassName
{
background-color: #FD8D70;
}
.BgClassName
{
background-color: #FD8D70;
}
</style>
border-color css
<style>
span { border-color: #FD8D70; }
span { border-color: rgb(253,141,112); }
td.TdClassName
{
border-color: #FD8D70;
}
.TagClassName
{
border-color: #FD8D70;
}
</style>