Shades of Salmon #FB8973
Tints of Salmon #FB8973
RGB
CMYK
RGB Variations
Color information
#FB8973 (or 0xFB8973) is known color: Salmon. HEX triplet: FB, 89 and 73. RGB value is (251,137,115). Sum of RGB (Red+Green+Blue) = 251+137+115=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8973 is #04768C. Grayscale: #A8A8A8. Windows color (decimal): -292493 or 7571963. OLE color: 7571963.
HSL color Cylindrical-coordinate representation of color #FB8973: hue angle of 9.71º 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 #FB8973 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 115 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.02 |
| HSL | 9.71º | 0.94% | 0.72% | - |
| HSV(B) | 9.71º | 0.54% | 0.98% | - |
| XYZ | 51.82 | 39.64 | 21.14 | - |
| YUV | 168.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 115 | 0 | 0.45 | 0.54 | 0.02 | 9.71 | 0.94 | 0.72 |
| Hex | FB | 89 | 73 | 0 | 2D | 36 | 2 | A | 5E | 48 |
| Octal | 373 | 211 | 163 | 0 | 55 | 66 | 2 | 12 | 136 | 110 |
| Binary | 11111011 | 10001001 | 1110011 | 0 | 101101 | 110110 | 10 | 1010 | 1011110 | 1001000 |
Color Harmonies of #FB8973
Complementary color
Monochromatic Colors of #FB8973
Black with #FB8973
Text Example
Text Example
White with #FB8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8973; }
p { color: rgb(251,137,115); }
H1.HeaderClassName
{
color: #FB8973;
}
.AnyTagClassName
{
color: #FB8973;
}
</style>
background-color css
<style>
a { background-color: #FB8973; }
a { background-color: rgb(251,137,115); }
div.DivClassName
{
background-color: #FB8973;
}
.BgClassName
{
background-color: #FB8973;
}
</style>
border-color css
<style>
span { border-color: #FB8973; }
span { border-color: rgb(251,137,115); }
td.TdClassName
{
border-color: #FB8973;
}
.TagClassName
{
border-color: #FB8973;
}
</style>