Shades of Salmon #FD856C
Tints of Salmon #FD856C
RGB
CMYK
RGB Variations
Color information
#FD856C (or 0xFD856C) is known color: Salmon. HEX triplet: FD, 85 and 6C. RGB value is (253,133,108). Sum of RGB (Red+Green+Blue) = 253+133+108=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD856C is #027A93. Grayscale: #A6A6A6. Windows color (decimal): -162452 or 7112189. OLE color: 7112189.
HSL color Cylindrical-coordinate representation of color #FD856C: hue angle of 10.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD856C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 108 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.01 |
| HSL | 10.34º | 0.97% | 0.71% | - |
| HSV(B) | 10.34º | 0.57% | 0.99% | - |
| XYZ | 51.6 | 38.74 | 18.95 | - |
| YUV | 166.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 108 | 0 | 0.47 | 0.57 | 0.01 | 10.34 | 0.97 | 0.71 |
| Hex | FD | 85 | 6C | 0 | 2F | 39 | 1 | A | 61 | 47 |
| Octal | 375 | 205 | 154 | 0 | 57 | 71 | 1 | 12 | 141 | 107 |
| Binary | 11111101 | 10000101 | 1101100 | 0 | 101111 | 111001 | 1 | 1010 | 1100001 | 1000111 |
Color Harmonies of #FD856C
Complementary color
Monochromatic Colors of #FD856C
Black with #FD856C
Text Example
Text Example
White with #FD856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD856C; }
p { color: rgb(253,133,108); }
H1.HeaderClassName
{
color: #FD856C;
}
.AnyTagClassName
{
color: #FD856C;
}
</style>
background-color css
<style>
a { background-color: #FD856C; }
a { background-color: rgb(253,133,108); }
div.DivClassName
{
background-color: #FD856C;
}
.BgClassName
{
background-color: #FD856C;
}
</style>
border-color css
<style>
span { border-color: #FD856C; }
span { border-color: rgb(253,133,108); }
td.TdClassName
{
border-color: #FD856C;
}
.TagClassName
{
border-color: #FD856C;
}
</style>