#FC756E

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

Shades of Salmon #FC756E

Tints of Salmon #FC756E

Color information

#FC756E (or 0xFC756E) is unknown color: approx Salmon. HEX triplet: FC, 75 and 6E. RGB value is (252,117,110). Sum of RGB (Red+Green+Blue) = 252+117+110=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC756E is #038A91. Grayscale: #9C9C9C. Windows color (decimal): -232082 or 7239164. OLE color: 7239164.

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

Color convert

RGB252117110-
CMYK00.540.560.01
HSL2.96º95.95%70.98%-
HSV(B)2.96º56.35%98.82%-
XYZ49.3234.5418.82-
YUV156.57101.73196.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=52.61%
G=24.43%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211711000.540.560.012.9695.9570.98
HexFC756E03638136047
Octal3741651560667013140107
Binary1111110011101011101110011011011100011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC756E; }

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

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

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

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

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

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

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

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