Shades of Salmon #FD7B73
Tints of Salmon #FD7B73
RGB
CMYK
RGB Variations
Color information
#FD7B73 (or 0xFD7B73) is known color: Salmon. HEX triplet: FD, 7B and 73. RGB value is (253,123,115). Sum of RGB (Red+Green+Blue) = 253+123+115=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B73 is #02848C. Grayscale: #A1A1A1. Windows color (decimal): -165005 or 7568381. OLE color: 7568381.
HSL color Cylindrical-coordinate representation of color #FD7B73: hue angle of 3.48º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7B73 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 115 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.01 |
| HSL | 3.48º | 0.97% | 0.72% | - |
| HSV(B) | 3.48º | 0.55% | 0.99% | - |
| XYZ | 50.69 | 36.29 | 20.55 | - |
| YUV | 160.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 115 | 0 | 0.51 | 0.55 | 0.01 | 3.48 | 0.97 | 0.72 |
| Hex | FD | 7B | 73 | 0 | 33 | 37 | 1 | 3 | 61 | 48 |
| Octal | 375 | 173 | 163 | 0 | 63 | 67 | 1 | 3 | 141 | 110 |
| Binary | 11111101 | 1111011 | 1110011 | 0 | 110011 | 110111 | 1 | 11 | 1100001 | 1001000 |
Color Harmonies of #FD7B73
Complementary color
Monochromatic Colors of #FD7B73
Black with #FD7B73
Text Example
Text Example
White with #FD7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B73; }
p { color: rgb(253,123,115); }
H1.HeaderClassName
{
color: #FD7B73;
}
.AnyTagClassName
{
color: #FD7B73;
}
</style>
background-color css
<style>
a { background-color: #FD7B73; }
a { background-color: rgb(253,123,115); }
div.DivClassName
{
background-color: #FD7B73;
}
.BgClassName
{
background-color: #FD7B73;
}
</style>
border-color css
<style>
span { border-color: #FD7B73; }
span { border-color: rgb(253,123,115); }
td.TdClassName
{
border-color: #FD7B73;
}
.TagClassName
{
border-color: #FD7B73;
}
</style>