Shades of Salmon #FD7E68
Tints of Salmon #FD7E68
RGB
CMYK
RGB Variations
Color information
#FD7E68 (or 0xFD7E68) is known color: Salmon. HEX triplet: FD, 7E and 68. RGB value is (253,126,104). Sum of RGB (Red+Green+Blue) = 253+126+104=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E68 is #028197. Grayscale: #A1A1A1. Windows color (decimal): -164248 or 6848253. OLE color: 6848253.
HSL color Cylindrical-coordinate representation of color #FD7E68: hue angle of 8.86º 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 #FD7E68 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 104 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.01 |
| HSL | 8.86º | 0.97% | 0.7% | - |
| HSV(B) | 8.86º | 0.59% | 0.99% | - |
| XYZ | 50.47 | 36.8 | 17.54 | - |
| YUV | 161.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 104 | 0 | 0.50 | 0.59 | 0.01 | 8.86 | 0.97 | 0.7 |
| Hex | FD | 7E | 68 | 0 | 32 | 3B | 1 | 9 | 61 | 46 |
| Octal | 375 | 176 | 150 | 0 | 62 | 73 | 1 | 11 | 141 | 106 |
| Binary | 11111101 | 1111110 | 1101000 | 0 | 110010 | 111011 | 1 | 1001 | 1100001 | 1000110 |
Color Harmonies of #FD7E68
Complementary color
Monochromatic Colors of #FD7E68
Black with #FD7E68
Text Example
Text Example
White with #FD7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E68; }
p { color: rgb(253,126,104); }
H1.HeaderClassName
{
color: #FD7E68;
}
.AnyTagClassName
{
color: #FD7E68;
}
</style>
background-color css
<style>
a { background-color: #FD7E68; }
a { background-color: rgb(253,126,104); }
div.DivClassName
{
background-color: #FD7E68;
}
.BgClassName
{
background-color: #FD7E68;
}
</style>
border-color css
<style>
span { border-color: #FD7E68; }
span { border-color: rgb(253,126,104); }
td.TdClassName
{
border-color: #FD7E68;
}
.TagClassName
{
border-color: #FD7E68;
}
</style>