Shades of Salmon #FD8C7A
Tints of Salmon #FD8C7A
RGB
CMYK
RGB Variations
Color information
#FD8C7A (or 0xFD8C7A) is known color: Salmon. HEX triplet: FD, 8C and 7A. RGB value is (253,140,122). Sum of RGB (Red+Green+Blue) = 253+140+122=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C7A is #027385. Grayscale: #ABABAB. Windows color (decimal): -160646 or 8031485. OLE color: 8031485.
HSL color Cylindrical-coordinate representation of color #FD8C7A: hue angle of 8.24º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD8C7A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 122 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.01 |
| HSL | 8.24º | 0.97% | 0.74% | - |
| HSV(B) | 8.24º | 0.52% | 0.99% | - |
| XYZ | 53.4 | 41.04 | 23.52 | - |
| YUV | 171.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 122 | 0 | 0.45 | 0.52 | 0.01 | 8.24 | 0.97 | 0.74 |
| Hex | FD | 8C | 7A | 0 | 2D | 34 | 1 | 8 | 61 | 4A |
| Octal | 375 | 214 | 172 | 0 | 55 | 64 | 1 | 10 | 141 | 112 |
| Binary | 11111101 | 10001100 | 1111010 | 0 | 101101 | 110100 | 1 | 1000 | 1100001 | 1001010 |
Color Harmonies of #FD8C7A
Complementary color
Monochromatic Colors of #FD8C7A
Black with #FD8C7A
Text Example
Text Example
White with #FD8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C7A; }
p { color: rgb(253,140,122); }
H1.HeaderClassName
{
color: #FD8C7A;
}
.AnyTagClassName
{
color: #FD8C7A;
}
</style>
background-color css
<style>
a { background-color: #FD8C7A; }
a { background-color: rgb(253,140,122); }
div.DivClassName
{
background-color: #FD8C7A;
}
.BgClassName
{
background-color: #FD8C7A;
}
</style>
border-color css
<style>
span { border-color: #FD8C7A; }
span { border-color: rgb(253,140,122); }
td.TdClassName
{
border-color: #FD8C7A;
}
.TagClassName
{
border-color: #FD8C7A;
}
</style>