Shades of Salmon #FB8077
Tints of Salmon #FB8077
RGB
CMYK
RGB Variations
Color information
#FB8077 (or 0xFB8077) is known color: Salmon. HEX triplet: FB, 80 and 77. RGB value is (251,128,119). Sum of RGB (Red+Green+Blue) = 251+128+119=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8077 is #047F88. Grayscale: #A3A3A3. Windows color (decimal): -294793 or 7831803. OLE color: 7831803.
HSL color Cylindrical-coordinate representation of color #FB8077: hue angle of 4.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB8077 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 119 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.02 |
| HSL | 4.09º | 0.94% | 0.73% | - |
| HSV(B) | 4.09º | 0.53% | 0.98% | - |
| XYZ | 50.83 | 37.28 | 21.97 | - |
| YUV | 163.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 119 | 0 | 0.49 | 0.53 | 0.02 | 4.09 | 0.94 | 0.73 |
| Hex | FB | 80 | 77 | 0 | 31 | 35 | 2 | 4 | 5E | 49 |
| Octal | 373 | 200 | 167 | 0 | 61 | 65 | 2 | 4 | 136 | 111 |
| Binary | 11111011 | 10000000 | 1110111 | 0 | 110001 | 110101 | 10 | 100 | 1011110 | 1001001 |
Color Harmonies of #FB8077
Complementary color
Monochromatic Colors of #FB8077
Black with #FB8077
Text Example
Text Example
White with #FB8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8077; }
p { color: rgb(251,128,119); }
H1.HeaderClassName
{
color: #FB8077;
}
.AnyTagClassName
{
color: #FB8077;
}
</style>
background-color css
<style>
a { background-color: #FB8077; }
a { background-color: rgb(251,128,119); }
div.DivClassName
{
background-color: #FB8077;
}
.BgClassName
{
background-color: #FB8077;
}
</style>
border-color css
<style>
span { border-color: #FB8077; }
span { border-color: rgb(251,128,119); }
td.TdClassName
{
border-color: #FB8077;
}
.TagClassName
{
border-color: #FB8077;
}
</style>