Shades of Salmon #FD7E6D
Tints of Salmon #FD7E6D
RGB
CMYK
RGB Variations
Color information
#FD7E6D (or 0xFD7E6D) is known color: Salmon. HEX triplet: FD, 7E and 6D. RGB value is (253,126,109). Sum of RGB (Red+Green+Blue) = 253+126+109=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E6D is #028192. Grayscale: #A2A2A2. Windows color (decimal): -164243 or 7175933. OLE color: 7175933.
HSL color Cylindrical-coordinate representation of color #FD7E6D: hue angle of 7.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 #FD7E6D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 126 | 109 | - |
CMYK | 0 | 0.50 | 0.57 | 0.01 |
HSL | 7.08º | 0.97% | 0.71% | - |
HSV(B) | 7.08º | 0.57% | 0.99% | - |
XYZ | 50.73 | 36.91 | 18.92 | - |
YUV | 162.04 | 98.08 | 192.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 126 | 109 | 0 | 0.50 | 0.57 | 0.01 | 7.08 | 0.97 | 0.71 |
Hex | FD | 7E | 6D | 0 | 32 | 39 | 1 | 7 | 61 | 47 |
Octal | 375 | 176 | 155 | 0 | 62 | 71 | 1 | 7 | 141 | 107 |
Binary | 11111101 | 1111110 | 1101101 | 0 | 110010 | 111001 | 1 | 111 | 1100001 | 1000111 |
Color Harmonies of #FD7E6D
Complementary color
Monochromatic Colors of #FD7E6D
Black with #FD7E6D
Text Example
Text Example
White with #FD7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E6D; }
p { color: rgb(253,126,109); }
H1.HeaderClassName
{
color: #FD7E6D;
}
.AnyTagClassName
{
color: #FD7E6D;
}
</style>
background-color css
<style>
a { background-color: #FD7E6D; }
a { background-color: rgb(253,126,109); }
div.DivClassName
{
background-color: #FD7E6D;
}
.BgClassName
{
background-color: #FD7E6D;
}
</style>
border-color css
<style>
span { border-color: #FD7E6D; }
span { border-color: rgb(253,126,109); }
td.TdClassName
{
border-color: #FD7E6D;
}
.TagClassName
{
border-color: #FD7E6D;
}
</style>