#FC746B

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

Shades of Salmon #FC746B

Tints of Salmon #FC746B

Color information

#FC746B (or 0xFC746B) is unknown color: approx Salmon. HEX triplet: FC, 74 and 6B. RGB value is (252,116,107). Sum of RGB (Red+Green+Blue) = 252+116+107=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746B is #038B94. Grayscale: #9B9B9B. Windows color (decimal): -232341 or 7042300. OLE color: 7042300.

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

Color convert

RGB252116107-
CMYK00.540.580.01
HSL3.72º96.03%70.39%-
HSV(B)3.72º57.54%98.82%-
XYZ49.0434.2517.94-
YUV155.64100.56196.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=53.05%
G=24.42%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211610700.540.580.013.7296.0370.39
HexFC746B0363A146046
Octal3741641530667214140106
Binary11111100111010011010110110110111010110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC746B; }

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

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

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

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

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

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

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

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