Shades of Salmon #FD837A
Tints of Salmon #FD837A
RGB
CMYK
RGB Variations
Color information
#FD837A (or 0xFD837A) is known color: Salmon. HEX triplet: FD, 83 and 7A. RGB value is (253,131,122). Sum of RGB (Red+Green+Blue) = 253+131+122=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD837A is #027C85. Grayscale: #A6A6A6. Windows color (decimal): -162950 or 8029181. OLE color: 8029181.
HSL color Cylindrical-coordinate representation of color #FD837A: hue angle of 4.12º 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 #FD837A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 122 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.01 |
| HSL | 4.12º | 0.97% | 0.74% | - |
| HSV(B) | 4.12º | 0.52% | 0.99% | - |
| XYZ | 52.14 | 38.52 | 23.1 | - |
| YUV | 166.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 122 | 0 | 0.48 | 0.52 | 0.01 | 4.12 | 0.97 | 0.74 |
| Hex | FD | 83 | 7A | 0 | 30 | 34 | 1 | 4 | 61 | 4A |
| Octal | 375 | 203 | 172 | 0 | 60 | 64 | 1 | 4 | 141 | 112 |
| Binary | 11111101 | 10000011 | 1111010 | 0 | 110000 | 110100 | 1 | 100 | 1100001 | 1001010 |
Color Harmonies of #FD837A
Complementary color
Monochromatic Colors of #FD837A
Black with #FD837A
Text Example
Text Example
White with #FD837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD837A; }
p { color: rgb(253,131,122); }
H1.HeaderClassName
{
color: #FD837A;
}
.AnyTagClassName
{
color: #FD837A;
}
</style>
background-color css
<style>
a { background-color: #FD837A; }
a { background-color: rgb(253,131,122); }
div.DivClassName
{
background-color: #FD837A;
}
.BgClassName
{
background-color: #FD837A;
}
</style>
border-color css
<style>
span { border-color: #FD837A; }
span { border-color: rgb(253,131,122); }
td.TdClassName
{
border-color: #FD837A;
}
.TagClassName
{
border-color: #FD837A;
}
</style>