Shades of Salmon #FF8A7B
Tints of Salmon #FF8A7B
RGB
CMYK
RGB Variations
Color information
#FF8A7B (or 0xFF8A7B) is known color: Salmon. HEX triplet: FF, 8A and 7B. RGB value is (255,138,123). Sum of RGB (Red+Green+Blue) = 255+138+123=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A7B is #007584. Grayscale: #ABABAB. Windows color (decimal): -30085 or 8096511. OLE color: 8096511.
HSL color Cylindrical-coordinate representation of color #FF8A7B: hue angle of 6.82º 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 #FF8A7B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 123 | - |
| CMYK | 0 | 0.46 | 0.52 | 0 |
| HSL | 6.82º | 1% | 0.74% | - |
| HSV(B) | 6.82º | 0.52% | 1% | - |
| XYZ | 53.9 | 40.87 | 23.79 | - |
| YUV | 171.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 123 | 0 | 0.46 | 0.52 | 0 | 6.82 | 1 | 0.74 |
| Hex | FF | 8A | 7B | 0 | 2E | 34 | 0 | 7 | 64 | 4A |
| Octal | 377 | 212 | 173 | 0 | 56 | 64 | 0 | 7 | 144 | 112 |
| Binary | 11111111 | 10001010 | 1111011 | 0 | 101110 | 110100 | 0 | 111 | 1100100 | 1001010 |
Color Harmonies of #FF8A7B
Complementary color
Monochromatic Colors of #FF8A7B
Black with #FF8A7B
Text Example
Text Example
White with #FF8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A7B; }
p { color: rgb(255,138,123); }
H1.HeaderClassName
{
color: #FF8A7B;
}
.AnyTagClassName
{
color: #FF8A7B;
}
</style>
background-color css
<style>
a { background-color: #FF8A7B; }
a { background-color: rgb(255,138,123); }
div.DivClassName
{
background-color: #FF8A7B;
}
.BgClassName
{
background-color: #FF8A7B;
}
</style>
border-color css
<style>
span { border-color: #FF8A7B; }
span { border-color: rgb(255,138,123); }
td.TdClassName
{
border-color: #FF8A7B;
}
.TagClassName
{
border-color: #FF8A7B;
}
</style>