Shades of Salmon #FF846C
Tints of Salmon #FF846C
RGB
CMYK
RGB Variations
Color information
#FF846C (or 0xFF846C) is known color: Salmon. HEX triplet: FF, 84 and 6C. RGB value is (255,132,108). Sum of RGB (Red+Green+Blue) = 255+132+108=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846C is #007B93. Grayscale: #A6A6A6. Windows color (decimal): -31636 or 7111935. OLE color: 7111935.
HSL color Cylindrical-coordinate representation of color #FF846C: hue angle of 9.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF846C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 108 | - |
| CMYK | 0 | 0.48 | 0.58 | 0 |
| HSL | 9.8º | 1% | 0.71% | - |
| HSV(B) | 9.8º | 0.58% | 1% | - |
| XYZ | 52.2 | 38.85 | 18.93 | - |
| YUV | 166.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 108 | 0 | 0.48 | 0.58 | 0 | 9.8 | 1 | 0.71 |
| Hex | FF | 84 | 6C | 0 | 30 | 3A | 0 | A | 64 | 47 |
| Octal | 377 | 204 | 154 | 0 | 60 | 72 | 0 | 12 | 144 | 107 |
| Binary | 11111111 | 10000100 | 1101100 | 0 | 110000 | 111010 | 0 | 1010 | 1100100 | 1000111 |
Color Harmonies of #FF846C
Complementary color
Monochromatic Colors of #FF846C
Black with #FF846C
Text Example
Text Example
White with #FF846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF846C; }
p { color: rgb(255,132,108); }
H1.HeaderClassName
{
color: #FF846C;
}
.AnyTagClassName
{
color: #FF846C;
}
</style>
background-color css
<style>
a { background-color: #FF846C; }
a { background-color: rgb(255,132,108); }
div.DivClassName
{
background-color: #FF846C;
}
.BgClassName
{
background-color: #FF846C;
}
</style>
border-color css
<style>
span { border-color: #FF846C; }
span { border-color: rgb(255,132,108); }
td.TdClassName
{
border-color: #FF846C;
}
.TagClassName
{
border-color: #FF846C;
}
</style>