Shades of Salmon #FF8273
Tints of Salmon #FF8273
RGB
CMYK
RGB Variations
Color information
#FF8273 (or 0xFF8273) is known color: Salmon. HEX triplet: FF, 82 and 73. RGB value is (255,130,115). Sum of RGB (Red+Green+Blue) = 255+130+115=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8273 is #007D8C. Grayscale: #A5A5A5. Windows color (decimal): -32141 or 7570175. OLE color: 7570175.
HSL color Cylindrical-coordinate representation of color #FF8273: hue angle of 6.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8273 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 115 | - |
| CMYK | 0 | 0.49 | 0.55 | 0 |
| HSL | 6.43º | 1% | 0.73% | - |
| HSV(B) | 6.43º | 0.55% | 1% | - |
| XYZ | 52.32 | 38.46 | 20.89 | - |
| YUV | 165.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 115 | 0 | 0.49 | 0.55 | 0 | 6.43 | 1 | 0.73 |
| Hex | FF | 82 | 73 | 0 | 31 | 37 | 0 | 6 | 64 | 49 |
| Octal | 377 | 202 | 163 | 0 | 61 | 67 | 0 | 6 | 144 | 111 |
| Binary | 11111111 | 10000010 | 1110011 | 0 | 110001 | 110111 | 0 | 110 | 1100100 | 1001001 |
Color Harmonies of #FF8273
Complementary color
Monochromatic Colors of #FF8273
Black with #FF8273
Text Example
Text Example
White with #FF8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8273; }
p { color: rgb(255,130,115); }
H1.HeaderClassName
{
color: #FF8273;
}
.AnyTagClassName
{
color: #FF8273;
}
</style>
background-color css
<style>
a { background-color: #FF8273; }
a { background-color: rgb(255,130,115); }
div.DivClassName
{
background-color: #FF8273;
}
.BgClassName
{
background-color: #FF8273;
}
</style>
border-color css
<style>
span { border-color: #FF8273; }
span { border-color: rgb(255,130,115); }
td.TdClassName
{
border-color: #FF8273;
}
.TagClassName
{
border-color: #FF8273;
}
</style>