Shades of Salmon #FD7673
Tints of Salmon #FD7673
RGB
CMYK
RGB Variations
Color information
#FD7673 (or 0xFD7673) is known color: Salmon. HEX triplet: FD, 76 and 73. RGB value is (253,118,115). Sum of RGB (Red+Green+Blue) = 253+118+115=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7673 is #02898C. Grayscale: #9E9E9E. Windows color (decimal): -166285 or 7567101. OLE color: 7567101.
HSL color Cylindrical-coordinate representation of color #FD7673: hue angle of 1.3º 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 #FD7673 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 115 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.01 |
| HSL | 1.3º | 0.97% | 0.72% | - |
| HSV(B) | 1.3º | 0.55% | 0.99% | - |
| XYZ | 50.08 | 35.08 | 20.35 | - |
| YUV | 158.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 115 | 0 | 0.53 | 0.55 | 0.01 | 1.3 | 0.97 | 0.72 |
| Hex | FD | 76 | 73 | 0 | 35 | 37 | 1 | 1 | 61 | 48 |
| Octal | 375 | 166 | 163 | 0 | 65 | 67 | 1 | 1 | 141 | 110 |
| Binary | 11111101 | 1110110 | 1110011 | 0 | 110101 | 110111 | 1 | 1 | 1100001 | 1001000 |
Color Harmonies of #FD7673
Complementary color
Monochromatic Colors of #FD7673
Black with #FD7673
Text Example
Text Example
White with #FD7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7673; }
p { color: rgb(253,118,115); }
H1.HeaderClassName
{
color: #FD7673;
}
.AnyTagClassName
{
color: #FD7673;
}
</style>
background-color css
<style>
a { background-color: #FD7673; }
a { background-color: rgb(253,118,115); }
div.DivClassName
{
background-color: #FD7673;
}
.BgClassName
{
background-color: #FD7673;
}
</style>
border-color css
<style>
span { border-color: #FD7673; }
span { border-color: rgb(253,118,115); }
td.TdClassName
{
border-color: #FD7673;
}
.TagClassName
{
border-color: #FD7673;
}
</style>