#F49C78

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

Shades of Light Salmon #F49C78

Tints of Light Salmon #F49C78

Color information

#F49C78 (or 0xF49C78) is unknown color: approx Light Salmon. HEX triplet: F4, 9C and 78. RGB value is (244,156,120). Sum of RGB (Red+Green+Blue) = 244+156+120=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49C78 is #0B6387. Grayscale: #B2B2B2. Windows color (decimal): -746376 or 7904500. OLE color: 7904500.

HSL color Cylindrical-coordinate representation of color #F49C78: hue angle of 17.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F49C78 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244156120-
CMYK00.360.510.04
HSL17.42º84.93%71.37%-
HSV(B)17.42º50.82%95.69%-
XYZ52.5944.3723.56-
YUV178.2195.15174.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=46.92%
G=30%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415612000.360.510.0417.4284.9371.37
HexF49C78024334115547
Octal36423417004463421125107
Binary1111010010011100111100001001001100111001000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49C78; }

 p { color: rgb(244,156,120); }

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

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

 a { background-color: rgb(244,156,120); }

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

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

 span { border-color: rgb(244,156,120); }

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