Shades of Salmon #FD736F
Tints of Salmon #FD736F
RGB
CMYK
RGB Variations
Color information
#FD736F (or 0xFD736F) is known color: Salmon. HEX triplet: FD, 73 and 6F. RGB value is (253,115,111). Sum of RGB (Red+Green+Blue) = 253+115+111=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736F is #028C90. Grayscale: #9B9B9B. Windows color (decimal): -167057 or 7304189. OLE color: 7304189.
HSL color Cylindrical-coordinate representation of color #FD736F: hue angle of 1.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD736F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 111 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.01 |
| HSL | 1.69º | 0.97% | 0.71% | - |
| HSV(B) | 1.69º | 0.56% | 0.99% | - |
| XYZ | 49.51 | 34.29 | 19.05 | - |
| YUV | 155.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 111 | 0 | 0.55 | 0.56 | 0.01 | 1.69 | 0.97 | 0.71 |
| Hex | FD | 73 | 6F | 0 | 37 | 38 | 1 | 2 | 61 | 47 |
| Octal | 375 | 163 | 157 | 0 | 67 | 70 | 1 | 2 | 141 | 107 |
| Binary | 11111101 | 1110011 | 1101111 | 0 | 110111 | 111000 | 1 | 10 | 1100001 | 1000111 |
Color Harmonies of #FD736F
Complementary color
Monochromatic Colors of #FD736F
Black with #FD736F
Text Example
Text Example
White with #FD736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD736F; }
p { color: rgb(253,115,111); }
H1.HeaderClassName
{
color: #FD736F;
}
.AnyTagClassName
{
color: #FD736F;
}
</style>
background-color css
<style>
a { background-color: #FD736F; }
a { background-color: rgb(253,115,111); }
div.DivClassName
{
background-color: #FD736F;
}
.BgClassName
{
background-color: #FD736F;
}
</style>
border-color css
<style>
span { border-color: #FD736F; }
span { border-color: rgb(253,115,111); }
td.TdClassName
{
border-color: #FD736F;
}
.TagClassName
{
border-color: #FD736F;
}
</style>