Shades of Salmon #FA866D
Tints of Salmon #FA866D
RGB
CMYK
RGB Variations
Color information
#FA866D (or 0xFA866D) is known color: Salmon. HEX triplet: FA, 86 and 6D. RGB value is (250,134,109). Sum of RGB (Red+Green+Blue) = 250+134+109=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA866D is #057992. Grayscale: #A6A6A6. Windows color (decimal): -358803 or 7177978. OLE color: 7177978.
HSL color Cylindrical-coordinate representation of color #FA866D: hue angle of 10.64º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA866D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 109 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.02 |
| HSL | 10.64º | 0.93% | 0.7% | - |
| HSV(B) | 10.64º | 0.56% | 0.98% | - |
| XYZ | 50.71 | 38.48 | 19.22 | - |
| YUV | 165.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 109 | 0 | 0.46 | 0.56 | 0.02 | 10.64 | 0.93 | 0.7 |
| Hex | FA | 86 | 6D | 0 | 2E | 38 | 2 | B | 5D | 46 |
| Octal | 372 | 206 | 155 | 0 | 56 | 70 | 2 | 13 | 135 | 106 |
| Binary | 11111010 | 10000110 | 1101101 | 0 | 101110 | 111000 | 10 | 1011 | 1011101 | 1000110 |
Color Harmonies of #FA866D
Complementary color
Monochromatic Colors of #FA866D
Black with #FA866D
Text Example
Text Example
White with #FA866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA866D; }
p { color: rgb(250,134,109); }
H1.HeaderClassName
{
color: #FA866D;
}
.AnyTagClassName
{
color: #FA866D;
}
</style>
background-color css
<style>
a { background-color: #FA866D; }
a { background-color: rgb(250,134,109); }
div.DivClassName
{
background-color: #FA866D;
}
.BgClassName
{
background-color: #FA866D;
}
</style>
border-color css
<style>
span { border-color: #FA866D; }
span { border-color: rgb(250,134,109); }
td.TdClassName
{
border-color: #FA866D;
}
.TagClassName
{
border-color: #FA866D;
}
</style>