Shades of Salmon #FA8A6B
Tints of Salmon #FA8A6B
RGB
CMYK
RGB Variations
Color information
#FA8A6B (or 0xFA8A6B) is known color: Salmon. HEX triplet: FA, 8A and 6B. RGB value is (250,138,107). Sum of RGB (Red+Green+Blue) = 250+138+107=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A6B is #057594. Grayscale: #A8A8A8. Windows color (decimal): -357781 or 7047930. OLE color: 7047930.
HSL color Cylindrical-coordinate representation of color #FA8A6B: hue angle of 13.01º 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 #FA8A6B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 107 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 13.01º | 0.93% | 0.7% | - |
| HSV(B) | 13.01º | 0.57% | 0.98% | - |
| XYZ | 51.17 | 39.56 | 18.85 | - |
| YUV | 167.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 107 | 0 | 0.45 | 0.57 | 0.02 | 13.01 | 0.93 | 0.7 |
| Hex | FA | 8A | 6B | 0 | 2D | 39 | 2 | D | 5D | 46 |
| Octal | 372 | 212 | 153 | 0 | 55 | 71 | 2 | 15 | 135 | 106 |
| Binary | 11111010 | 10001010 | 1101011 | 0 | 101101 | 111001 | 10 | 1101 | 1011101 | 1000110 |
Color Harmonies of #FA8A6B
Complementary color
Monochromatic Colors of #FA8A6B
Black with #FA8A6B
Text Example
Text Example
White with #FA8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A6B; }
p { color: rgb(250,138,107); }
H1.HeaderClassName
{
color: #FA8A6B;
}
.AnyTagClassName
{
color: #FA8A6B;
}
</style>
background-color css
<style>
a { background-color: #FA8A6B; }
a { background-color: rgb(250,138,107); }
div.DivClassName
{
background-color: #FA8A6B;
}
.BgClassName
{
background-color: #FA8A6B;
}
</style>
border-color css
<style>
span { border-color: #FA8A6B; }
span { border-color: rgb(250,138,107); }
td.TdClassName
{
border-color: #FA8A6B;
}
.TagClassName
{
border-color: #FA8A6B;
}
</style>