#FF8C6C

Color #FF8C6C Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF8C6C

Tints of Salmon #FF8C6C

Color information

#FF8C6C (or 0xFF8C6C) is unknown color: approx Salmon. HEX triplet: FF, 8C and 6C. RGB value is (255,140,108). Sum of RGB (Red+Green+Blue) = 255+140+108=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C6C is #007393. Grayscale: #AAAAAA. Windows color (decimal): -29588 or 7113983. OLE color: 7113983.

HSL color Cylindrical-coordinate representation of color #FF8C6C: hue angle of 13.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF8C6C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255140108-
CMYK00.450.580
HSL13.06º100%71.18%-
HSV(B)13.06º57.65%100%-
XYZ53.3241.119.31-
YUV170.7492.6188.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=50.70%
G=27.83%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514010800.450.58013.0610071.18
HexFF8C6C02D3A0d6447
Octal37721415405572015144107
Binary1111111110001100110110001011011110100110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C6C; }

 p { color: rgb(255,140,108); }

 H1.HeaderClassName
 {
   color: #FF8C6C;
 }
 .AnyTagClassName
 {
   color: #FF8C6C;
 }
</style>
background-color css

<style>
 a { background-color: #FF8C6C; }

 a { background-color: rgb(255,140,108); }

 div.DivClassName
 {
   background-color: #FF8C6C;
 }
 .BgClassName
 {
   background-color: #FF8C6C;
 }
</style>
border-color css

<style>
 span { border-color: #FF8C6C; }

 span { border-color: rgb(255,140,108); }

 td.TdClassName
 {
   border-color: #FF8C6C;
 }
 .TagClassName
 {
   border-color: #FF8C6C;
 }
</style>