Shades of Salmon #FD8C74
Tints of Salmon #FD8C74
RGB
CMYK
RGB Variations
Color information
#FD8C74 (or 0xFD8C74) is known color: Salmon. HEX triplet: FD, 8C and 74. RGB value is (253,140,116). Sum of RGB (Red+Green+Blue) = 253+140+116=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C74 is #02738B. Grayscale: #ABABAB. Windows color (decimal): -160652 or 7638269. OLE color: 7638269.
HSL color Cylindrical-coordinate representation of color #FD8C74: hue angle of 10.51º 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 #FD8C74 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 116 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.01 |
| HSL | 10.51º | 0.97% | 0.72% | - |
| HSV(B) | 10.51º | 0.54% | 0.99% | - |
| XYZ | 53.04 | 40.9 | 21.62 | - |
| YUV | 171.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 116 | 0 | 0.45 | 0.54 | 0.01 | 10.51 | 0.97 | 0.72 |
| Hex | FD | 8C | 74 | 0 | 2D | 36 | 1 | B | 61 | 48 |
| Octal | 375 | 214 | 164 | 0 | 55 | 66 | 1 | 13 | 141 | 110 |
| Binary | 11111101 | 10001100 | 1110100 | 0 | 101101 | 110110 | 1 | 1011 | 1100001 | 1001000 |
Color Harmonies of #FD8C74
Complementary color
Monochromatic Colors of #FD8C74
Black with #FD8C74
Text Example
Text Example
White with #FD8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C74; }
p { color: rgb(253,140,116); }
H1.HeaderClassName
{
color: #FD8C74;
}
.AnyTagClassName
{
color: #FD8C74;
}
</style>
background-color css
<style>
a { background-color: #FD8C74; }
a { background-color: rgb(253,140,116); }
div.DivClassName
{
background-color: #FD8C74;
}
.BgClassName
{
background-color: #FD8C74;
}
</style>
border-color css
<style>
span { border-color: #FD8C74; }
span { border-color: rgb(253,140,116); }
td.TdClassName
{
border-color: #FD8C74;
}
.TagClassName
{
border-color: #FD8C74;
}
</style>