Shades of Salmon #FB8575
Tints of Salmon #FB8575
RGB
CMYK
RGB Variations
Color information
#FB8575 (or 0xFB8575) is known color: Salmon. HEX triplet: FB, 85 and 75. RGB value is (251,133,117). Sum of RGB (Red+Green+Blue) = 251+133+117=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8575 is #047A8A. Grayscale: #A6A6A6. Windows color (decimal): -293515 or 7702011. OLE color: 7702011.
HSL color Cylindrical-coordinate representation of color #FB8575: hue angle of 7.16º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB8575 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 117 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.02 |
| HSL | 7.16º | 0.94% | 0.72% | - |
| HSV(B) | 7.16º | 0.53% | 0.98% | - |
| XYZ | 51.38 | 38.57 | 21.57 | - |
| YUV | 166.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 117 | 0 | 0.47 | 0.53 | 0.02 | 7.16 | 0.94 | 0.72 |
| Hex | FB | 85 | 75 | 0 | 2F | 35 | 2 | 7 | 5E | 48 |
| Octal | 373 | 205 | 165 | 0 | 57 | 65 | 2 | 7 | 136 | 110 |
| Binary | 11111011 | 10000101 | 1110101 | 0 | 101111 | 110101 | 10 | 111 | 1011110 | 1001000 |
Color Harmonies of #FB8575
Complementary color
Monochromatic Colors of #FB8575
Black with #FB8575
Text Example
Text Example
White with #FB8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8575; }
p { color: rgb(251,133,117); }
H1.HeaderClassName
{
color: #FB8575;
}
.AnyTagClassName
{
color: #FB8575;
}
</style>
background-color css
<style>
a { background-color: #FB8575; }
a { background-color: rgb(251,133,117); }
div.DivClassName
{
background-color: #FB8575;
}
.BgClassName
{
background-color: #FB8575;
}
</style>
border-color css
<style>
span { border-color: #FB8575; }
span { border-color: rgb(251,133,117); }
td.TdClassName
{
border-color: #FB8575;
}
.TagClassName
{
border-color: #FB8575;
}
</style>