Shades of Salmon #FF8B7A
Tints of Salmon #FF8B7A
RGB
CMYK
RGB Variations
Color information
#FF8B7A (or 0xFF8B7A) is known color: Salmon. HEX triplet: FF, 8B and 7A. RGB value is (255,139,122). Sum of RGB (Red+Green+Blue) = 255+139+122=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B7A is #007485. Grayscale: #ABABAB. Windows color (decimal): -29830 or 8031231. OLE color: 8031231.
HSL color Cylindrical-coordinate representation of color #FF8B7A: hue angle of 7.67º 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 #FF8B7A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 122 | - |
| CMYK | 0 | 0.45 | 0.52 | 0 |
| HSL | 7.67º | 1% | 0.74% | - |
| HSV(B) | 7.67º | 0.52% | 1% | - |
| XYZ | 53.99 | 41.13 | 23.51 | - |
| YUV | 171.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 122 | 0 | 0.45 | 0.52 | 0 | 7.67 | 1 | 0.74 |
| Hex | FF | 8B | 7A | 0 | 2D | 34 | 0 | 8 | 64 | 4A |
| Octal | 377 | 213 | 172 | 0 | 55 | 64 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001011 | 1111010 | 0 | 101101 | 110100 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8B7A
Complementary color
Monochromatic Colors of #FF8B7A
Black with #FF8B7A
Text Example
Text Example
White with #FF8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B7A; }
p { color: rgb(255,139,122); }
H1.HeaderClassName
{
color: #FF8B7A;
}
.AnyTagClassName
{
color: #FF8B7A;
}
</style>
background-color css
<style>
a { background-color: #FF8B7A; }
a { background-color: rgb(255,139,122); }
div.DivClassName
{
background-color: #FF8B7A;
}
.BgClassName
{
background-color: #FF8B7A;
}
</style>
border-color css
<style>
span { border-color: #FF8B7A; }
span { border-color: rgb(255,139,122); }
td.TdClassName
{
border-color: #FF8B7A;
}
.TagClassName
{
border-color: #FF8B7A;
}
</style>