Shades of Salmon #FD8270
Tints of Salmon #FD8270
RGB
CMYK
RGB Variations
Color information
#FD8270 (or 0xFD8270) is known color: Salmon. HEX triplet: FD, 82 and 70. RGB value is (253,130,112). Sum of RGB (Red+Green+Blue) = 253+130+112=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8270 is #027D8F. Grayscale: #A4A4A4. Windows color (decimal): -163216 or 7373565. OLE color: 7373565.
HSL color Cylindrical-coordinate representation of color #FD8270: hue angle of 7.66º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD8270 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 112 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.01 |
| HSL | 7.66º | 0.97% | 0.72% | - |
| HSV(B) | 7.66º | 0.56% | 0.99% | - |
| XYZ | 51.42 | 38.02 | 19.96 | - |
| YUV | 164.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 112 | 0 | 0.49 | 0.56 | 0.01 | 7.66 | 0.97 | 0.72 |
| Hex | FD | 82 | 70 | 0 | 31 | 38 | 1 | 8 | 61 | 48 |
| Octal | 375 | 202 | 160 | 0 | 61 | 70 | 1 | 10 | 141 | 110 |
| Binary | 11111101 | 10000010 | 1110000 | 0 | 110001 | 111000 | 1 | 1000 | 1100001 | 1001000 |
Color Harmonies of #FD8270
Complementary color
Monochromatic Colors of #FD8270
Black with #FD8270
Text Example
Text Example
White with #FD8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8270; }
p { color: rgb(253,130,112); }
H1.HeaderClassName
{
color: #FD8270;
}
.AnyTagClassName
{
color: #FD8270;
}
</style>
background-color css
<style>
a { background-color: #FD8270; }
a { background-color: rgb(253,130,112); }
div.DivClassName
{
background-color: #FD8270;
}
.BgClassName
{
background-color: #FD8270;
}
</style>
border-color css
<style>
span { border-color: #FD8270; }
span { border-color: rgb(253,130,112); }
td.TdClassName
{
border-color: #FD8270;
}
.TagClassName
{
border-color: #FD8270;
}
</style>