Shades of Salmon #FF847C
Tints of Salmon #FF847C
RGB
CMYK
RGB Variations
Color information
#FF847C (or 0xFF847C) is known color: Salmon. HEX triplet: FF, 84 and 7C. RGB value is (255,132,124). Sum of RGB (Red+Green+Blue) = 255+132+124=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF847C is #007B83. Grayscale: #A8A8A8. Windows color (decimal): -31620 or 8160511. OLE color: 8160511.
HSL color Cylindrical-coordinate representation of color #FF847C: hue angle of 3.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF847C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 124 | - |
| CMYK | 0 | 0.48 | 0.51 | 0 |
| HSL | 3.66º | 1% | 0.74% | - |
| HSV(B) | 3.66º | 0.51% | 1% | - |
| XYZ | 53.13 | 39.22 | 23.84 | - |
| YUV | 167.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 124 | 0 | 0.48 | 0.51 | 0 | 3.66 | 1 | 0.74 |
| Hex | FF | 84 | 7C | 0 | 30 | 33 | 0 | 4 | 64 | 4A |
| Octal | 377 | 204 | 174 | 0 | 60 | 63 | 0 | 4 | 144 | 112 |
| Binary | 11111111 | 10000100 | 1111100 | 0 | 110000 | 110011 | 0 | 100 | 1100100 | 1001010 |
Color Harmonies of #FF847C
Complementary color
Monochromatic Colors of #FF847C
Black with #FF847C
Text Example
Text Example
White with #FF847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF847C; }
p { color: rgb(255,132,124); }
H1.HeaderClassName
{
color: #FF847C;
}
.AnyTagClassName
{
color: #FF847C;
}
</style>
background-color css
<style>
a { background-color: #FF847C; }
a { background-color: rgb(255,132,124); }
div.DivClassName
{
background-color: #FF847C;
}
.BgClassName
{
background-color: #FF847C;
}
</style>
border-color css
<style>
span { border-color: #FF847C; }
span { border-color: rgb(255,132,124); }
td.TdClassName
{
border-color: #FF847C;
}
.TagClassName
{
border-color: #FF847C;
}
</style>