#FC7C75

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

Shades of Salmon #FC7C75

Tints of Salmon #FC7C75

Color information

#FC7C75 (or 0xFC7C75) is unknown color: approx Salmon. HEX triplet: FC, 7C and 75. RGB value is (252,124,117). Sum of RGB (Red+Green+Blue) = 252+124+117=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C75 is #03838A. Grayscale: #A1A1A1. Windows color (decimal): -230283 or 7699708. OLE color: 7699708.

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

Color convert

RGB252124117-
CMYK00.510.540.01
HSL3.11º95.74%72.35%-
HSV(B)3.11º53.57%98.82%-
XYZ50.5636.421.19-
YUV161.47102.91192.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=51.12%
G=25.15%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212411700.510.540.013.1195.7472.35
HexFC7C7503336136048
Octal3741741650636613140110
Binary1111110011111001110101011001111011011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C75; }

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

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

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

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

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

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

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

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