Shades of Salmon #FA8C77
Tints of Salmon #FA8C77
RGB
CMYK
RGB Variations
Color information
#FA8C77 (or 0xFA8C77) is known color: Salmon. HEX triplet: FA, 8C and 77. RGB value is (250,140,119). Sum of RGB (Red+Green+Blue) = 250+140+119=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C77 is #057388. Grayscale: #AAAAAA. Windows color (decimal): -357257 or 7834874. OLE color: 7834874.
HSL color Cylindrical-coordinate representation of color #FA8C77: hue angle of 9.62º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8C77 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 119 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.02 |
| HSL | 9.62º | 0.93% | 0.72% | - |
| HSV(B) | 9.62º | 0.52% | 0.98% | - |
| XYZ | 52.13 | 40.41 | 22.51 | - |
| YUV | 170.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 119 | 0 | 0.44 | 0.52 | 0.02 | 9.62 | 0.93 | 0.72 |
| Hex | FA | 8C | 77 | 0 | 2C | 34 | 2 | A | 5D | 48 |
| Octal | 372 | 214 | 167 | 0 | 54 | 64 | 2 | 12 | 135 | 110 |
| Binary | 11111010 | 10001100 | 1110111 | 0 | 101100 | 110100 | 10 | 1010 | 1011101 | 1001000 |
Color Harmonies of #FA8C77
Complementary color
Monochromatic Colors of #FA8C77
Black with #FA8C77
Text Example
Text Example
White with #FA8C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C77; }
p { color: rgb(250,140,119); }
H1.HeaderClassName
{
color: #FA8C77;
}
.AnyTagClassName
{
color: #FA8C77;
}
</style>
background-color css
<style>
a { background-color: #FA8C77; }
a { background-color: rgb(250,140,119); }
div.DivClassName
{
background-color: #FA8C77;
}
.BgClassName
{
background-color: #FA8C77;
}
</style>
border-color css
<style>
span { border-color: #FA8C77; }
span { border-color: rgb(250,140,119); }
td.TdClassName
{
border-color: #FA8C77;
}
.TagClassName
{
border-color: #FA8C77;
}
</style>