#ff7c75

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

Shades of Salmon #FF7C75

Tints of Salmon #FF7C75

Color information

#FF7C75 (or 0xFF7C75) is unknown color: approx Salmon. HEX triplet: FF, 7C and 75. RGB value is (255,124,117). Sum of RGB (Red+Green+Blue) = 255+124+117=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C75 is #00838A. Grayscale: #A2A2A2. Windows color (decimal): -33675 or 7699711. OLE color: 7699711.

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

Color convert

RGB255124117-
CMYK00.510.540
HSL3.04º100%72.94%-
HSV(B)3.04º54.12%100%-
XYZ51.6636.9621.24-
YUV162.37102.4194.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=51.41%
G=25%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512411700.510.5403.0410072.94
HexFF7C7503336036449
Octal3771741650636603144111
Binary1111111111111001110101011001111011001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7c75; }

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

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

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

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

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

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

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

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