#FF7D74

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

Shades of Salmon #FF7D74

Tints of Salmon #FF7D74

Color information

#FF7D74 (or 0xFF7D74) is unknown color: approx Salmon. HEX triplet: FF, 7D and 74. RGB value is (255,125,116). Sum of RGB (Red+Green+Blue) = 255+125+116=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D74 is #00828B. Grayscale: #A3A3A3. Windows color (decimal): -33420 or 7634431. OLE color: 7634431.

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

Color convert

RGB255125116-
CMYK00.510.550
HSL3.88º100%72.75%-
HSV(B)3.88º54.51%100%-
XYZ51.7337.1920.97-
YUV162.84101.57193.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 116 (45.70% from 255) = 23.39%
R=51.41%
G=25.20%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512511600.510.5503.8810072.75
HexFF7D7403337046449
Octal3771751640636704144111
Binary11111111111110111101000110011110111010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D74; }

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

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

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

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

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

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

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

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