Shades of Salmon #FF8176
Tints of Salmon #FF8176
RGB
CMYK
RGB Variations
Color information
#FF8176 (or 0xFF8176) is known color: Salmon. HEX triplet: FF, 81 and 76. RGB value is (255,129,118). Sum of RGB (Red+Green+Blue) = 255+129+118=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8176 is #007E89. Grayscale: #A5A5A5. Windows color (decimal): -32394 or 7766527. OLE color: 7766527.
HSL color Cylindrical-coordinate representation of color #FF8176: hue angle of 4.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8176 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 118 | - |
| CMYK | 0 | 0.49 | 0.54 | 0 |
| HSL | 4.82º | 1% | 0.73% | - |
| HSV(B) | 4.82º | 0.54% | 1% | - |
| XYZ | 52.36 | 38.27 | 21.77 | - |
| YUV | 165.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 118 | 0 | 0.49 | 0.54 | 0 | 4.82 | 1 | 0.73 |
| Hex | FF | 81 | 76 | 0 | 31 | 36 | 0 | 5 | 64 | 49 |
| Octal | 377 | 201 | 166 | 0 | 61 | 66 | 0 | 5 | 144 | 111 |
| Binary | 11111111 | 10000001 | 1110110 | 0 | 110001 | 110110 | 0 | 101 | 1100100 | 1001001 |
Color Harmonies of #FF8176
Complementary color
Monochromatic Colors of #FF8176
Black with #FF8176
Text Example
Text Example
White with #FF8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8176; }
p { color: rgb(255,129,118); }
H1.HeaderClassName
{
color: #FF8176;
}
.AnyTagClassName
{
color: #FF8176;
}
</style>
background-color css
<style>
a { background-color: #FF8176; }
a { background-color: rgb(255,129,118); }
div.DivClassName
{
background-color: #FF8176;
}
.BgClassName
{
background-color: #FF8176;
}
</style>
border-color css
<style>
span { border-color: #FF8176; }
span { border-color: rgb(255,129,118); }
td.TdClassName
{
border-color: #FF8176;
}
.TagClassName
{
border-color: #FF8176;
}
</style>