Shades of Salmon #FA8778
Tints of Salmon #FA8778
RGB
CMYK
RGB Variations
Color information
#FA8778 (or 0xFA8778) is known color: Salmon. HEX triplet: FA, 87 and 78. RGB value is (250,135,120). Sum of RGB (Red+Green+Blue) = 250+135+120=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8778 is #057887. Grayscale: #A7A7A7. Windows color (decimal): -358536 or 7899130. OLE color: 7899130.
HSL color Cylindrical-coordinate representation of color #FA8778: hue angle of 6.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8778 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 120 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.02 |
| HSL | 6.92º | 0.93% | 0.73% | - |
| HSV(B) | 6.92º | 0.52% | 0.98% | - |
| XYZ | 51.48 | 39.01 | 22.59 | - |
| YUV | 167.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 120 | 0 | 0.46 | 0.52 | 0.02 | 6.92 | 0.93 | 0.73 |
| Hex | FA | 87 | 78 | 0 | 2E | 34 | 2 | 7 | 5D | 49 |
| Octal | 372 | 207 | 170 | 0 | 56 | 64 | 2 | 7 | 135 | 111 |
| Binary | 11111010 | 10000111 | 1111000 | 0 | 101110 | 110100 | 10 | 111 | 1011101 | 1001001 |
Color Harmonies of #FA8778
Complementary color
Monochromatic Colors of #FA8778
Black with #FA8778
Text Example
Text Example
White with #FA8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8778; }
p { color: rgb(250,135,120); }
H1.HeaderClassName
{
color: #FA8778;
}
.AnyTagClassName
{
color: #FA8778;
}
</style>
background-color css
<style>
a { background-color: #FA8778; }
a { background-color: rgb(250,135,120); }
div.DivClassName
{
background-color: #FA8778;
}
.BgClassName
{
background-color: #FA8778;
}
</style>
border-color css
<style>
span { border-color: #FA8778; }
span { border-color: rgb(250,135,120); }
td.TdClassName
{
border-color: #FA8778;
}
.TagClassName
{
border-color: #FA8778;
}
</style>