#FF7C6E

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

Shades of Salmon #FF7C6E

Tints of Salmon #FF7C6E

Color information

#FF7C6E (or 0xFF7C6E) is unknown color: approx Salmon. HEX triplet: FF, 7C and 6E. RGB value is (255,124,110). Sum of RGB (Red+Green+Blue) = 255+124+110=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C6E is #008391. Grayscale: #A1A1A1. Windows color (decimal): -33682 or 7240959. OLE color: 7240959.

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

Color convert

RGB255124110-
CMYK00.510.570
HSL5.79º100%71.57%-
HSV(B)5.79º56.86%100%-
XYZ51.2636.819.15-
YUV161.5798.9194.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 110 (43.36% from 255) = 22.49%
R=52.15%
G=25.36%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512411000.510.5705.7910071.57
HexFF7C6E03339066448
Octal3771741560637106144110
Binary11111111111110011011100110011111001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C6E; }

 p { color: rgb(255,124,110); }

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

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

 a { background-color: rgb(255,124,110); }

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

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

 span { border-color: rgb(255,124,110); }

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