Shades of Salmon #FC8B73
Tints of Salmon #FC8B73
RGB
CMYK
RGB Variations
Color information
#FC8B73 (or 0xFC8B73) is known color: Salmon. HEX triplet: FC, 8B and 73. RGB value is (252,139,115). Sum of RGB (Red+Green+Blue) = 252+139+115=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B73 is #03748C. Grayscale: #AAAAAA. Windows color (decimal): -226445 or 7572476. OLE color: 7572476.
HSL color Cylindrical-coordinate representation of color #FC8B73: hue angle of 10.51º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC8B73 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 115 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.01 |
| HSL | 10.51º | 0.96% | 0.72% | - |
| HSV(B) | 10.51º | 0.54% | 0.99% | - |
| XYZ | 52.47 | 40.4 | 21.25 | - |
| YUV | 170.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 115 | 0 | 0.45 | 0.54 | 0.01 | 10.51 | 0.96 | 0.72 |
| Hex | FC | 8B | 73 | 0 | 2D | 36 | 1 | B | 60 | 48 |
| Octal | 374 | 213 | 163 | 0 | 55 | 66 | 1 | 13 | 140 | 110 |
| Binary | 11111100 | 10001011 | 1110011 | 0 | 101101 | 110110 | 1 | 1011 | 1100000 | 1001000 |
Color Harmonies of #FC8B73
Complementary color
Monochromatic Colors of #FC8B73
Black with #FC8B73
Text Example
Text Example
White with #FC8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B73; }
p { color: rgb(252,139,115); }
H1.HeaderClassName
{
color: #FC8B73;
}
.AnyTagClassName
{
color: #FC8B73;
}
</style>
background-color css
<style>
a { background-color: #FC8B73; }
a { background-color: rgb(252,139,115); }
div.DivClassName
{
background-color: #FC8B73;
}
.BgClassName
{
background-color: #FC8B73;
}
</style>
border-color css
<style>
span { border-color: #FC8B73; }
span { border-color: rgb(252,139,115); }
td.TdClassName
{
border-color: #FC8B73;
}
.TagClassName
{
border-color: #FC8B73;
}
</style>