Shades of Salmon #FB7675
Tints of Salmon #FB7675
RGB
CMYK
RGB Variations
Color information
#FB7675 (or 0xFB7675) is known color: Salmon. HEX triplet: FB, 76 and 75. RGB value is (251,118,117). Sum of RGB (Red+Green+Blue) = 251+118+117=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7675 is #04898A. Grayscale: #9D9D9D. Windows color (decimal): -297355 or 7698171. OLE color: 7698171.
HSL color Cylindrical-coordinate representation of color #FB7675: hue angle of 0.45º 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 #FB7675 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 117 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.02 |
| HSL | 0.45º | 0.94% | 0.72% | - |
| HSV(B) | 0.45º | 0.53% | 0.98% | - |
| XYZ | 49.47 | 34.75 | 20.93 | - |
| YUV | 157.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 117 | 0 | 0.53 | 0.53 | 0.02 | 0.45 | 0.94 | 0.72 |
| Hex | FB | 76 | 75 | 0 | 35 | 35 | 2 | 0 | 5E | 48 |
| Octal | 373 | 166 | 165 | 0 | 65 | 65 | 2 | 0 | 136 | 110 |
| Binary | 11111011 | 1110110 | 1110101 | 0 | 110101 | 110101 | 10 | 0 | 1011110 | 1001000 |
Color Harmonies of #FB7675
Complementary color
Monochromatic Colors of #FB7675
Black with #FB7675
Text Example
Text Example
White with #FB7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7675; }
p { color: rgb(251,118,117); }
H1.HeaderClassName
{
color: #FB7675;
}
.AnyTagClassName
{
color: #FB7675;
}
</style>
background-color css
<style>
a { background-color: #FB7675; }
a { background-color: rgb(251,118,117); }
div.DivClassName
{
background-color: #FB7675;
}
.BgClassName
{
background-color: #FB7675;
}
</style>
border-color css
<style>
span { border-color: #FB7675; }
span { border-color: rgb(251,118,117); }
td.TdClassName
{
border-color: #FB7675;
}
.TagClassName
{
border-color: #FB7675;
}
</style>