Shades of Salmon #FF807E
Tints of Salmon #FF807E
RGB
CMYK
RGB Variations
Color information
#FF807E (or 0xFF807E) is known color: Salmon. HEX triplet: FF, 80 and 7E. RGB value is (255,128,126). Sum of RGB (Red+Green+Blue) = 255+128+126=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807E is #007F81. Grayscale: #A5A5A5. Windows color (decimal): -32642 or 8290559. OLE color: 8290559.
HSL color Cylindrical-coordinate representation of color #FF807E: hue angle of 0.93º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF807E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 126 | - |
| CMYK | 0 | 0.50 | 0.51 | 0 |
| HSL | 0.93º | 1% | 0.75% | - |
| HSV(B) | 0.93º | 0.51% | 1% | - |
| XYZ | 52.73 | 38.2 | 24.33 | - |
| YUV | 165.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 126 | 0 | 0.50 | 0.51 | 0 | 0.93 | 1 | 0.75 |
| Hex | FF | 80 | 7E | 0 | 32 | 33 | 0 | 1 | 64 | 4B |
| Octal | 377 | 200 | 176 | 0 | 62 | 63 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000000 | 1111110 | 0 | 110010 | 110011 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF807E
Complementary color
Monochromatic Colors of #FF807E
Black with #FF807E
Text Example
Text Example
White with #FF807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807E; }
p { color: rgb(255,128,126); }
H1.HeaderClassName
{
color: #FF807E;
}
.AnyTagClassName
{
color: #FF807E;
}
</style>
background-color css
<style>
a { background-color: #FF807E; }
a { background-color: rgb(255,128,126); }
div.DivClassName
{
background-color: #FF807E;
}
.BgClassName
{
background-color: #FF807E;
}
</style>
border-color css
<style>
span { border-color: #FF807E; }
span { border-color: rgb(255,128,126); }
td.TdClassName
{
border-color: #FF807E;
}
.TagClassName
{
border-color: #FF807E;
}
</style>