Shades of Salmon #FA736D
Tints of Salmon #FA736D
RGB
CMYK
RGB Variations
Color information
#FA736D (or 0xFA736D) is known color: Salmon. HEX triplet: FA, 73 and 6D. RGB value is (250,115,109). Sum of RGB (Red+Green+Blue) = 250+115+109=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA736D is #058C92. Grayscale: #9A9A9A. Windows color (decimal): -363667 or 7173114. OLE color: 7173114.
HSL color Cylindrical-coordinate representation of color #FA736D: hue angle of 2.55º 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 #FA736D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 109 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.02 |
| HSL | 2.55º | 0.93% | 0.7% | - |
| HSV(B) | 2.55º | 0.56% | 0.98% | - |
| XYZ | 48.32 | 33.69 | 18.42 | - |
| YUV | 154.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 109 | 0 | 0.54 | 0.56 | 0.02 | 2.55 | 0.93 | 0.7 |
| Hex | FA | 73 | 6D | 0 | 36 | 38 | 2 | 3 | 5D | 46 |
| Octal | 372 | 163 | 155 | 0 | 66 | 70 | 2 | 3 | 135 | 106 |
| Binary | 11111010 | 1110011 | 1101101 | 0 | 110110 | 111000 | 10 | 11 | 1011101 | 1000110 |
Color Harmonies of #FA736D
Complementary color
Monochromatic Colors of #FA736D
Black with #FA736D
Text Example
Text Example
White with #FA736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA736D; }
p { color: rgb(250,115,109); }
H1.HeaderClassName
{
color: #FA736D;
}
.AnyTagClassName
{
color: #FA736D;
}
</style>
background-color css
<style>
a { background-color: #FA736D; }
a { background-color: rgb(250,115,109); }
div.DivClassName
{
background-color: #FA736D;
}
.BgClassName
{
background-color: #FA736D;
}
</style>
border-color css
<style>
span { border-color: #FA736D; }
span { border-color: rgb(250,115,109); }
td.TdClassName
{
border-color: #FA736D;
}
.TagClassName
{
border-color: #FA736D;
}
</style>