Shades of Salmon #FF8A7C
Tints of Salmon #FF8A7C
RGB
CMYK
RGB Variations
Color information
#FF8A7C (or 0xFF8A7C) is known color: Salmon. HEX triplet: FF, 8A and 7C. RGB value is (255,138,124). Sum of RGB (Red+Green+Blue) = 255+138+124=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A7C is #007583. Grayscale: #ABABAB. Windows color (decimal): -30084 or 8162047. OLE color: 8162047.
HSL color Cylindrical-coordinate representation of color #FF8A7C: hue angle of 6.41º 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 #FF8A7C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0 |
| HSL | 6.41º | 1% | 0.74% | - |
| HSV(B) | 6.41º | 0.51% | 1% | - |
| XYZ | 53.97 | 40.89 | 24.12 | - |
| YUV | 171.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 124 | 0 | 0.46 | 0.51 | 0 | 6.41 | 1 | 0.74 |
| Hex | FF | 8A | 7C | 0 | 2E | 33 | 0 | 6 | 64 | 4A |
| Octal | 377 | 212 | 174 | 0 | 56 | 63 | 0 | 6 | 144 | 112 |
| Binary | 11111111 | 10001010 | 1111100 | 0 | 101110 | 110011 | 0 | 110 | 1100100 | 1001010 |
Color Harmonies of #FF8A7C
Complementary color
Monochromatic Colors of #FF8A7C
Black with #FF8A7C
Text Example
Text Example
White with #FF8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A7C; }
p { color: rgb(255,138,124); }
H1.HeaderClassName
{
color: #FF8A7C;
}
.AnyTagClassName
{
color: #FF8A7C;
}
</style>
background-color css
<style>
a { background-color: #FF8A7C; }
a { background-color: rgb(255,138,124); }
div.DivClassName
{
background-color: #FF8A7C;
}
.BgClassName
{
background-color: #FF8A7C;
}
</style>
border-color css
<style>
span { border-color: #FF8A7C; }
span { border-color: rgb(255,138,124); }
td.TdClassName
{
border-color: #FF8A7C;
}
.TagClassName
{
border-color: #FF8A7C;
}
</style>