#FF7C74

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

Shades of Salmon #FF7C74

Tints of Salmon #FF7C74

Color information

#FF7C74 (or 0xFF7C74) is unknown color: approx Salmon. HEX triplet: FF, 7C and 74. RGB value is (255,124,116). Sum of RGB (Red+Green+Blue) = 255+124+116=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C74 is #00838B. Grayscale: #A2A2A2. Windows color (decimal): -33676 or 7634175. OLE color: 7634175.

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

Color convert

RGB255124116-
CMYK00.510.550
HSL3.45º100%72.75%-
HSV(B)3.45º54.51%100%-
XYZ51.636.9420.93-
YUV162.26101.9194.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=51.52%
G=25.05%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512411600.510.5503.4510072.75
HexFF7C7403337036449
Octal3771741640636703144111
Binary1111111111111001110100011001111011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C74; }

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

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

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

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

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

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

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

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