#f49277

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

Shades of Dark Salmon #F49277

Tints of Dark Salmon #F49277

Color information

#F49277 (or 0xF49277) is unknown color: approx Dark Salmon. HEX triplet: F4, 92 and 77. RGB value is (244,146,119). Sum of RGB (Red+Green+Blue) = 244+146+119=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49277 is #0B6D88. Grayscale: #ACACAC. Windows color (decimal): -748937 or 7836404. OLE color: 7836404.

HSL color Cylindrical-coordinate representation of color #F49277: hue angle of 12.96º 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 #F49277 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244146119-
CMYK00.400.510.04
HSL12.96º85.03%71.18%-
HSV(B)12.96º51.23%95.69%-
XYZ50.9241.1222.71-
YUV172.2297.97179.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=47.94%
G=28.68%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414611900.400.510.0412.9685.0371.18
HexF49277028334d5547
Octal36422216705063415125107
Binary111101001001001011101110101000110011100110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f49277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f49277; }

 p { color: rgb(244,146,119); }

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

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

 a { background-color: rgb(244,146,119); }

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

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

 span { border-color: rgb(244,146,119); }

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