Shades of Salmon #FB8573
Tints of Salmon #FB8573
RGB
CMYK
RGB Variations
Color information
#FB8573 (or 0xFB8573) is known color: Salmon. HEX triplet: FB, 85 and 73. RGB value is (251,133,115). Sum of RGB (Red+Green+Blue) = 251+133+115=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8573 is #047A8C. Grayscale: #A6A6A6. Windows color (decimal): -293517 or 7570939. OLE color: 7570939.
HSL color Cylindrical-coordinate representation of color #FB8573: hue angle of 7.94º 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 #FB8573 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 115 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.02 |
| HSL | 7.94º | 0.94% | 0.72% | - |
| HSV(B) | 7.94º | 0.54% | 0.98% | - |
| XYZ | 51.27 | 38.52 | 20.95 | - |
| YUV | 166.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 115 | 0 | 0.47 | 0.54 | 0.02 | 7.94 | 0.94 | 0.72 |
| Hex | FB | 85 | 73 | 0 | 2F | 36 | 2 | 8 | 5E | 48 |
| Octal | 373 | 205 | 163 | 0 | 57 | 66 | 2 | 10 | 136 | 110 |
| Binary | 11111011 | 10000101 | 1110011 | 0 | 101111 | 110110 | 10 | 1000 | 1011110 | 1001000 |
Color Harmonies of #FB8573
Complementary color
Monochromatic Colors of #FB8573
Black with #FB8573
Text Example
Text Example
White with #FB8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8573; }
p { color: rgb(251,133,115); }
H1.HeaderClassName
{
color: #FB8573;
}
.AnyTagClassName
{
color: #FB8573;
}
</style>
background-color css
<style>
a { background-color: #FB8573; }
a { background-color: rgb(251,133,115); }
div.DivClassName
{
background-color: #FB8573;
}
.BgClassName
{
background-color: #FB8573;
}
</style>
border-color css
<style>
span { border-color: #FB8573; }
span { border-color: rgb(251,133,115); }
td.TdClassName
{
border-color: #FB8573;
}
.TagClassName
{
border-color: #FB8573;
}
</style>