Shades of Salmon #FA7D6C
Tints of Salmon #FA7D6C
RGB
CMYK
RGB Variations
Color information
#FA7D6C (or 0xFA7D6C) is known color: Salmon. HEX triplet: FA, 7D and 6C. RGB value is (250,125,108). Sum of RGB (Red+Green+Blue) = 250+125+108=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D6C is #058293. Grayscale: #A0A0A0. Windows color (decimal): -361108 or 7110138. OLE color: 7110138.
HSL color Cylindrical-coordinate representation of color #FA7D6C: hue angle of 7.18º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA7D6C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 108 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.02 |
| HSL | 7.18º | 0.93% | 0.7% | - |
| HSV(B) | 7.18º | 0.57% | 0.98% | - |
| XYZ | 49.46 | 36.07 | 18.54 | - |
| YUV | 160.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 108 | 0 | 0.50 | 0.57 | 0.02 | 7.18 | 0.93 | 0.7 |
| Hex | FA | 7D | 6C | 0 | 32 | 39 | 2 | 7 | 5D | 46 |
| Octal | 372 | 175 | 154 | 0 | 62 | 71 | 2 | 7 | 135 | 106 |
| Binary | 11111010 | 1111101 | 1101100 | 0 | 110010 | 111001 | 10 | 111 | 1011101 | 1000110 |
Color Harmonies of #FA7D6C
Complementary color
Monochromatic Colors of #FA7D6C
Black with #FA7D6C
Text Example
Text Example
White with #FA7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D6C; }
p { color: rgb(250,125,108); }
H1.HeaderClassName
{
color: #FA7D6C;
}
.AnyTagClassName
{
color: #FA7D6C;
}
</style>
background-color css
<style>
a { background-color: #FA7D6C; }
a { background-color: rgb(250,125,108); }
div.DivClassName
{
background-color: #FA7D6C;
}
.BgClassName
{
background-color: #FA7D6C;
}
</style>
border-color css
<style>
span { border-color: #FA7D6C; }
span { border-color: rgb(250,125,108); }
td.TdClassName
{
border-color: #FA7D6C;
}
.TagClassName
{
border-color: #FA7D6C;
}
</style>