Shades of Salmon #FF8C6E
Tints of Salmon #FF8C6E
RGB
CMYK
RGB Variations
Color information
#FF8C6E (or 0xFF8C6E) is known color: Salmon. HEX triplet: FF, 8C and 6E. RGB value is (255,140,110). Sum of RGB (Red+Green+Blue) = 255+140+110=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C6E is #007391. Grayscale: #ABABAB. Windows color (decimal): -29586 or 7245055. OLE color: 7245055.
HSL color Cylindrical-coordinate representation of color #FF8C6E: hue angle of 12.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF8C6E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 110 | - |
| CMYK | 0 | 0.45 | 0.57 | 0 |
| HSL | 12.41º | 1% | 0.72% | - |
| HSV(B) | 12.41º | 0.57% | 1% | - |
| XYZ | 53.43 | 41.14 | 19.88 | - |
| YUV | 170.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 110 | 0 | 0.45 | 0.57 | 0 | 12.41 | 1 | 0.72 |
| Hex | FF | 8C | 6E | 0 | 2D | 39 | 0 | C | 64 | 48 |
| Octal | 377 | 214 | 156 | 0 | 55 | 71 | 0 | 14 | 144 | 110 |
| Binary | 11111111 | 10001100 | 1101110 | 0 | 101101 | 111001 | 0 | 1100 | 1100100 | 1001000 |
Color Harmonies of #FF8C6E
Complementary color
Monochromatic Colors of #FF8C6E
Black with #FF8C6E
Text Example
Text Example
White with #FF8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C6E; }
p { color: rgb(255,140,110); }
H1.HeaderClassName
{
color: #FF8C6E;
}
.AnyTagClassName
{
color: #FF8C6E;
}
</style>
background-color css
<style>
a { background-color: #FF8C6E; }
a { background-color: rgb(255,140,110); }
div.DivClassName
{
background-color: #FF8C6E;
}
.BgClassName
{
background-color: #FF8C6E;
}
</style>
border-color css
<style>
span { border-color: #FF8C6E; }
span { border-color: rgb(255,140,110); }
td.TdClassName
{
border-color: #FF8C6E;
}
.TagClassName
{
border-color: #FF8C6E;
}
</style>