Shades of Salmon #FA7C67
Tints of Salmon #FA7C67
RGB
CMYK
RGB Variations
Color information
#FA7C67 (or 0xFA7C67) is known color: Salmon. HEX triplet: FA, 7C and 67. RGB value is (250,124,103). Sum of RGB (Red+Green+Blue) = 250+124+103=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C67 is #058398. Grayscale: #9F9F9F. Windows color (decimal): -361369 or 6782202. OLE color: 6782202.
HSL color Cylindrical-coordinate representation of color #FA7C67: hue angle of 8.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA7C67 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 103 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.02 |
| HSL | 8.57º | 0.94% | 0.69% | - |
| HSV(B) | 8.57º | 0.59% | 0.98% | - |
| XYZ | 49.08 | 35.72 | 17.14 | - |
| YUV | 159.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 103 | 0 | 0.50 | 0.59 | 0.02 | 8.57 | 0.94 | 0.69 |
| Hex | FA | 7C | 67 | 0 | 32 | 3B | 2 | 9 | 5E | 45 |
| Octal | 372 | 174 | 147 | 0 | 62 | 73 | 2 | 11 | 136 | 105 |
| Binary | 11111010 | 1111100 | 1100111 | 0 | 110010 | 111011 | 10 | 1001 | 1011110 | 1000101 |
Color Harmonies of #FA7C67
Complementary color
Monochromatic Colors of #FA7C67
Black with #FA7C67
Text Example
Text Example
White with #FA7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C67; }
p { color: rgb(250,124,103); }
H1.HeaderClassName
{
color: #FA7C67;
}
.AnyTagClassName
{
color: #FA7C67;
}
</style>
background-color css
<style>
a { background-color: #FA7C67; }
a { background-color: rgb(250,124,103); }
div.DivClassName
{
background-color: #FA7C67;
}
.BgClassName
{
background-color: #FA7C67;
}
</style>
border-color css
<style>
span { border-color: #FA7C67; }
span { border-color: rgb(250,124,103); }
td.TdClassName
{
border-color: #FA7C67;
}
.TagClassName
{
border-color: #FA7C67;
}
</style>