Shades of Salmon #FD8275
Tints of Salmon #FD8275
RGB
CMYK
RGB Variations
Color information
#FD8275 (or 0xFD8275) is known color: Salmon. HEX triplet: FD, 82 and 75. RGB value is (253,130,117). Sum of RGB (Red+Green+Blue) = 253+130+117=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8275 is #027D8A. Grayscale: #A5A5A5. Windows color (decimal): -163211 or 7701245. OLE color: 7701245.
HSL color Cylindrical-coordinate representation of color #FD8275: hue angle of 5.74º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD8275 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 117 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.01 |
| HSL | 5.74º | 0.97% | 0.73% | - |
| HSV(B) | 5.74º | 0.54% | 0.99% | - |
| XYZ | 51.7 | 38.13 | 21.46 | - |
| YUV | 165.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 117 | 0 | 0.49 | 0.54 | 0.01 | 5.74 | 0.97 | 0.73 |
| Hex | FD | 82 | 75 | 0 | 31 | 36 | 1 | 6 | 61 | 49 |
| Octal | 375 | 202 | 165 | 0 | 61 | 66 | 1 | 6 | 141 | 111 |
| Binary | 11111101 | 10000010 | 1110101 | 0 | 110001 | 110110 | 1 | 110 | 1100001 | 1001001 |
Color Harmonies of #FD8275
Complementary color
Monochromatic Colors of #FD8275
Black with #FD8275
Text Example
Text Example
White with #FD8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8275; }
p { color: rgb(253,130,117); }
H1.HeaderClassName
{
color: #FD8275;
}
.AnyTagClassName
{
color: #FD8275;
}
</style>
background-color css
<style>
a { background-color: #FD8275; }
a { background-color: rgb(253,130,117); }
div.DivClassName
{
background-color: #FD8275;
}
.BgClassName
{
background-color: #FD8275;
}
</style>
border-color css
<style>
span { border-color: #FD8275; }
span { border-color: rgb(253,130,117); }
td.TdClassName
{
border-color: #FD8275;
}
.TagClassName
{
border-color: #FD8275;
}
</style>