Shades of Salmon #FA836B
Tints of Salmon #FA836B
RGB
CMYK
RGB Variations
Color information
#FA836B (or 0xFA836B) is known color: Salmon. HEX triplet: FA, 83 and 6B. RGB value is (250,131,107). Sum of RGB (Red+Green+Blue) = 250+131+107=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA836B is #057C94. Grayscale: #A4A4A4. Windows color (decimal): -359573 or 7046138. OLE color: 7046138.
HSL color Cylindrical-coordinate representation of color #FA836B: hue angle of 10.07º 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 #FA836B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 107 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 10.07º | 0.93% | 0.7% | - |
| HSV(B) | 10.07º | 0.57% | 0.98% | - |
| XYZ | 50.19 | 37.62 | 18.53 | - |
| YUV | 163.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 107 | 0 | 0.48 | 0.57 | 0.02 | 10.07 | 0.93 | 0.7 |
| Hex | FA | 83 | 6B | 0 | 30 | 39 | 2 | A | 5D | 46 |
| Octal | 372 | 203 | 153 | 0 | 60 | 71 | 2 | 12 | 135 | 106 |
| Binary | 11111010 | 10000011 | 1101011 | 0 | 110000 | 111001 | 10 | 1010 | 1011101 | 1000110 |
Color Harmonies of #FA836B
Complementary color
Monochromatic Colors of #FA836B
Black with #FA836B
Text Example
Text Example
White with #FA836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA836B; }
p { color: rgb(250,131,107); }
H1.HeaderClassName
{
color: #FA836B;
}
.AnyTagClassName
{
color: #FA836B;
}
</style>
background-color css
<style>
a { background-color: #FA836B; }
a { background-color: rgb(250,131,107); }
div.DivClassName
{
background-color: #FA836B;
}
.BgClassName
{
background-color: #FA836B;
}
</style>
border-color css
<style>
span { border-color: #FA836B; }
span { border-color: rgb(250,131,107); }
td.TdClassName
{
border-color: #FA836B;
}
.TagClassName
{
border-color: #FA836B;
}
</style>