Shades of Salmon #FA8575
Tints of Salmon #FA8575
RGB
CMYK
RGB Variations
Color information
#FA8575 (or 0xFA8575) is known color: Salmon. HEX triplet: FA, 85 and 75. RGB value is (250,133,117). Sum of RGB (Red+Green+Blue) = 250+133+117=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8575 is #057A8A. Grayscale: #A6A6A6. Windows color (decimal): -359051 or 7702010. OLE color: 7702010.
HSL color Cylindrical-coordinate representation of color #FA8575: hue angle of 7.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA8575 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 117 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.02 |
| HSL | 7.22º | 0.93% | 0.72% | - |
| HSV(B) | 7.22º | 0.53% | 0.98% | - |
| XYZ | 51.02 | 38.38 | 21.55 | - |
| YUV | 166.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 117 | 0 | 0.47 | 0.53 | 0.02 | 7.22 | 0.93 | 0.72 |
| Hex | FA | 85 | 75 | 0 | 2F | 35 | 2 | 7 | 5D | 48 |
| Octal | 372 | 205 | 165 | 0 | 57 | 65 | 2 | 7 | 135 | 110 |
| Binary | 11111010 | 10000101 | 1110101 | 0 | 101111 | 110101 | 10 | 111 | 1011101 | 1001000 |
Color Harmonies of #FA8575
Complementary color
Monochromatic Colors of #FA8575
Black with #FA8575
Text Example
Text Example
White with #FA8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8575; }
p { color: rgb(250,133,117); }
H1.HeaderClassName
{
color: #FA8575;
}
.AnyTagClassName
{
color: #FA8575;
}
</style>
background-color css
<style>
a { background-color: #FA8575; }
a { background-color: rgb(250,133,117); }
div.DivClassName
{
background-color: #FA8575;
}
.BgClassName
{
background-color: #FA8575;
}
</style>
border-color css
<style>
span { border-color: #FA8575; }
span { border-color: rgb(250,133,117); }
td.TdClassName
{
border-color: #FA8575;
}
.TagClassName
{
border-color: #FA8575;
}
</style>