Shades of Salmon #FD837C
Tints of Salmon #FD837C
RGB
CMYK
RGB Variations
Color information
#FD837C (or 0xFD837C) is known color: Salmon. HEX triplet: FD, 83 and 7C. RGB value is (253,131,124). Sum of RGB (Red+Green+Blue) = 253+131+124=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD837C is #027C83. Grayscale: #A6A6A6. Windows color (decimal): -162948 or 8160253. OLE color: 8160253.
HSL color Cylindrical-coordinate representation of color #FD837C: hue angle of 3.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD837C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 124 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.01 |
| HSL | 3.26º | 0.97% | 0.74% | - |
| HSV(B) | 3.26º | 0.51% | 0.99% | - |
| XYZ | 52.26 | 38.57 | 23.76 | - |
| YUV | 166.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 124 | 0 | 0.48 | 0.51 | 0.01 | 3.26 | 0.97 | 0.74 |
| Hex | FD | 83 | 7C | 0 | 30 | 33 | 1 | 3 | 61 | 4A |
| Octal | 375 | 203 | 174 | 0 | 60 | 63 | 1 | 3 | 141 | 112 |
| Binary | 11111101 | 10000011 | 1111100 | 0 | 110000 | 110011 | 1 | 11 | 1100001 | 1001010 |
Color Harmonies of #FD837C
Complementary color
Monochromatic Colors of #FD837C
Black with #FD837C
Text Example
Text Example
White with #FD837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD837C; }
p { color: rgb(253,131,124); }
H1.HeaderClassName
{
color: #FD837C;
}
.AnyTagClassName
{
color: #FD837C;
}
</style>
background-color css
<style>
a { background-color: #FD837C; }
a { background-color: rgb(253,131,124); }
div.DivClassName
{
background-color: #FD837C;
}
.BgClassName
{
background-color: #FD837C;
}
</style>
border-color css
<style>
span { border-color: #FD837C; }
span { border-color: rgb(253,131,124); }
td.TdClassName
{
border-color: #FD837C;
}
.TagClassName
{
border-color: #FD837C;
}
</style>