Shades of Salmon #FF807C
Tints of Salmon #FF807C
RGB
CMYK
RGB Variations
Color information
#FF807C (or 0xFF807C) is known color: Salmon. HEX triplet: FF, 80 and 7C. RGB value is (255,128,124). Sum of RGB (Red+Green+Blue) = 255+128+124=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807C is #007F83. Grayscale: #A5A5A5. Windows color (decimal): -32644 or 8159487. OLE color: 8159487.
HSL color Cylindrical-coordinate representation of color #FF807C: hue angle of 1.83º 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 #FF807C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 124 | - |
| CMYK | 0 | 0.50 | 0.51 | 0 |
| HSL | 1.83º | 1% | 0.74% | - |
| HSV(B) | 1.83º | 0.51% | 1% | - |
| XYZ | 52.6 | 38.15 | 23.66 | - |
| YUV | 165.52 | 104.58 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 124 | 0 | 0.50 | 0.51 | 0 | 1.83 | 1 | 0.74 |
| Hex | FF | 80 | 7C | 0 | 32 | 33 | 0 | 2 | 64 | 4A |
| Octal | 377 | 200 | 174 | 0 | 62 | 63 | 0 | 2 | 144 | 112 |
| Binary | 11111111 | 10000000 | 1111100 | 0 | 110010 | 110011 | 0 | 10 | 1100100 | 1001010 |
Color Harmonies of #FF807C
Complementary color
Monochromatic Colors of #FF807C
Black with #FF807C
Text Example
Text Example
White with #FF807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807C; }
p { color: rgb(255,128,124); }
H1.HeaderClassName
{
color: #FF807C;
}
.AnyTagClassName
{
color: #FF807C;
}
</style>
background-color css
<style>
a { background-color: #FF807C; }
a { background-color: rgb(255,128,124); }
div.DivClassName
{
background-color: #FF807C;
}
.BgClassName
{
background-color: #FF807C;
}
</style>
border-color css
<style>
span { border-color: #FF807C; }
span { border-color: rgb(255,128,124); }
td.TdClassName
{
border-color: #FF807C;
}
.TagClassName
{
border-color: #FF807C;
}
</style>