Shades of Salmon #FD8A7A
Tints of Salmon #FD8A7A
RGB
CMYK
RGB Variations
Color information
#FD8A7A (or 0xFD8A7A) is known color: Salmon. HEX triplet: FD, 8A and 7A. RGB value is (253,138,122). Sum of RGB (Red+Green+Blue) = 253+138+122=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A7A is #027585. Grayscale: #AAAAAA. Windows color (decimal): -161158 or 8030973. OLE color: 8030973.
HSL color Cylindrical-coordinate representation of color #FD8A7A: hue angle of 7.33º 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 #FD8A7A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 122 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.01 |
| HSL | 7.33º | 0.97% | 0.74% | - |
| HSV(B) | 7.33º | 0.52% | 0.99% | - |
| XYZ | 53.11 | 40.46 | 23.42 | - |
| YUV | 170.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 122 | 0 | 0.45 | 0.52 | 0.01 | 7.33 | 0.97 | 0.74 |
| Hex | FD | 8A | 7A | 0 | 2D | 34 | 1 | 7 | 61 | 4A |
| Octal | 375 | 212 | 172 | 0 | 55 | 64 | 1 | 7 | 141 | 112 |
| Binary | 11111101 | 10001010 | 1111010 | 0 | 101101 | 110100 | 1 | 111 | 1100001 | 1001010 |
Color Harmonies of #FD8A7A
Complementary color
Monochromatic Colors of #FD8A7A
Black with #FD8A7A
Text Example
Text Example
White with #FD8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A7A; }
p { color: rgb(253,138,122); }
H1.HeaderClassName
{
color: #FD8A7A;
}
.AnyTagClassName
{
color: #FD8A7A;
}
</style>
background-color css
<style>
a { background-color: #FD8A7A; }
a { background-color: rgb(253,138,122); }
div.DivClassName
{
background-color: #FD8A7A;
}
.BgClassName
{
background-color: #FD8A7A;
}
</style>
border-color css
<style>
span { border-color: #FD8A7A; }
span { border-color: rgb(253,138,122); }
td.TdClassName
{
border-color: #FD8A7A;
}
.TagClassName
{
border-color: #FD8A7A;
}
</style>