Shades of Salmon #FA8271
Tints of Salmon #FA8271
RGB
CMYK
RGB Variations
Color information
#FA8271 (or 0xFA8271) is known color: Salmon. HEX triplet: FA, 82 and 71. RGB value is (250,130,113). Sum of RGB (Red+Green+Blue) = 250+130+113=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8271 is #057D8E. Grayscale: #A4A4A4. Windows color (decimal): -359823 or 7439098. OLE color: 7439098.
HSL color Cylindrical-coordinate representation of color #FA8271: hue angle of 7.45º degrees, saturation: 0.93, 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 #FA8271 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 113 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.02 |
| HSL | 7.45º | 0.93% | 0.71% | - |
| HSV(B) | 7.45º | 0.55% | 0.98% | - |
| XYZ | 50.39 | 37.48 | 20.2 | - |
| YUV | 163.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 113 | 0 | 0.48 | 0.55 | 0.02 | 7.45 | 0.93 | 0.71 |
| Hex | FA | 82 | 71 | 0 | 30 | 37 | 2 | 7 | 5D | 47 |
| Octal | 372 | 202 | 161 | 0 | 60 | 67 | 2 | 7 | 135 | 107 |
| Binary | 11111010 | 10000010 | 1110001 | 0 | 110000 | 110111 | 10 | 111 | 1011101 | 1000111 |
Color Harmonies of #FA8271
Complementary color
Monochromatic Colors of #FA8271
Black with #FA8271
Text Example
Text Example
White with #FA8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8271; }
p { color: rgb(250,130,113); }
H1.HeaderClassName
{
color: #FA8271;
}
.AnyTagClassName
{
color: #FA8271;
}
</style>
background-color css
<style>
a { background-color: #FA8271; }
a { background-color: rgb(250,130,113); }
div.DivClassName
{
background-color: #FA8271;
}
.BgClassName
{
background-color: #FA8271;
}
</style>
border-color css
<style>
span { border-color: #FA8271; }
span { border-color: rgb(250,130,113); }
td.TdClassName
{
border-color: #FA8271;
}
.TagClassName
{
border-color: #FA8271;
}
</style>