Shades of Salmon #FD8A6C
Tints of Salmon #FD8A6C
RGB
CMYK
RGB Variations
Color information
#FD8A6C (or 0xFD8A6C) is known color: Salmon. HEX triplet: FD, 8A and 6C. RGB value is (253,138,108). Sum of RGB (Red+Green+Blue) = 253+138+108=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A6C is #027593. Grayscale: #A9A9A9. Windows color (decimal): -161172 or 7113469. OLE color: 7113469.
HSL color Cylindrical-coordinate representation of color #FD8A6C: hue angle of 12.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD8A6C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 108 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.01 |
| HSL | 12.41º | 0.97% | 0.71% | - |
| HSV(B) | 12.41º | 0.57% | 0.99% | - |
| XYZ | 52.3 | 40.14 | 19.18 | - |
| YUV | 168.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 108 | 0 | 0.45 | 0.57 | 0.01 | 12.41 | 0.97 | 0.71 |
| Hex | FD | 8A | 6C | 0 | 2D | 39 | 1 | C | 61 | 47 |
| Octal | 375 | 212 | 154 | 0 | 55 | 71 | 1 | 14 | 141 | 107 |
| Binary | 11111101 | 10001010 | 1101100 | 0 | 101101 | 111001 | 1 | 1100 | 1100001 | 1000111 |
Color Harmonies of #FD8A6C
Complementary color
Monochromatic Colors of #FD8A6C
Black with #FD8A6C
Text Example
Text Example
White with #FD8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A6C; }
p { color: rgb(253,138,108); }
H1.HeaderClassName
{
color: #FD8A6C;
}
.AnyTagClassName
{
color: #FD8A6C;
}
</style>
background-color css
<style>
a { background-color: #FD8A6C; }
a { background-color: rgb(253,138,108); }
div.DivClassName
{
background-color: #FD8A6C;
}
.BgClassName
{
background-color: #FD8A6C;
}
</style>
border-color css
<style>
span { border-color: #FD8A6C; }
span { border-color: rgb(253,138,108); }
td.TdClassName
{
border-color: #FD8A6C;
}
.TagClassName
{
border-color: #FD8A6C;
}
</style>