Shades of Salmon #FA877B
Tints of Salmon #FA877B
RGB
CMYK
RGB Variations
Color information
#FA877B (or 0xFA877B) is known color: Salmon. HEX triplet: FA, 87 and 7B. RGB value is (250,135,123). Sum of RGB (Red+Green+Blue) = 250+135+123=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA877B is #057884. Grayscale: #A8A8A8. Windows color (decimal): -358533 or 8095738. OLE color: 8095738.
HSL color Cylindrical-coordinate representation of color #FA877B: hue angle of 5.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA877B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 123 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.02 |
| HSL | 5.67º | 0.93% | 0.73% | - |
| HSV(B) | 5.67º | 0.51% | 0.98% | - |
| XYZ | 51.66 | 39.08 | 23.56 | - |
| YUV | 168.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 123 | 0 | 0.46 | 0.51 | 0.02 | 5.67 | 0.93 | 0.73 |
| Hex | FA | 87 | 7B | 0 | 2E | 33 | 2 | 6 | 5D | 49 |
| Octal | 372 | 207 | 173 | 0 | 56 | 63 | 2 | 6 | 135 | 111 |
| Binary | 11111010 | 10000111 | 1111011 | 0 | 101110 | 110011 | 10 | 110 | 1011101 | 1001001 |
Color Harmonies of #FA877B
Complementary color
Monochromatic Colors of #FA877B
Black with #FA877B
Text Example
Text Example
White with #FA877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA877B; }
p { color: rgb(250,135,123); }
H1.HeaderClassName
{
color: #FA877B;
}
.AnyTagClassName
{
color: #FA877B;
}
</style>
background-color css
<style>
a { background-color: #FA877B; }
a { background-color: rgb(250,135,123); }
div.DivClassName
{
background-color: #FA877B;
}
.BgClassName
{
background-color: #FA877B;
}
</style>
border-color css
<style>
span { border-color: #FA877B; }
span { border-color: rgb(250,135,123); }
td.TdClassName
{
border-color: #FA877B;
}
.TagClassName
{
border-color: #FA877B;
}
</style>