Shades of Salmon #FD8A70
Tints of Salmon #FD8A70
RGB
CMYK
RGB Variations
Color information
#FD8A70 (or 0xFD8A70) is known color: Salmon. HEX triplet: FD, 8A and 70. RGB value is (253,138,112). Sum of RGB (Red+Green+Blue) = 253+138+112=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A70 is #02758F. Grayscale: #A9A9A9. Windows color (decimal): -161168 or 7375613. OLE color: 7375613.
HSL color Cylindrical-coordinate representation of color #FD8A70: hue angle of 11.06º 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 #FD8A70 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 112 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.01 |
| HSL | 11.06º | 0.97% | 0.72% | - |
| HSV(B) | 11.06º | 0.56% | 0.99% | - |
| XYZ | 52.52 | 40.23 | 20.33 | - |
| YUV | 169.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 112 | 0 | 0.45 | 0.56 | 0.01 | 11.06 | 0.97 | 0.72 |
| Hex | FD | 8A | 70 | 0 | 2D | 38 | 1 | B | 61 | 48 |
| Octal | 375 | 212 | 160 | 0 | 55 | 70 | 1 | 13 | 141 | 110 |
| Binary | 11111101 | 10001010 | 1110000 | 0 | 101101 | 111000 | 1 | 1011 | 1100001 | 1001000 |
Color Harmonies of #FD8A70
Complementary color
Monochromatic Colors of #FD8A70
Black with #FD8A70
Text Example
Text Example
White with #FD8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A70; }
p { color: rgb(253,138,112); }
H1.HeaderClassName
{
color: #FD8A70;
}
.AnyTagClassName
{
color: #FD8A70;
}
</style>
background-color css
<style>
a { background-color: #FD8A70; }
a { background-color: rgb(253,138,112); }
div.DivClassName
{
background-color: #FD8A70;
}
.BgClassName
{
background-color: #FD8A70;
}
</style>
border-color css
<style>
span { border-color: #FD8A70; }
span { border-color: rgb(253,138,112); }
td.TdClassName
{
border-color: #FD8A70;
}
.TagClassName
{
border-color: #FD8A70;
}
</style>