Shades of Salmon #FD746D
Tints of Salmon #FD746D
RGB
CMYK
RGB Variations
Color information
#FD746D (or 0xFD746D) is known color: Salmon. HEX triplet: FD, 74 and 6D. RGB value is (253,116,109). Sum of RGB (Red+Green+Blue) = 253+116+109=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD746D is #028B92. Grayscale: #9C9C9C. Windows color (decimal): -166803 or 7173373. OLE color: 7173373.
HSL color Cylindrical-coordinate representation of color #FD746D: hue angle of 2.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD746D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 109 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.01 |
| HSL | 2.92º | 0.97% | 0.71% | - |
| HSV(B) | 2.92º | 0.57% | 0.99% | - |
| XYZ | 49.51 | 34.48 | 18.51 | - |
| YUV | 156.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 109 | 0 | 0.54 | 0.57 | 0.01 | 2.92 | 0.97 | 0.71 |
| Hex | FD | 74 | 6D | 0 | 36 | 39 | 1 | 3 | 61 | 47 |
| Octal | 375 | 164 | 155 | 0 | 66 | 71 | 1 | 3 | 141 | 107 |
| Binary | 11111101 | 1110100 | 1101101 | 0 | 110110 | 111001 | 1 | 11 | 1100001 | 1000111 |
Color Harmonies of #FD746D
Complementary color
Monochromatic Colors of #FD746D
Black with #FD746D
Text Example
Text Example
White with #FD746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD746D; }
p { color: rgb(253,116,109); }
H1.HeaderClassName
{
color: #FD746D;
}
.AnyTagClassName
{
color: #FD746D;
}
</style>
background-color css
<style>
a { background-color: #FD746D; }
a { background-color: rgb(253,116,109); }
div.DivClassName
{
background-color: #FD746D;
}
.BgClassName
{
background-color: #FD746D;
}
</style>
border-color css
<style>
span { border-color: #FD746D; }
span { border-color: rgb(253,116,109); }
td.TdClassName
{
border-color: #FD746D;
}
.TagClassName
{
border-color: #FD746D;
}
</style>