Shades of Salmon #FB8175
Tints of Salmon #FB8175
RGB
CMYK
RGB Variations
Color information
#FB8175 (or 0xFB8175) is known color: Salmon. HEX triplet: FB, 81 and 75. RGB value is (251,129,117). Sum of RGB (Red+Green+Blue) = 251+129+117=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8175 is #047E8A. Grayscale: #A4A4A4. Windows color (decimal): -294539 or 7700987. OLE color: 7700987.
HSL color Cylindrical-coordinate representation of color #FB8175: hue angle of 5.37º 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 #FB8175 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 117 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.02 |
| HSL | 5.37º | 0.94% | 0.72% | - |
| HSV(B) | 5.37º | 0.53% | 0.98% | - |
| XYZ | 50.84 | 37.49 | 21.39 | - |
| YUV | 164.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 117 | 0 | 0.49 | 0.53 | 0.02 | 5.37 | 0.94 | 0.72 |
| Hex | FB | 81 | 75 | 0 | 31 | 35 | 2 | 5 | 5E | 48 |
| Octal | 373 | 201 | 165 | 0 | 61 | 65 | 2 | 5 | 136 | 110 |
| Binary | 11111011 | 10000001 | 1110101 | 0 | 110001 | 110101 | 10 | 101 | 1011110 | 1001000 |
Color Harmonies of #FB8175
Complementary color
Monochromatic Colors of #FB8175
Black with #FB8175
Text Example
Text Example
White with #FB8175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8175; }
p { color: rgb(251,129,117); }
H1.HeaderClassName
{
color: #FB8175;
}
.AnyTagClassName
{
color: #FB8175;
}
</style>
background-color css
<style>
a { background-color: #FB8175; }
a { background-color: rgb(251,129,117); }
div.DivClassName
{
background-color: #FB8175;
}
.BgClassName
{
background-color: #FB8175;
}
</style>
border-color css
<style>
span { border-color: #FB8175; }
span { border-color: rgb(251,129,117); }
td.TdClassName
{
border-color: #FB8175;
}
.TagClassName
{
border-color: #FB8175;
}
</style>