Shades of Salmon #FB876D
Tints of Salmon #FB876D
RGB
CMYK
RGB Variations
Color information
#FB876D (or 0xFB876D) is known color: Salmon. HEX triplet: FB, 87 and 6D. RGB value is (251,135,109). Sum of RGB (Red+Green+Blue) = 251+135+109=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB876D is #047892. Grayscale: #A6A6A6. Windows color (decimal): -293011 or 7178235. OLE color: 7178235.
HSL color Cylindrical-coordinate representation of color #FB876D: hue angle of 10.99º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB876D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.02 |
| HSL | 10.99º | 0.95% | 0.71% | - |
| HSV(B) | 10.99º | 0.57% | 0.98% | - |
| XYZ | 51.21 | 38.94 | 19.29 | - |
| YUV | 166.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 109 | 0 | 0.46 | 0.57 | 0.02 | 10.99 | 0.95 | 0.71 |
| Hex | FB | 87 | 6D | 0 | 2E | 39 | 2 | B | 5F | 47 |
| Octal | 373 | 207 | 155 | 0 | 56 | 71 | 2 | 13 | 137 | 107 |
| Binary | 11111011 | 10000111 | 1101101 | 0 | 101110 | 111001 | 10 | 1011 | 1011111 | 1000111 |
Color Harmonies of #FB876D
Complementary color
Monochromatic Colors of #FB876D
Black with #FB876D
Text Example
Text Example
White with #FB876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB876D; }
p { color: rgb(251,135,109); }
H1.HeaderClassName
{
color: #FB876D;
}
.AnyTagClassName
{
color: #FB876D;
}
</style>
background-color css
<style>
a { background-color: #FB876D; }
a { background-color: rgb(251,135,109); }
div.DivClassName
{
background-color: #FB876D;
}
.BgClassName
{
background-color: #FB876D;
}
</style>
border-color css
<style>
span { border-color: #FB876D; }
span { border-color: rgb(251,135,109); }
td.TdClassName
{
border-color: #FB876D;
}
.TagClassName
{
border-color: #FB876D;
}
</style>