Shades of Salmon #FD826A
Tints of Salmon #FD826A
RGB
CMYK
RGB Variations
Color information
#FD826A (or 0xFD826A) is known color: Salmon. HEX triplet: FD, 82 and 6A. RGB value is (253,130,106). Sum of RGB (Red+Green+Blue) = 253+130+106=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD826A is #027D95. Grayscale: #A4A4A4. Windows color (decimal): -163222 or 6980349. OLE color: 6980349.
HSL color Cylindrical-coordinate representation of color #FD826A: hue angle of 9.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD826A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 106 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.01 |
| HSL | 9.8º | 0.97% | 0.7% | - |
| HSV(B) | 9.8º | 0.58% | 0.99% | - |
| XYZ | 51.09 | 37.89 | 18.26 | - |
| YUV | 164.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 106 | 0 | 0.49 | 0.58 | 0.01 | 9.8 | 0.97 | 0.7 |
| Hex | FD | 82 | 6A | 0 | 31 | 3A | 1 | A | 61 | 46 |
| Octal | 375 | 202 | 152 | 0 | 61 | 72 | 1 | 12 | 141 | 106 |
| Binary | 11111101 | 10000010 | 1101010 | 0 | 110001 | 111010 | 1 | 1010 | 1100001 | 1000110 |
Color Harmonies of #FD826A
Complementary color
Monochromatic Colors of #FD826A
Black with #FD826A
Text Example
Text Example
White with #FD826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD826A; }
p { color: rgb(253,130,106); }
H1.HeaderClassName
{
color: #FD826A;
}
.AnyTagClassName
{
color: #FD826A;
}
</style>
background-color css
<style>
a { background-color: #FD826A; }
a { background-color: rgb(253,130,106); }
div.DivClassName
{
background-color: #FD826A;
}
.BgClassName
{
background-color: #FD826A;
}
</style>
border-color css
<style>
span { border-color: #FD826A; }
span { border-color: rgb(253,130,106); }
td.TdClassName
{
border-color: #FD826A;
}
.TagClassName
{
border-color: #FD826A;
}
</style>