Shades of Salmon #FA866C
Tints of Salmon #FA866C
RGB
CMYK
RGB Variations
Color information
#FA866C (or 0xFA866C) is known color: Salmon. HEX triplet: FA, 86 and 6C. RGB value is (250,134,108). Sum of RGB (Red+Green+Blue) = 250+134+108=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA866C is #057993. Grayscale: #A5A5A5. Windows color (decimal): -358804 or 7112442. OLE color: 7112442.
HSL color Cylindrical-coordinate representation of color #FA866C: hue angle of 10.99º 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 #FA866C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 108 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.02 |
| HSL | 10.99º | 0.93% | 0.7% | - |
| HSV(B) | 10.99º | 0.57% | 0.98% | - |
| XYZ | 50.66 | 38.46 | 18.94 | - |
| YUV | 165.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 108 | 0 | 0.46 | 0.57 | 0.02 | 10.99 | 0.93 | 0.7 |
| Hex | FA | 86 | 6C | 0 | 2E | 39 | 2 | B | 5D | 46 |
| Octal | 372 | 206 | 154 | 0 | 56 | 71 | 2 | 13 | 135 | 106 |
| Binary | 11111010 | 10000110 | 1101100 | 0 | 101110 | 111001 | 10 | 1011 | 1011101 | 1000110 |
Color Harmonies of #FA866C
Complementary color
Monochromatic Colors of #FA866C
Black with #FA866C
Text Example
Text Example
White with #FA866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA866C; }
p { color: rgb(250,134,108); }
H1.HeaderClassName
{
color: #FA866C;
}
.AnyTagClassName
{
color: #FA866C;
}
</style>
background-color css
<style>
a { background-color: #FA866C; }
a { background-color: rgb(250,134,108); }
div.DivClassName
{
background-color: #FA866C;
}
.BgClassName
{
background-color: #FA866C;
}
</style>
border-color css
<style>
span { border-color: #FA866C; }
span { border-color: rgb(250,134,108); }
td.TdClassName
{
border-color: #FA866C;
}
.TagClassName
{
border-color: #FA866C;
}
</style>