Shades of Salmon #FD716E
Tints of Salmon #FD716E
RGB
CMYK
RGB Variations
Color information
#FD716E (or 0xFD716E) is known color: Salmon. HEX triplet: FD, 71 and 6E. RGB value is (253,113,110). Sum of RGB (Red+Green+Blue) = 253+113+110=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD716E is #028E91. Grayscale: #9A9A9A. Windows color (decimal): -167570 or 7238141. OLE color: 7238141.
HSL color Cylindrical-coordinate representation of color #FD716E: hue angle of 1.26º 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 #FD716E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 110 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.01 |
| HSL | 1.26º | 0.97% | 0.71% | - |
| HSV(B) | 1.26º | 0.57% | 0.99% | - |
| XYZ | 49.23 | 33.82 | 18.68 | - |
| YUV | 154.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 110 | 0 | 0.55 | 0.57 | 0.01 | 1.26 | 0.97 | 0.71 |
| Hex | FD | 71 | 6E | 0 | 37 | 39 | 1 | 1 | 61 | 47 |
| Octal | 375 | 161 | 156 | 0 | 67 | 71 | 1 | 1 | 141 | 107 |
| Binary | 11111101 | 1110001 | 1101110 | 0 | 110111 | 111001 | 1 | 1 | 1100001 | 1000111 |
Color Harmonies of #FD716E
Complementary color
Monochromatic Colors of #FD716E
Black with #FD716E
Text Example
Text Example
White with #FD716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD716E; }
p { color: rgb(253,113,110); }
H1.HeaderClassName
{
color: #FD716E;
}
.AnyTagClassName
{
color: #FD716E;
}
</style>
background-color css
<style>
a { background-color: #FD716E; }
a { background-color: rgb(253,113,110); }
div.DivClassName
{
background-color: #FD716E;
}
.BgClassName
{
background-color: #FD716E;
}
</style>
border-color css
<style>
span { border-color: #FD716E; }
span { border-color: rgb(253,113,110); }
td.TdClassName
{
border-color: #FD716E;
}
.TagClassName
{
border-color: #FD716E;
}
</style>