Shades of Salmon #FD7E63
Tints of Salmon #FD7E63
RGB
CMYK
RGB Variations
Color information
#FD7E63 (or 0xFD7E63) is known color: Salmon. HEX triplet: FD, 7E and 63. RGB value is (253,126,99). Sum of RGB (Red+Green+Blue) = 253+126+99=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E63 is #02819C. Grayscale: #A1A1A1. Windows color (decimal): -164253 or 6520573. OLE color: 6520573.
HSL color Cylindrical-coordinate representation of color #FD7E63: hue angle of 10.52º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD7E63 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 99 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.01 |
| HSL | 10.52º | 0.97% | 0.69% | - |
| HSV(B) | 10.52º | 0.61% | 0.99% | - |
| XYZ | 50.22 | 36.71 | 16.24 | - |
| YUV | 160.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 99 | 0 | 0.50 | 0.61 | 0.01 | 10.52 | 0.97 | 0.69 |
| Hex | FD | 7E | 63 | 0 | 32 | 3D | 1 | B | 61 | 45 |
| Octal | 375 | 176 | 143 | 0 | 62 | 75 | 1 | 13 | 141 | 105 |
| Binary | 11111101 | 1111110 | 1100011 | 0 | 110010 | 111101 | 1 | 1011 | 1100001 | 1000101 |
Color Harmonies of #FD7E63
Complementary color
Monochromatic Colors of #FD7E63
Black with #FD7E63
Text Example
Text Example
White with #FD7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E63; }
p { color: rgb(253,126,99); }
H1.HeaderClassName
{
color: #FD7E63;
}
.AnyTagClassName
{
color: #FD7E63;
}
</style>
background-color css
<style>
a { background-color: #FD7E63; }
a { background-color: rgb(253,126,99); }
div.DivClassName
{
background-color: #FD7E63;
}
.BgClassName
{
background-color: #FD7E63;
}
</style>
border-color css
<style>
span { border-color: #FD7E63; }
span { border-color: rgb(253,126,99); }
td.TdClassName
{
border-color: #FD7E63;
}
.TagClassName
{
border-color: #FD7E63;
}
</style>