Shades of Salmon #FF857C
Tints of Salmon #FF857C
RGB
CMYK
RGB Variations
Color information
#FF857C (or 0xFF857C) is known color: Salmon. HEX triplet: FF, 85 and 7C. RGB value is (255,133,124). Sum of RGB (Red+Green+Blue) = 255+133+124=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF857C is #007A83. Grayscale: #A8A8A8. Windows color (decimal): -31364 or 8160767. OLE color: 8160767.
HSL color Cylindrical-coordinate representation of color #FF857C: hue angle of 4.12º 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 #FF857C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 124 | - |
| CMYK | 0 | 0.48 | 0.51 | 0 |
| HSL | 4.12º | 1% | 0.74% | - |
| HSV(B) | 4.12º | 0.51% | 1% | - |
| XYZ | 53.27 | 39.49 | 23.88 | - |
| YUV | 168.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 124 | 0 | 0.48 | 0.51 | 0 | 4.12 | 1 | 0.74 |
| Hex | FF | 85 | 7C | 0 | 30 | 33 | 0 | 4 | 64 | 4A |
| Octal | 377 | 205 | 174 | 0 | 60 | 63 | 0 | 4 | 144 | 112 |
| Binary | 11111111 | 10000101 | 1111100 | 0 | 110000 | 110011 | 0 | 100 | 1100100 | 1001010 |
Color Harmonies of #FF857C
Complementary color
Monochromatic Colors of #FF857C
Black with #FF857C
Text Example
Text Example
White with #FF857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF857C; }
p { color: rgb(255,133,124); }
H1.HeaderClassName
{
color: #FF857C;
}
.AnyTagClassName
{
color: #FF857C;
}
</style>
background-color css
<style>
a { background-color: #FF857C; }
a { background-color: rgb(255,133,124); }
div.DivClassName
{
background-color: #FF857C;
}
.BgClassName
{
background-color: #FF857C;
}
</style>
border-color css
<style>
span { border-color: #FF857C; }
span { border-color: rgb(255,133,124); }
td.TdClassName
{
border-color: #FF857C;
}
.TagClassName
{
border-color: #FF857C;
}
</style>