#FC7A72

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

Shades of Salmon #FC7A72

Tints of Salmon #FC7A72

Color information

#FC7A72 (or 0xFC7A72) is unknown color: approx Salmon. HEX triplet: FC, 7A and 72. RGB value is (252,122,114). Sum of RGB (Red+Green+Blue) = 252+122+114=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A72 is #03858D. Grayscale: #A0A0A0. Windows color (decimal): -230798 or 7502588. OLE color: 7502588.

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

Color convert

RGB252122114-
CMYK00.520.550.01
HSL3.48º95.83%71.76%-
HSV(B)3.48º54.76%98.82%-
XYZ50.1435.8320.19-
YUV159.96102.07193.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=51.64%
G=25%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212211400.520.550.013.4895.8371.76
HexFC7A7203437136048
Octal3741721620646713140110
Binary1111110011110101110010011010011011111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7A72; }

 p { color: rgb(252,122,114); }

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

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

 a { background-color: rgb(252,122,114); }

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

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

 span { border-color: rgb(252,122,114); }

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