#FC7E74

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

Shades of Salmon #FC7E74

Tints of Salmon #FC7E74

Color information

#FC7E74 (or 0xFC7E74) is unknown color: approx Salmon. HEX triplet: FC, 7E and 74. RGB value is (252,126,116). Sum of RGB (Red+Green+Blue) = 252+126+116=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E74 is #03818B. Grayscale: #A2A2A2. Windows color (decimal): -229772 or 7634684. OLE color: 7634684.

HSL color Cylindrical-coordinate representation of color #FC7E74: hue angle of 4.41º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC7E74 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252126116-
CMYK00.50.540.01
HSL4.41º95.77%72.16%-
HSV(B)4.41º53.97%98.82%-
XYZ50.7636.8820.97-
YUV162.53101.74191.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=51.01%
G=25.51%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212611600.50.540.014.4195.7772.16
HexFC7E7403236146048
Octal3741761640626614140110
Binary11111100111111011101000110010110110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E74; }

 p { color: rgb(252,126,116); }

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

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

 a { background-color: rgb(252,126,116); }

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

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

 span { border-color: rgb(252,126,116); }

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