Shades of Salmon #FB8C73
Tints of Salmon #FB8C73
RGB
CMYK
RGB Variations
Color information
#FB8C73 (or 0xFB8C73) is known color: Salmon. HEX triplet: FB, 8C and 73. RGB value is (251,140,115). Sum of RGB (Red+Green+Blue) = 251+140+115=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C73 is #04738C. Grayscale: #AAAAAA. Windows color (decimal): -291725 or 7572731. OLE color: 7572731.
HSL color Cylindrical-coordinate representation of color #FB8C73: hue angle of 11.03º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB8C73 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 115 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.02 |
| HSL | 11.03º | 0.94% | 0.72% | - |
| HSV(B) | 11.03º | 0.54% | 0.98% | - |
| XYZ | 52.26 | 40.5 | 21.28 | - |
| YUV | 170.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 115 | 0 | 0.44 | 0.54 | 0.02 | 11.03 | 0.94 | 0.72 |
| Hex | FB | 8C | 73 | 0 | 2C | 36 | 2 | B | 5E | 48 |
| Octal | 373 | 214 | 163 | 0 | 54 | 66 | 2 | 13 | 136 | 110 |
| Binary | 11111011 | 10001100 | 1110011 | 0 | 101100 | 110110 | 10 | 1011 | 1011110 | 1001000 |
Color Harmonies of #FB8C73
Complementary color
Monochromatic Colors of #FB8C73
Black with #FB8C73
Text Example
Text Example
White with #FB8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C73; }
p { color: rgb(251,140,115); }
H1.HeaderClassName
{
color: #FB8C73;
}
.AnyTagClassName
{
color: #FB8C73;
}
</style>
background-color css
<style>
a { background-color: #FB8C73; }
a { background-color: rgb(251,140,115); }
div.DivClassName
{
background-color: #FB8C73;
}
.BgClassName
{
background-color: #FB8C73;
}
</style>
border-color css
<style>
span { border-color: #FB8C73; }
span { border-color: rgb(251,140,115); }
td.TdClassName
{
border-color: #FB8C73;
}
.TagClassName
{
border-color: #FB8C73;
}
</style>