Shades of Salmon #FD8575
Tints of Salmon #FD8575
RGB
CMYK
RGB Variations
Color information
#FD8575 (or 0xFD8575) is known color: Salmon. HEX triplet: FD, 85 and 75. RGB value is (253,133,117). Sum of RGB (Red+Green+Blue) = 253+133+117=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8575 is #027A8A. Grayscale: #A7A7A7. Windows color (decimal): -162443 or 7702013. OLE color: 7702013.
HSL color Cylindrical-coordinate representation of color #FD8575: hue angle of 7.06º 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 #FD8575 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 117 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.01 |
| HSL | 7.06º | 0.97% | 0.73% | - |
| HSV(B) | 7.06º | 0.54% | 0.99% | - |
| XYZ | 52.11 | 38.94 | 21.6 | - |
| YUV | 167.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 117 | 0 | 0.47 | 0.54 | 0.01 | 7.06 | 0.97 | 0.73 |
| Hex | FD | 85 | 75 | 0 | 2F | 36 | 1 | 7 | 61 | 49 |
| Octal | 375 | 205 | 165 | 0 | 57 | 66 | 1 | 7 | 141 | 111 |
| Binary | 11111101 | 10000101 | 1110101 | 0 | 101111 | 110110 | 1 | 111 | 1100001 | 1001001 |
Color Harmonies of #FD8575
Complementary color
Monochromatic Colors of #FD8575
Black with #FD8575
Text Example
Text Example
White with #FD8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8575; }
p { color: rgb(253,133,117); }
H1.HeaderClassName
{
color: #FD8575;
}
.AnyTagClassName
{
color: #FD8575;
}
</style>
background-color css
<style>
a { background-color: #FD8575; }
a { background-color: rgb(253,133,117); }
div.DivClassName
{
background-color: #FD8575;
}
.BgClassName
{
background-color: #FD8575;
}
</style>
border-color css
<style>
span { border-color: #FD8575; }
span { border-color: rgb(253,133,117); }
td.TdClassName
{
border-color: #FD8575;
}
.TagClassName
{
border-color: #FD8575;
}
</style>