Shades of Salmon #FD8B7A
Tints of Salmon #FD8B7A
RGB
CMYK
RGB Variations
Color information
#FD8B7A (or 0xFD8B7A) is known color: Salmon. HEX triplet: FD, 8B and 7A. RGB value is (253,139,122). Sum of RGB (Red+Green+Blue) = 253+139+122=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8B7A is #027485. Grayscale: #ABABAB. Windows color (decimal): -160902 or 8031229. OLE color: 8031229.
HSL color Cylindrical-coordinate representation of color #FD8B7A: hue angle of 7.79º 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 #FD8B7A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 122 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.01 |
| HSL | 7.79º | 0.97% | 0.74% | - |
| HSV(B) | 7.79º | 0.52% | 0.99% | - |
| XYZ | 53.25 | 40.75 | 23.47 | - |
| YUV | 171.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 122 | 0 | 0.45 | 0.52 | 0.01 | 7.79 | 0.97 | 0.74 |
| Hex | FD | 8B | 7A | 0 | 2D | 34 | 1 | 8 | 61 | 4A |
| Octal | 375 | 213 | 172 | 0 | 55 | 64 | 1 | 10 | 141 | 112 |
| Binary | 11111101 | 10001011 | 1111010 | 0 | 101101 | 110100 | 1 | 1000 | 1100001 | 1001010 |
Color Harmonies of #FD8B7A
Complementary color
Monochromatic Colors of #FD8B7A
Black with #FD8B7A
Text Example
Text Example
White with #FD8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B7A; }
p { color: rgb(253,139,122); }
H1.HeaderClassName
{
color: #FD8B7A;
}
.AnyTagClassName
{
color: #FD8B7A;
}
</style>
background-color css
<style>
a { background-color: #FD8B7A; }
a { background-color: rgb(253,139,122); }
div.DivClassName
{
background-color: #FD8B7A;
}
.BgClassName
{
background-color: #FD8B7A;
}
</style>
border-color css
<style>
span { border-color: #FD8B7A; }
span { border-color: rgb(253,139,122); }
td.TdClassName
{
border-color: #FD8B7A;
}
.TagClassName
{
border-color: #FD8B7A;
}
</style>