Shades of Salmon #FD817A
Tints of Salmon #FD817A
RGB
CMYK
RGB Variations
Color information
#FD817A (or 0xFD817A) is known color: Salmon. HEX triplet: FD, 81 and 7A. RGB value is (253,129,122). Sum of RGB (Red+Green+Blue) = 253+129+122=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD817A is #027E85. Grayscale: #A5A5A5. Windows color (decimal): -163462 or 8028669. OLE color: 8028669.
HSL color Cylindrical-coordinate representation of color #FD817A: hue angle of 3.21º 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 #FD817A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 3.21º | 0.97% | 0.74% | - |
| HSV(B) | 3.21º | 0.52% | 0.99% | - |
| XYZ | 51.87 | 37.99 | 23.01 | - |
| YUV | 165.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 122 | 0 | 0.49 | 0.52 | 0.01 | 3.21 | 0.97 | 0.74 |
| Hex | FD | 81 | 7A | 0 | 31 | 34 | 1 | 3 | 61 | 4A |
| Octal | 375 | 201 | 172 | 0 | 61 | 64 | 1 | 3 | 141 | 112 |
| Binary | 11111101 | 10000001 | 1111010 | 0 | 110001 | 110100 | 1 | 11 | 1100001 | 1001010 |
Color Harmonies of #FD817A
Complementary color
Monochromatic Colors of #FD817A
Black with #FD817A
Text Example
Text Example
White with #FD817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD817A; }
p { color: rgb(253,129,122); }
H1.HeaderClassName
{
color: #FD817A;
}
.AnyTagClassName
{
color: #FD817A;
}
</style>
background-color css
<style>
a { background-color: #FD817A; }
a { background-color: rgb(253,129,122); }
div.DivClassName
{
background-color: #FD817A;
}
.BgClassName
{
background-color: #FD817A;
}
</style>
border-color css
<style>
span { border-color: #FD817A; }
span { border-color: rgb(253,129,122); }
td.TdClassName
{
border-color: #FD817A;
}
.TagClassName
{
border-color: #FD817A;
}
</style>