#F49C7D

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

Shades of Light Salmon #F49C7D

Tints of Light Salmon #F49C7D

Color information

#F49C7D (or 0xF49C7D) is unknown color: approx Light Salmon. HEX triplet: F4, 9C and 7D. RGB value is (244,156,125). Sum of RGB (Red+Green+Blue) = 244+156+125=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49C7D is #0B6382. Grayscale: #B2B2B2. Windows color (decimal): -746371 or 8232180. OLE color: 8232180.

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

Color convert

RGB244156125-
CMYK00.360.490.04
HSL15.63º84.4%72.35%-
HSV(B)15.63º48.77%95.69%-
XYZ52.944.4925.2-
YUV178.7897.65174.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=46.48%
G=29.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415612500.360.490.0415.6384.472.35
HexF49C7D024314105448
Octal36423417504461420124110
Binary1111010010011100111110101001001100011001000010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49C7D; }

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

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

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

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

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

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

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

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