#F49D7A

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

Shades of Light Salmon #F49D7A

Tints of Light Salmon #F49D7A

Color information

#F49D7A (or 0xF49D7A) is unknown color: approx Light Salmon. HEX triplet: F4, 9D and 7A. RGB value is (244,157,122). Sum of RGB (Red+Green+Blue) = 244+157+122=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D7A is #0B6285. Grayscale: #B3B3B3. Windows color (decimal): -746118 or 8035828. OLE color: 8035828.

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

Color convert

RGB244157122-
CMYK00.360.50.04
HSL17.21º84.72%71.76%-
HSV(B)17.21º50%95.69%-
XYZ52.8844.7524.26-
YUV179.0295.82174.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 23.33%
R=46.65%
G=30.02%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415712200.360.50.0417.2184.7271.76
HexF49D7A024324115548
Octal36423517204462421125110
Binary1111010010011101111101001001001100101001000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D7A; }

 p { color: rgb(244,157,122); }

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

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

 a { background-color: rgb(244,157,122); }

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

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

 span { border-color: rgb(244,157,122); }

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