Shades of Salmon #FD7D67
Tints of Salmon #FD7D67
RGB
CMYK
RGB Variations
Color information
#FD7D67 (or 0xFD7D67) is known color: Salmon. HEX triplet: FD, 7D and 67. RGB value is (253,125,103). Sum of RGB (Red+Green+Blue) = 253+125+103=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D67 is #028298. Grayscale: #A0A0A0. Windows color (decimal): -164505 or 6782461. OLE color: 6782461.
HSL color Cylindrical-coordinate representation of color #FD7D67: hue angle of 8.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD7D67 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 103 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.01 |
| HSL | 8.8º | 0.97% | 0.7% | - |
| HSV(B) | 8.8º | 0.59% | 0.99% | - |
| XYZ | 50.29 | 36.53 | 17.23 | - |
| YUV | 160.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 103 | 0 | 0.51 | 0.59 | 0.01 | 8.8 | 0.97 | 0.7 |
| Hex | FD | 7D | 67 | 0 | 33 | 3B | 1 | 9 | 61 | 46 |
| Octal | 375 | 175 | 147 | 0 | 63 | 73 | 1 | 11 | 141 | 106 |
| Binary | 11111101 | 1111101 | 1100111 | 0 | 110011 | 111011 | 1 | 1001 | 1100001 | 1000110 |
Color Harmonies of #FD7D67
Complementary color
Monochromatic Colors of #FD7D67
Black with #FD7D67
Text Example
Text Example
White with #FD7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D67; }
p { color: rgb(253,125,103); }
H1.HeaderClassName
{
color: #FD7D67;
}
.AnyTagClassName
{
color: #FD7D67;
}
</style>
background-color css
<style>
a { background-color: #FD7D67; }
a { background-color: rgb(253,125,103); }
div.DivClassName
{
background-color: #FD7D67;
}
.BgClassName
{
background-color: #FD7D67;
}
</style>
border-color css
<style>
span { border-color: #FD7D67; }
span { border-color: rgb(253,125,103); }
td.TdClassName
{
border-color: #FD7D67;
}
.TagClassName
{
border-color: #FD7D67;
}
</style>