Shades of Salmon #FD7D65
Tints of Salmon #FD7D65
RGB
CMYK
RGB Variations
Color information
#FD7D65 (or 0xFD7D65) is known color: Salmon. HEX triplet: FD, 7D and 65. RGB value is (253,125,101). Sum of RGB (Red+Green+Blue) = 253+125+101=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D65 is #02829A. Grayscale: #A0A0A0. Windows color (decimal): -164507 or 6651389. OLE color: 6651389.
HSL color Cylindrical-coordinate representation of color #FD7D65: hue angle of 9.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7D65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 101 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.01 |
| HSL | 9.47º | 0.97% | 0.69% | - |
| HSV(B) | 9.47º | 0.6% | 0.99% | - |
| XYZ | 50.19 | 36.49 | 16.71 | - |
| YUV | 160.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 101 | 0 | 0.51 | 0.60 | 0.01 | 9.47 | 0.97 | 0.69 |
| Hex | FD | 7D | 65 | 0 | 33 | 3C | 1 | 9 | 61 | 45 |
| Octal | 375 | 175 | 145 | 0 | 63 | 74 | 1 | 11 | 141 | 105 |
| Binary | 11111101 | 1111101 | 1100101 | 0 | 110011 | 111100 | 1 | 1001 | 1100001 | 1000101 |
Color Harmonies of #FD7D65
Complementary color
Monochromatic Colors of #FD7D65
Black with #FD7D65
Text Example
Text Example
White with #FD7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D65; }
p { color: rgb(253,125,101); }
H1.HeaderClassName
{
color: #FD7D65;
}
.AnyTagClassName
{
color: #FD7D65;
}
</style>
background-color css
<style>
a { background-color: #FD7D65; }
a { background-color: rgb(253,125,101); }
div.DivClassName
{
background-color: #FD7D65;
}
.BgClassName
{
background-color: #FD7D65;
}
</style>
border-color css
<style>
span { border-color: #FD7D65; }
span { border-color: rgb(253,125,101); }
td.TdClassName
{
border-color: #FD7D65;
}
.TagClassName
{
border-color: #FD7D65;
}
</style>