Shades of Salmon #FA8565
Tints of Salmon #FA8565
RGB
CMYK
RGB Variations
Color information
#FA8565 (or 0xFA8565) is known color: Salmon. HEX triplet: FA, 85 and 65. RGB value is (250,133,101). Sum of RGB (Red+Green+Blue) = 250+133+101=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8565 is #057A9A. Grayscale: #A4A4A4. Windows color (decimal): -359067 or 6653434. OLE color: 6653434.
HSL color Cylindrical-coordinate representation of color #FA8565: hue angle of 12.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8565 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 101 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.02 |
| HSL | 12.89º | 0.94% | 0.69% | - |
| HSV(B) | 12.89º | 0.6% | 0.98% | - |
| XYZ | 50.16 | 38.04 | 17.01 | - |
| YUV | 164.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 101 | 0 | 0.47 | 0.60 | 0.02 | 12.89 | 0.94 | 0.69 |
| Hex | FA | 85 | 65 | 0 | 2F | 3C | 2 | D | 5E | 45 |
| Octal | 372 | 205 | 145 | 0 | 57 | 74 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000101 | 1100101 | 0 | 101111 | 111100 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8565
Complementary color
Monochromatic Colors of #FA8565
Black with #FA8565
Text Example
Text Example
White with #FA8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8565; }
p { color: rgb(250,133,101); }
H1.HeaderClassName
{
color: #FA8565;
}
.AnyTagClassName
{
color: #FA8565;
}
</style>
background-color css
<style>
a { background-color: #FA8565; }
a { background-color: rgb(250,133,101); }
div.DivClassName
{
background-color: #FA8565;
}
.BgClassName
{
background-color: #FA8565;
}
</style>
border-color css
<style>
span { border-color: #FA8565; }
span { border-color: rgb(250,133,101); }
td.TdClassName
{
border-color: #FA8565;
}
.TagClassName
{
border-color: #FA8565;
}
</style>