Shades of Salmon #FD8C6E
Tints of Salmon #FD8C6E
RGB
CMYK
RGB Variations
Color information
#FD8C6E (or 0xFD8C6E) is known color: Salmon. HEX triplet: FD, 8C and 6E. RGB value is (253,140,110). Sum of RGB (Red+Green+Blue) = 253+140+110=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C6E is #027391. Grayscale: #AAAAAA. Windows color (decimal): -160658 or 7245053. OLE color: 7245053.
HSL color Cylindrical-coordinate representation of color #FD8C6E: hue angle of 12.59º 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 #FD8C6E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 110 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.01 |
| HSL | 12.59º | 0.97% | 0.71% | - |
| HSV(B) | 12.59º | 0.57% | 0.99% | - |
| XYZ | 52.7 | 40.76 | 19.84 | - |
| YUV | 170.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 110 | 0 | 0.45 | 0.57 | 0.01 | 12.59 | 0.97 | 0.71 |
| Hex | FD | 8C | 6E | 0 | 2D | 39 | 1 | D | 61 | 47 |
| Octal | 375 | 214 | 156 | 0 | 55 | 71 | 1 | 15 | 141 | 107 |
| Binary | 11111101 | 10001100 | 1101110 | 0 | 101101 | 111001 | 1 | 1101 | 1100001 | 1000111 |
Color Harmonies of #FD8C6E
Complementary color
Monochromatic Colors of #FD8C6E
Black with #FD8C6E
Text Example
Text Example
White with #FD8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C6E; }
p { color: rgb(253,140,110); }
H1.HeaderClassName
{
color: #FD8C6E;
}
.AnyTagClassName
{
color: #FD8C6E;
}
</style>
background-color css
<style>
a { background-color: #FD8C6E; }
a { background-color: rgb(253,140,110); }
div.DivClassName
{
background-color: #FD8C6E;
}
.BgClassName
{
background-color: #FD8C6E;
}
</style>
border-color css
<style>
span { border-color: #FD8C6E; }
span { border-color: rgb(253,140,110); }
td.TdClassName
{
border-color: #FD8C6E;
}
.TagClassName
{
border-color: #FD8C6E;
}
</style>