Shades of Salmon #FF807A
Tints of Salmon #FF807A
RGB
CMYK
RGB Variations
Color information
#FF807A (or 0xFF807A) is known color: Salmon. HEX triplet: FF, 80 and 7A. RGB value is (255,128,122). Sum of RGB (Red+Green+Blue) = 255+128+122=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807A is #007F85. Grayscale: #A5A5A5. Windows color (decimal): -32646 or 8028415. OLE color: 8028415.
HSL color Cylindrical-coordinate representation of color #FF807A: hue angle of 2.71º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF807A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 122 | - |
| CMYK | 0 | 0.50 | 0.52 | 0 |
| HSL | 2.71º | 1% | 0.74% | - |
| HSV(B) | 2.71º | 0.52% | 1% | - |
| XYZ | 52.47 | 38.1 | 23 | - |
| YUV | 165.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 122 | 0 | 0.50 | 0.52 | 0 | 2.71 | 1 | 0.74 |
| Hex | FF | 80 | 7A | 0 | 32 | 34 | 0 | 3 | 64 | 4A |
| Octal | 377 | 200 | 172 | 0 | 62 | 64 | 0 | 3 | 144 | 112 |
| Binary | 11111111 | 10000000 | 1111010 | 0 | 110010 | 110100 | 0 | 11 | 1100100 | 1001010 |
Color Harmonies of #FF807A
Complementary color
Monochromatic Colors of #FF807A
Black with #FF807A
Text Example
Text Example
White with #FF807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807A; }
p { color: rgb(255,128,122); }
H1.HeaderClassName
{
color: #FF807A;
}
.AnyTagClassName
{
color: #FF807A;
}
</style>
background-color css
<style>
a { background-color: #FF807A; }
a { background-color: rgb(255,128,122); }
div.DivClassName
{
background-color: #FF807A;
}
.BgClassName
{
background-color: #FF807A;
}
</style>
border-color css
<style>
span { border-color: #FF807A; }
span { border-color: rgb(255,128,122); }
td.TdClassName
{
border-color: #FF807A;
}
.TagClassName
{
border-color: #FF807A;
}
</style>