Shades of Salmon #FA7675
Tints of Salmon #FA7675
RGB
CMYK
RGB Variations
Color information
#FA7675 (or 0xFA7675) is known color: Salmon. HEX triplet: FA, 76 and 75. RGB value is (250,118,117). Sum of RGB (Red+Green+Blue) = 250+118+117=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7675 is #05898A. Grayscale: #9D9D9D. Windows color (decimal): -362891 or 7698170. OLE color: 7698170.
HSL color Cylindrical-coordinate representation of color #FA7675: hue angle of 0.45º 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 #FA7675 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 117 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.02 |
| HSL | 0.45º | 0.93% | 0.72% | - |
| HSV(B) | 0.45º | 0.53% | 0.98% | - |
| XYZ | 49.11 | 34.57 | 20.91 | - |
| YUV | 157.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 117 | 0 | 0.53 | 0.53 | 0.02 | 0.45 | 0.93 | 0.72 |
| Hex | FA | 76 | 75 | 0 | 35 | 35 | 2 | 0 | 5D | 48 |
| Octal | 372 | 166 | 165 | 0 | 65 | 65 | 2 | 0 | 135 | 110 |
| Binary | 11111010 | 1110110 | 1110101 | 0 | 110101 | 110101 | 10 | 0 | 1011101 | 1001000 |
Color Harmonies of #FA7675
Complementary color
Monochromatic Colors of #FA7675
Black with #FA7675
Text Example
Text Example
White with #FA7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7675; }
p { color: rgb(250,118,117); }
H1.HeaderClassName
{
color: #FA7675;
}
.AnyTagClassName
{
color: #FA7675;
}
</style>
background-color css
<style>
a { background-color: #FA7675; }
a { background-color: rgb(250,118,117); }
div.DivClassName
{
background-color: #FA7675;
}
.BgClassName
{
background-color: #FA7675;
}
</style>
border-color css
<style>
span { border-color: #FA7675; }
span { border-color: rgb(250,118,117); }
td.TdClassName
{
border-color: #FA7675;
}
.TagClassName
{
border-color: #FA7675;
}
</style>