#F49D7E

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

Shades of Light Salmon #F49D7E

Tints of Light Salmon #F49D7E

Color information

#F49D7E (or 0xF49D7E) is unknown color: approx Light Salmon. HEX triplet: F4, 9D and 7E. RGB value is (244,157,126). Sum of RGB (Red+Green+Blue) = 244+157+126=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D7E is #0B6281. Grayscale: #B3B3B3. Windows color (decimal): -746114 or 8297972. OLE color: 8297972.

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

Color convert

RGB244157126-
CMYK00.360.480.04
HSL15.76º84.29%72.55%-
HSV(B)15.76º48.36%95.69%-
XYZ53.1344.8525.6-
YUV179.4897.82174.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.30%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=46.30%
G=29.79%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415712600.360.480.0415.7684.2972.55
HexF49D7E024304105449
Octal36423517604460420124111
Binary1111010010011101111111001001001100001001000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D7E; }

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

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

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

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

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

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

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

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