Shades of Salmon #FF807B
Tints of Salmon #FF807B
RGB
CMYK
RGB Variations
Color information
#FF807B (or 0xFF807B) is known color: Salmon. HEX triplet: FF, 80 and 7B. RGB value is (255,128,123). Sum of RGB (Red+Green+Blue) = 255+128+123=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807B is #007F84. Grayscale: #A5A5A5. Windows color (decimal): -32645 or 8093951. OLE color: 8093951.
HSL color Cylindrical-coordinate representation of color #FF807B: hue angle of 2.27º 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 #FF807B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 123 | - |
| CMYK | 0 | 0.50 | 0.52 | 0 |
| HSL | 2.27º | 1% | 0.74% | - |
| HSV(B) | 2.27º | 0.52% | 1% | - |
| XYZ | 52.53 | 38.13 | 23.33 | - |
| YUV | 165.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 123 | 0 | 0.50 | 0.52 | 0 | 2.27 | 1 | 0.74 |
| Hex | FF | 80 | 7B | 0 | 32 | 34 | 0 | 2 | 64 | 4A |
| Octal | 377 | 200 | 173 | 0 | 62 | 64 | 0 | 2 | 144 | 112 |
| Binary | 11111111 | 10000000 | 1111011 | 0 | 110010 | 110100 | 0 | 10 | 1100100 | 1001010 |
Color Harmonies of #FF807B
Complementary color
Monochromatic Colors of #FF807B
Black with #FF807B
Text Example
Text Example
White with #FF807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807B; }
p { color: rgb(255,128,123); }
H1.HeaderClassName
{
color: #FF807B;
}
.AnyTagClassName
{
color: #FF807B;
}
</style>
background-color css
<style>
a { background-color: #FF807B; }
a { background-color: rgb(255,128,123); }
div.DivClassName
{
background-color: #FF807B;
}
.BgClassName
{
background-color: #FF807B;
}
</style>
border-color css
<style>
span { border-color: #FF807B; }
span { border-color: rgb(255,128,123); }
td.TdClassName
{
border-color: #FF807B;
}
.TagClassName
{
border-color: #FF807B;
}
</style>