Shades of Salmon #FF846F
Tints of Salmon #FF846F
RGB
CMYK
RGB Variations
Color information
#FF846F (or 0xFF846F) is known color: Salmon. HEX triplet: FF, 84 and 6F. RGB value is (255,132,111). Sum of RGB (Red+Green+Blue) = 255+132+111=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846F is #007B90. Grayscale: #A6A6A6. Windows color (decimal): -31633 or 7308543. OLE color: 7308543.
HSL color Cylindrical-coordinate representation of color #FF846F: hue angle of 8.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF846F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 111 | - |
| CMYK | 0 | 0.48 | 0.56 | 0 |
| HSL | 8.75º | 1% | 0.72% | - |
| HSV(B) | 8.75º | 0.56% | 1% | - |
| XYZ | 52.36 | 38.91 | 19.79 | - |
| YUV | 166.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 111 | 0 | 0.48 | 0.56 | 0 | 8.75 | 1 | 0.72 |
| Hex | FF | 84 | 6F | 0 | 30 | 38 | 0 | 9 | 64 | 48 |
| Octal | 377 | 204 | 157 | 0 | 60 | 70 | 0 | 11 | 144 | 110 |
| Binary | 11111111 | 10000100 | 1101111 | 0 | 110000 | 111000 | 0 | 1001 | 1100100 | 1001000 |
Color Harmonies of #FF846F
Complementary color
Monochromatic Colors of #FF846F
Black with #FF846F
Text Example
Text Example
White with #FF846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF846F; }
p { color: rgb(255,132,111); }
H1.HeaderClassName
{
color: #FF846F;
}
.AnyTagClassName
{
color: #FF846F;
}
</style>
background-color css
<style>
a { background-color: #FF846F; }
a { background-color: rgb(255,132,111); }
div.DivClassName
{
background-color: #FF846F;
}
.BgClassName
{
background-color: #FF846F;
}
</style>
border-color css
<style>
span { border-color: #FF846F; }
span { border-color: rgb(255,132,111); }
td.TdClassName
{
border-color: #FF846F;
}
.TagClassName
{
border-color: #FF846F;
}
</style>