Shades of Salmon #FD8273
Tints of Salmon #FD8273
RGB
CMYK
RGB Variations
Color information
#FD8273 (or 0xFD8273) is known color: Salmon. HEX triplet: FD, 82 and 73. RGB value is (253,130,115). Sum of RGB (Red+Green+Blue) = 253+130+115=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8273 is #027D8C. Grayscale: #A5A5A5. Windows color (decimal): -163213 or 7570173. OLE color: 7570173.
HSL color Cylindrical-coordinate representation of color #FD8273: hue angle of 6.52º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD8273 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 115 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.01 |
| HSL | 6.52º | 0.97% | 0.72% | - |
| HSV(B) | 6.52º | 0.55% | 0.99% | - |
| XYZ | 51.59 | 38.09 | 20.85 | - |
| YUV | 165.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 115 | 0 | 0.49 | 0.55 | 0.01 | 6.52 | 0.97 | 0.72 |
| Hex | FD | 82 | 73 | 0 | 31 | 37 | 1 | 7 | 61 | 48 |
| Octal | 375 | 202 | 163 | 0 | 61 | 67 | 1 | 7 | 141 | 110 |
| Binary | 11111101 | 10000010 | 1110011 | 0 | 110001 | 110111 | 1 | 111 | 1100001 | 1001000 |
Color Harmonies of #FD8273
Complementary color
Monochromatic Colors of #FD8273
Black with #FD8273
Text Example
Text Example
White with #FD8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8273; }
p { color: rgb(253,130,115); }
H1.HeaderClassName
{
color: #FD8273;
}
.AnyTagClassName
{
color: #FD8273;
}
</style>
background-color css
<style>
a { background-color: #FD8273; }
a { background-color: rgb(253,130,115); }
div.DivClassName
{
background-color: #FD8273;
}
.BgClassName
{
background-color: #FD8273;
}
</style>
border-color css
<style>
span { border-color: #FD8273; }
span { border-color: rgb(253,130,115); }
td.TdClassName
{
border-color: #FD8273;
}
.TagClassName
{
border-color: #FD8273;
}
</style>