Shades of Salmon #FA7B67
Tints of Salmon #FA7B67
RGB
CMYK
RGB Variations
Color information
#FA7B67 (or 0xFA7B67) is known color: Salmon. HEX triplet: FA, 7B and 67. RGB value is (250,123,103). Sum of RGB (Red+Green+Blue) = 250+123+103=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B67 is #058498. Grayscale: #9E9E9E. Windows color (decimal): -361625 or 6781946. OLE color: 6781946.
HSL color Cylindrical-coordinate representation of color #FA7B67: hue angle of 8.16º 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 #FA7B67 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 103 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.02 |
| HSL | 8.16º | 0.94% | 0.69% | - |
| HSV(B) | 8.16º | 0.59% | 0.98% | - |
| XYZ | 48.96 | 35.47 | 17.1 | - |
| YUV | 158.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 103 | 0 | 0.51 | 0.59 | 0.02 | 8.16 | 0.94 | 0.69 |
| Hex | FA | 7B | 67 | 0 | 33 | 3B | 2 | 8 | 5E | 45 |
| Octal | 372 | 173 | 147 | 0 | 63 | 73 | 2 | 10 | 136 | 105 |
| Binary | 11111010 | 1111011 | 1100111 | 0 | 110011 | 111011 | 10 | 1000 | 1011110 | 1000101 |
Color Harmonies of #FA7B67
Complementary color
Monochromatic Colors of #FA7B67
Black with #FA7B67
Text Example
Text Example
White with #FA7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B67; }
p { color: rgb(250,123,103); }
H1.HeaderClassName
{
color: #FA7B67;
}
.AnyTagClassName
{
color: #FA7B67;
}
</style>
background-color css
<style>
a { background-color: #FA7B67; }
a { background-color: rgb(250,123,103); }
div.DivClassName
{
background-color: #FA7B67;
}
.BgClassName
{
background-color: #FA7B67;
}
</style>
border-color css
<style>
span { border-color: #FA7B67; }
span { border-color: rgb(250,123,103); }
td.TdClassName
{
border-color: #FA7B67;
}
.TagClassName
{
border-color: #FA7B67;
}
</style>