Shades of Salmon #FB8770
Tints of Salmon #FB8770
RGB
CMYK
RGB Variations
Color information
#FB8770 (or 0xFB8770) is known color: Salmon. HEX triplet: FB, 87 and 70. RGB value is (251,135,112). Sum of RGB (Red+Green+Blue) = 251+135+112=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8770 is #04788F. Grayscale: #A7A7A7. Windows color (decimal): -293008 or 7374843. OLE color: 7374843.
HSL color Cylindrical-coordinate representation of color #FB8770: hue angle of 9.93º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8770 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 112 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.02 |
| HSL | 9.93º | 0.95% | 0.71% | - |
| HSV(B) | 9.93º | 0.55% | 0.98% | - |
| XYZ | 51.37 | 39.01 | 20.15 | - |
| YUV | 167.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 112 | 0 | 0.46 | 0.55 | 0.02 | 9.93 | 0.95 | 0.71 |
| Hex | FB | 87 | 70 | 0 | 2E | 37 | 2 | A | 5F | 47 |
| Octal | 373 | 207 | 160 | 0 | 56 | 67 | 2 | 12 | 137 | 107 |
| Binary | 11111011 | 10000111 | 1110000 | 0 | 101110 | 110111 | 10 | 1010 | 1011111 | 1000111 |
Color Harmonies of #FB8770
Complementary color
Monochromatic Colors of #FB8770
Black with #FB8770
Text Example
Text Example
White with #FB8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8770; }
p { color: rgb(251,135,112); }
H1.HeaderClassName
{
color: #FB8770;
}
.AnyTagClassName
{
color: #FB8770;
}
</style>
background-color css
<style>
a { background-color: #FB8770; }
a { background-color: rgb(251,135,112); }
div.DivClassName
{
background-color: #FB8770;
}
.BgClassName
{
background-color: #FB8770;
}
</style>
border-color css
<style>
span { border-color: #FB8770; }
span { border-color: rgb(251,135,112); }
td.TdClassName
{
border-color: #FB8770;
}
.TagClassName
{
border-color: #FB8770;
}
</style>