Shades of Salmon #FD857A
Tints of Salmon #FD857A
RGB
CMYK
RGB Variations
Color information
#FD857A (or 0xFD857A) is known color: Salmon. HEX triplet: FD, 85 and 7A. RGB value is (253,133,122). Sum of RGB (Red+Green+Blue) = 253+133+122=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD857A is #027A85. Grayscale: #A7A7A7. Windows color (decimal): -162438 or 8029693. OLE color: 8029693.
HSL color Cylindrical-coordinate representation of color #FD857A: hue angle of 5.04º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD857A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 122 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.01 |
| HSL | 5.04º | 0.97% | 0.74% | - |
| HSV(B) | 5.04º | 0.52% | 0.99% | - |
| XYZ | 52.41 | 39.06 | 23.19 | - |
| YUV | 167.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 122 | 0 | 0.47 | 0.52 | 0.01 | 5.04 | 0.97 | 0.74 |
| Hex | FD | 85 | 7A | 0 | 2F | 34 | 1 | 5 | 61 | 4A |
| Octal | 375 | 205 | 172 | 0 | 57 | 64 | 1 | 5 | 141 | 112 |
| Binary | 11111101 | 10000101 | 1111010 | 0 | 101111 | 110100 | 1 | 101 | 1100001 | 1001010 |
Color Harmonies of #FD857A
Complementary color
Monochromatic Colors of #FD857A
Black with #FD857A
Text Example
Text Example
White with #FD857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD857A; }
p { color: rgb(253,133,122); }
H1.HeaderClassName
{
color: #FD857A;
}
.AnyTagClassName
{
color: #FD857A;
}
</style>
background-color css
<style>
a { background-color: #FD857A; }
a { background-color: rgb(253,133,122); }
div.DivClassName
{
background-color: #FD857A;
}
.BgClassName
{
background-color: #FD857A;
}
</style>
border-color css
<style>
span { border-color: #FD857A; }
span { border-color: rgb(253,133,122); }
td.TdClassName
{
border-color: #FD857A;
}
.TagClassName
{
border-color: #FD857A;
}
</style>