Shades of Salmon #FA847B
Tints of Salmon #FA847B
RGB
CMYK
RGB Variations
Color information
#FA847B (or 0xFA847B) is known color: Salmon. HEX triplet: FA, 84 and 7B. RGB value is (250,132,123). Sum of RGB (Red+Green+Blue) = 250+132+123=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA847B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA847B is #057B84. Grayscale: #A6A6A6. Windows color (decimal): -359301 or 8094970. OLE color: 8094970.
HSL color Cylindrical-coordinate representation of color #FA847B: hue angle of 4.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA847B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 123 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 4.25º | 0.93% | 0.73% | - |
| HSV(B) | 4.25º | 0.51% | 0.98% | - |
| XYZ | 51.25 | 38.26 | 23.42 | - |
| YUV | 166.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 123 | 0 | 0.47 | 0.51 | 0.02 | 4.25 | 0.93 | 0.73 |
| Hex | FA | 84 | 7B | 0 | 2F | 33 | 2 | 4 | 5D | 49 |
| Octal | 372 | 204 | 173 | 0 | 57 | 63 | 2 | 4 | 135 | 111 |
| Binary | 11111010 | 10000100 | 1111011 | 0 | 101111 | 110011 | 10 | 100 | 1011101 | 1001001 |
Color Harmonies of #FA847B
Complementary color
Monochromatic Colors of #FA847B
Black with #FA847B
Text Example
Text Example
White with #FA847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA847B; }
p { color: rgb(250,132,123); }
H1.HeaderClassName
{
color: #FA847B;
}
.AnyTagClassName
{
color: #FA847B;
}
</style>
background-color css
<style>
a { background-color: #FA847B; }
a { background-color: rgb(250,132,123); }
div.DivClassName
{
background-color: #FA847B;
}
.BgClassName
{
background-color: #FA847B;
}
</style>
border-color css
<style>
span { border-color: #FA847B; }
span { border-color: rgb(250,132,123); }
td.TdClassName
{
border-color: #FA847B;
}
.TagClassName
{
border-color: #FA847B;
}
</style>