Shades of Salmon #FD726D
Tints of Salmon #FD726D
RGB
CMYK
RGB Variations
Color information
#FD726D (or 0xFD726D) is known color: Salmon. HEX triplet: FD, 72 and 6D. RGB value is (253,114,109). Sum of RGB (Red+Green+Blue) = 253+114+109=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD726D is #028D92. Grayscale: #9B9B9B. Windows color (decimal): -167315 or 7172861. OLE color: 7172861.
HSL color Cylindrical-coordinate representation of color #FD726D: hue angle of 2.08º 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 #FD726D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.01 |
| HSL | 2.08º | 0.97% | 0.71% | - |
| HSV(B) | 2.08º | 0.57% | 0.99% | - |
| XYZ | 49.29 | 34.02 | 18.44 | - |
| YUV | 154.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 109 | 0 | 0.55 | 0.57 | 0.01 | 2.08 | 0.97 | 0.71 |
| Hex | FD | 72 | 6D | 0 | 37 | 39 | 1 | 2 | 61 | 47 |
| Octal | 375 | 162 | 155 | 0 | 67 | 71 | 1 | 2 | 141 | 107 |
| Binary | 11111101 | 1110010 | 1101101 | 0 | 110111 | 111001 | 1 | 10 | 1100001 | 1000111 |
Color Harmonies of #FD726D
Complementary color
Monochromatic Colors of #FD726D
Black with #FD726D
Text Example
Text Example
White with #FD726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD726D; }
p { color: rgb(253,114,109); }
H1.HeaderClassName
{
color: #FD726D;
}
.AnyTagClassName
{
color: #FD726D;
}
</style>
background-color css
<style>
a { background-color: #FD726D; }
a { background-color: rgb(253,114,109); }
div.DivClassName
{
background-color: #FD726D;
}
.BgClassName
{
background-color: #FD726D;
}
</style>
border-color css
<style>
span { border-color: #FD726D; }
span { border-color: rgb(253,114,109); }
td.TdClassName
{
border-color: #FD726D;
}
.TagClassName
{
border-color: #FD726D;
}
</style>