Shades of Salmon #FD8D74
Tints of Salmon #FD8D74
RGB
CMYK
RGB Variations
Color information
#FD8D74 (or 0xFD8D74) is known color: Salmon. HEX triplet: FD, 8D and 74. RGB value is (253,141,116). Sum of RGB (Red+Green+Blue) = 253+141+116=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D74 is #02728B. Grayscale: #ABABAB. Windows color (decimal): -160396 or 7638525. OLE color: 7638525.
HSL color Cylindrical-coordinate representation of color #FD8D74: hue angle of 10.95º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD8D74 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 116 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.01 |
| HSL | 10.95º | 0.97% | 0.72% | - |
| HSV(B) | 10.95º | 0.54% | 0.99% | - |
| XYZ | 53.19 | 41.19 | 21.67 | - |
| YUV | 171.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 116 | 0 | 0.44 | 0.54 | 0.01 | 10.95 | 0.97 | 0.72 |
| Hex | FD | 8D | 74 | 0 | 2C | 36 | 1 | B | 61 | 48 |
| Octal | 375 | 215 | 164 | 0 | 54 | 66 | 1 | 13 | 141 | 110 |
| Binary | 11111101 | 10001101 | 1110100 | 0 | 101100 | 110110 | 1 | 1011 | 1100001 | 1001000 |
Color Harmonies of #FD8D74
Complementary color
Monochromatic Colors of #FD8D74
Black with #FD8D74
Text Example
Text Example
White with #FD8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D74; }
p { color: rgb(253,141,116); }
H1.HeaderClassName
{
color: #FD8D74;
}
.AnyTagClassName
{
color: #FD8D74;
}
</style>
background-color css
<style>
a { background-color: #FD8D74; }
a { background-color: rgb(253,141,116); }
div.DivClassName
{
background-color: #FD8D74;
}
.BgClassName
{
background-color: #FD8D74;
}
</style>
border-color css
<style>
span { border-color: #FD8D74; }
span { border-color: rgb(253,141,116); }
td.TdClassName
{
border-color: #FD8D74;
}
.TagClassName
{
border-color: #FD8D74;
}
</style>