Shades of Salmon #FD837B
Tints of Salmon #FD837B
RGB
CMYK
RGB Variations
Color information
#FD837B (or 0xFD837B) is known color: Salmon. HEX triplet: FD, 83 and 7B. RGB value is (253,131,123). Sum of RGB (Red+Green+Blue) = 253+131+123=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD837B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD837B is #027C84. Grayscale: #A6A6A6. Windows color (decimal): -162949 or 8094717. OLE color: 8094717.
HSL color Cylindrical-coordinate representation of color #FD837B: hue angle of 3.69º 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 #FD837B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 123 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.01 |
| HSL | 3.69º | 0.97% | 0.74% | - |
| HSV(B) | 3.69º | 0.51% | 0.99% | - |
| XYZ | 52.2 | 38.55 | 23.43 | - |
| YUV | 166.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 123 | 0 | 0.48 | 0.51 | 0.01 | 3.69 | 0.97 | 0.74 |
| Hex | FD | 83 | 7B | 0 | 30 | 33 | 1 | 4 | 61 | 4A |
| Octal | 375 | 203 | 173 | 0 | 60 | 63 | 1 | 4 | 141 | 112 |
| Binary | 11111101 | 10000011 | 1111011 | 0 | 110000 | 110011 | 1 | 100 | 1100001 | 1001010 |
Color Harmonies of #FD837B
Complementary color
Monochromatic Colors of #FD837B
Black with #FD837B
Text Example
Text Example
White with #FD837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD837B; }
p { color: rgb(253,131,123); }
H1.HeaderClassName
{
color: #FD837B;
}
.AnyTagClassName
{
color: #FD837B;
}
</style>
background-color css
<style>
a { background-color: #FD837B; }
a { background-color: rgb(253,131,123); }
div.DivClassName
{
background-color: #FD837B;
}
.BgClassName
{
background-color: #FD837B;
}
</style>
border-color css
<style>
span { border-color: #FD837B; }
span { border-color: rgb(253,131,123); }
td.TdClassName
{
border-color: #FD837B;
}
.TagClassName
{
border-color: #FD837B;
}
</style>