Shades of Salmon #FD827A
Tints of Salmon #FD827A
RGB
CMYK
RGB Variations
Color information
#FD827A (or 0xFD827A) is known color: Salmon. HEX triplet: FD, 82 and 7A. RGB value is (253,130,122). Sum of RGB (Red+Green+Blue) = 253+130+122=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827A is #027D85. Grayscale: #A6A6A6. Windows color (decimal): -163206 or 8028925. OLE color: 8028925.
HSL color Cylindrical-coordinate representation of color #FD827A: hue angle of 3.66º 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 #FD827A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 3.66º | 0.97% | 0.74% | - |
| HSV(B) | 3.66º | 0.52% | 0.99% | - |
| XYZ | 52 | 38.25 | 23.06 | - |
| YUV | 165.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 122 | 0 | 0.49 | 0.52 | 0.01 | 3.66 | 0.97 | 0.74 |
| Hex | FD | 82 | 7A | 0 | 31 | 34 | 1 | 4 | 61 | 4A |
| Octal | 375 | 202 | 172 | 0 | 61 | 64 | 1 | 4 | 141 | 112 |
| Binary | 11111101 | 10000010 | 1111010 | 0 | 110001 | 110100 | 1 | 100 | 1100001 | 1001010 |
Color Harmonies of #FD827A
Complementary color
Monochromatic Colors of #FD827A
Black with #FD827A
Text Example
Text Example
White with #FD827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD827A; }
p { color: rgb(253,130,122); }
H1.HeaderClassName
{
color: #FD827A;
}
.AnyTagClassName
{
color: #FD827A;
}
</style>
background-color css
<style>
a { background-color: #FD827A; }
a { background-color: rgb(253,130,122); }
div.DivClassName
{
background-color: #FD827A;
}
.BgClassName
{
background-color: #FD827A;
}
</style>
border-color css
<style>
span { border-color: #FD827A; }
span { border-color: rgb(253,130,122); }
td.TdClassName
{
border-color: #FD827A;
}
.TagClassName
{
border-color: #FD827A;
}
</style>