Shades of Salmon #FF807D
Tints of Salmon #FF807D
RGB
CMYK
RGB Variations
Color information
#FF807D (or 0xFF807D) is known color: Salmon. HEX triplet: FF, 80 and 7D. RGB value is (255,128,125). Sum of RGB (Red+Green+Blue) = 255+128+125=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807D is #007F82. Grayscale: #A5A5A5. Windows color (decimal): -32643 or 8225023. OLE color: 8225023.
HSL color Cylindrical-coordinate representation of color #FF807D: hue angle of 1.38º 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 #FF807D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 125 | - |
| CMYK | 0 | 0.50 | 0.51 | 0 |
| HSL | 1.38º | 1% | 0.75% | - |
| HSV(B) | 1.38º | 0.51% | 1% | - |
| XYZ | 52.66 | 38.18 | 24 | - |
| YUV | 165.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 125 | 0 | 0.50 | 0.51 | 0 | 1.38 | 1 | 0.75 |
| Hex | FF | 80 | 7D | 0 | 32 | 33 | 0 | 1 | 64 | 4B |
| Octal | 377 | 200 | 175 | 0 | 62 | 63 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000000 | 1111101 | 0 | 110010 | 110011 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF807D
Complementary color
Monochromatic Colors of #FF807D
Black with #FF807D
Text Example
Text Example
White with #FF807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807D; }
p { color: rgb(255,128,125); }
H1.HeaderClassName
{
color: #FF807D;
}
.AnyTagClassName
{
color: #FF807D;
}
</style>
background-color css
<style>
a { background-color: #FF807D; }
a { background-color: rgb(255,128,125); }
div.DivClassName
{
background-color: #FF807D;
}
.BgClassName
{
background-color: #FF807D;
}
</style>
border-color css
<style>
span { border-color: #FF807D; }
span { border-color: rgb(255,128,125); }
td.TdClassName
{
border-color: #FF807D;
}
.TagClassName
{
border-color: #FF807D;
}
</style>