Shades of Salmon #FD8073
Tints of Salmon #FD8073
RGB
CMYK
RGB Variations
Color information
#FD8073 (or 0xFD8073) is known color: Salmon. HEX triplet: FD, 80 and 73. RGB value is (253,128,115). Sum of RGB (Red+Green+Blue) = 253+128+115=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8073 is #027F8C. Grayscale: #A4A4A4. Windows color (decimal): -163725 or 7569661. OLE color: 7569661.
HSL color Cylindrical-coordinate representation of color #FD8073: hue angle of 5.65º 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 #FD8073 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 115 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.01 |
| HSL | 5.65º | 0.97% | 0.72% | - |
| HSV(B) | 5.65º | 0.55% | 0.99% | - |
| XYZ | 51.32 | 37.56 | 20.76 | - |
| YUV | 163.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 115 | 0 | 0.49 | 0.55 | 0.01 | 5.65 | 0.97 | 0.72 |
| Hex | FD | 80 | 73 | 0 | 31 | 37 | 1 | 6 | 61 | 48 |
| Octal | 375 | 200 | 163 | 0 | 61 | 67 | 1 | 6 | 141 | 110 |
| Binary | 11111101 | 10000000 | 1110011 | 0 | 110001 | 110111 | 1 | 110 | 1100001 | 1001000 |
Color Harmonies of #FD8073
Complementary color
Monochromatic Colors of #FD8073
Black with #FD8073
Text Example
Text Example
White with #FD8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8073; }
p { color: rgb(253,128,115); }
H1.HeaderClassName
{
color: #FD8073;
}
.AnyTagClassName
{
color: #FD8073;
}
</style>
background-color css
<style>
a { background-color: #FD8073; }
a { background-color: rgb(253,128,115); }
div.DivClassName
{
background-color: #FD8073;
}
.BgClassName
{
background-color: #FD8073;
}
</style>
border-color css
<style>
span { border-color: #FD8073; }
span { border-color: rgb(253,128,115); }
td.TdClassName
{
border-color: #FD8073;
}
.TagClassName
{
border-color: #FD8073;
}
</style>