Shades of Salmon #FA816C
Tints of Salmon #FA816C
RGB
CMYK
RGB Variations
Color information
#FA816C (or 0xFA816C) is known color: Salmon. HEX triplet: FA, 81 and 6C. RGB value is (250,129,108). Sum of RGB (Red+Green+Blue) = 250+129+108=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA816C is #057E93. Grayscale: #A2A2A2. Windows color (decimal): -360084 or 7111162. OLE color: 7111162.
HSL color Cylindrical-coordinate representation of color #FA816C: hue angle of 8.87º 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 #FA816C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 8.87º | 0.93% | 0.7% | - |
| HSV(B) | 8.87º | 0.57% | 0.98% | - |
| XYZ | 49.98 | 37.11 | 18.72 | - |
| YUV | 162.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 108 | 0 | 0.48 | 0.57 | 0.02 | 8.87 | 0.93 | 0.7 |
| Hex | FA | 81 | 6C | 0 | 30 | 39 | 2 | 9 | 5D | 46 |
| Octal | 372 | 201 | 154 | 0 | 60 | 71 | 2 | 11 | 135 | 106 |
| Binary | 11111010 | 10000001 | 1101100 | 0 | 110000 | 111001 | 10 | 1001 | 1011101 | 1000110 |
Color Harmonies of #FA816C
Complementary color
Monochromatic Colors of #FA816C
Black with #FA816C
Text Example
Text Example
White with #FA816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA816C; }
p { color: rgb(250,129,108); }
H1.HeaderClassName
{
color: #FA816C;
}
.AnyTagClassName
{
color: #FA816C;
}
</style>
background-color css
<style>
a { background-color: #FA816C; }
a { background-color: rgb(250,129,108); }
div.DivClassName
{
background-color: #FA816C;
}
.BgClassName
{
background-color: #FA816C;
}
</style>
border-color css
<style>
span { border-color: #FA816C; }
span { border-color: rgb(250,129,108); }
td.TdClassName
{
border-color: #FA816C;
}
.TagClassName
{
border-color: #FA816C;
}
</style>