Shades of Salmon #FD736E
Tints of Salmon #FD736E
RGB
CMYK
RGB Variations
Color information
#FD736E (or 0xFD736E) is known color: Salmon. HEX triplet: FD, 73 and 6E. RGB value is (253,115,110). Sum of RGB (Red+Green+Blue) = 253+115+110=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736E is #028C91. Grayscale: #9B9B9B. Windows color (decimal): -167058 or 7238653. OLE color: 7238653.
HSL color Cylindrical-coordinate representation of color #FD736E: hue angle of 2.1º 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 #FD736E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 110 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.01 |
| HSL | 2.1º | 0.97% | 0.71% | - |
| HSV(B) | 2.1º | 0.57% | 0.99% | - |
| XYZ | 49.45 | 34.27 | 18.76 | - |
| YUV | 155.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 110 | 0 | 0.55 | 0.57 | 0.01 | 2.1 | 0.97 | 0.71 |
| Hex | FD | 73 | 6E | 0 | 37 | 39 | 1 | 2 | 61 | 47 |
| Octal | 375 | 163 | 156 | 0 | 67 | 71 | 1 | 2 | 141 | 107 |
| Binary | 11111101 | 1110011 | 1101110 | 0 | 110111 | 111001 | 1 | 10 | 1100001 | 1000111 |
Color Harmonies of #FD736E
Complementary color
Monochromatic Colors of #FD736E
Black with #FD736E
Text Example
Text Example
White with #FD736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD736E; }
p { color: rgb(253,115,110); }
H1.HeaderClassName
{
color: #FD736E;
}
.AnyTagClassName
{
color: #FD736E;
}
</style>
background-color css
<style>
a { background-color: #FD736E; }
a { background-color: rgb(253,115,110); }
div.DivClassName
{
background-color: #FD736E;
}
.BgClassName
{
background-color: #FD736E;
}
</style>
border-color css
<style>
span { border-color: #FD736E; }
span { border-color: rgb(253,115,110); }
td.TdClassName
{
border-color: #FD736E;
}
.TagClassName
{
border-color: #FD736E;
}
</style>