#FF7E6C

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

Shades of Salmon #FF7E6C

Tints of Salmon #FF7E6C

Color information

#FF7E6C (or 0xFF7E6C) is unknown color: approx Salmon. HEX triplet: FF, 7E and 6C. RGB value is (255,126,108). Sum of RGB (Red+Green+Blue) = 255+126+108=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E6C is #008193. Grayscale: #A2A2A2. Windows color (decimal): -33172 or 7110399. OLE color: 7110399.

HSL color Cylindrical-coordinate representation of color #FF7E6C: hue angle of 7.35º 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 #FF7E6C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255126108-
CMYK00.510.580
HSL7.35º100%71.18%-
HSV(B)7.35º57.65%100%-
XYZ51.4137.2618.67-
YUV162.5297.24193.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=52.15%
G=25.77%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512610800.510.5807.3510071.18
HexFF7E6C0333A076447
Octal3771761540637207144107
Binary11111111111111011011000110011111010011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E6C; }

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

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

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

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

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

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

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

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