Shades of Salmon #FD8C77
Tints of Salmon #FD8C77
RGB
CMYK
RGB Variations
Color information
#FD8C77 (or 0xFD8C77) is known color: Salmon. HEX triplet: FD, 8C and 77. RGB value is (253,140,119). Sum of RGB (Red+Green+Blue) = 253+140+119=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C77 is #027388. Grayscale: #ABABAB. Windows color (decimal): -160649 or 7834877. OLE color: 7834877.
HSL color Cylindrical-coordinate representation of color #FD8C77: hue angle of 9.4º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD8C77 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 119 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.01 |
| HSL | 9.4º | 0.97% | 0.73% | - |
| HSV(B) | 9.4º | 0.53% | 0.99% | - |
| XYZ | 53.22 | 40.97 | 22.56 | - |
| YUV | 171.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 119 | 0 | 0.45 | 0.53 | 0.01 | 9.4 | 0.97 | 0.73 |
| Hex | FD | 8C | 77 | 0 | 2D | 35 | 1 | 9 | 61 | 49 |
| Octal | 375 | 214 | 167 | 0 | 55 | 65 | 1 | 11 | 141 | 111 |
| Binary | 11111101 | 10001100 | 1110111 | 0 | 101101 | 110101 | 1 | 1001 | 1100001 | 1001001 |
Color Harmonies of #FD8C77
Complementary color
Monochromatic Colors of #FD8C77
Black with #FD8C77
Text Example
Text Example
White with #FD8C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C77; }
p { color: rgb(253,140,119); }
H1.HeaderClassName
{
color: #FD8C77;
}
.AnyTagClassName
{
color: #FD8C77;
}
</style>
background-color css
<style>
a { background-color: #FD8C77; }
a { background-color: rgb(253,140,119); }
div.DivClassName
{
background-color: #FD8C77;
}
.BgClassName
{
background-color: #FD8C77;
}
</style>
border-color css
<style>
span { border-color: #FD8C77; }
span { border-color: rgb(253,140,119); }
td.TdClassName
{
border-color: #FD8C77;
}
.TagClassName
{
border-color: #FD8C77;
}
</style>