#FC7574

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

Shades of Salmon #FC7574

Tints of Salmon #FC7574

Color information

#FC7574 (or 0xFC7574) is unknown color: approx Salmon. HEX triplet: FC, 75 and 74. RGB value is (252,117,116). Sum of RGB (Red+Green+Blue) = 252+117+116=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7574 is #038A8B. Grayscale: #9D9D9D. Windows color (decimal): -232076 or 7632380. OLE color: 7632380.

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

Color convert

RGB252117116-
CMYK00.540.540.01
HSL0.44º95.77%72.16%-
HSV(B)0.44º53.97%98.82%-
XYZ49.6634.6820.6-
YUV157.25104.73195.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=51.96%
G=24.12%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211711600.540.540.010.4495.7772.16
HexFC757403636106048
Octal3741651640666610140110
Binary111111001110101111010001101101101101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7574; }

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

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

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

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

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

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

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

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