Shades of Salmon #FD8A7C
Tints of Salmon #FD8A7C
RGB
CMYK
RGB Variations
Color information
#FD8A7C (or 0xFD8A7C) is known color: Salmon. HEX triplet: FD, 8A and 7C. RGB value is (253,138,124). Sum of RGB (Red+Green+Blue) = 253+138+124=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A7C is #027583. Grayscale: #AAAAAA. Windows color (decimal): -161156 or 8162045. OLE color: 8162045.
HSL color Cylindrical-coordinate representation of color #FD8A7C: hue angle of 6.51º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8A7C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 124 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.01 |
| HSL | 6.51º | 0.97% | 0.74% | - |
| HSV(B) | 6.51º | 0.51% | 0.99% | - |
| XYZ | 53.23 | 40.51 | 24.08 | - |
| YUV | 170.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 124 | 0 | 0.45 | 0.51 | 0.01 | 6.51 | 0.97 | 0.74 |
| Hex | FD | 8A | 7C | 0 | 2D | 33 | 1 | 7 | 61 | 4A |
| Octal | 375 | 212 | 174 | 0 | 55 | 63 | 1 | 7 | 141 | 112 |
| Binary | 11111101 | 10001010 | 1111100 | 0 | 101101 | 110011 | 1 | 111 | 1100001 | 1001010 |
Color Harmonies of #FD8A7C
Complementary color
Monochromatic Colors of #FD8A7C
Black with #FD8A7C
Text Example
Text Example
White with #FD8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A7C; }
p { color: rgb(253,138,124); }
H1.HeaderClassName
{
color: #FD8A7C;
}
.AnyTagClassName
{
color: #FD8A7C;
}
</style>
background-color css
<style>
a { background-color: #FD8A7C; }
a { background-color: rgb(253,138,124); }
div.DivClassName
{
background-color: #FD8A7C;
}
.BgClassName
{
background-color: #FD8A7C;
}
</style>
border-color css
<style>
span { border-color: #FD8A7C; }
span { border-color: rgb(253,138,124); }
td.TdClassName
{
border-color: #FD8A7C;
}
.TagClassName
{
border-color: #FD8A7C;
}
</style>