#FC7E7A

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

Shades of Salmon #FC7E7A

Tints of Salmon #FC7E7A

Color information

#FC7E7A (or 0xFC7E7A) is unknown color: approx Salmon. HEX triplet: FC, 7E and 7A. RGB value is (252,126,122). Sum of RGB (Red+Green+Blue) = 252+126+122=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E7A is #038185. Grayscale: #A3A3A3. Windows color (decimal): -229766 or 8027900. OLE color: 8027900.

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

Color convert

RGB252126122-
CMYK00.50.520.01
HSL1.85º95.59%73.33%-
HSV(B)1.85º51.59%98.82%-
XYZ51.1237.0222.86-
YUV163.22104.74191.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=50.4%
G=25.2%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212612200.50.520.011.8595.5973.33
HexFC7E7A03234126049
Octal3741761720626412140111
Binary1111110011111101111010011001011010011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E7A; }

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

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

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

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

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

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

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

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