#F49275

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

Shades of Dark Salmon #F49275

Tints of Dark Salmon #F49275

Color information

#F49275 (or 0xF49275) is unknown color: approx Dark Salmon. HEX triplet: F4, 92 and 75. RGB value is (244,146,117). Sum of RGB (Red+Green+Blue) = 244+146+117=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49275 is #0B6D8A. Grayscale: #ACACAC. Windows color (decimal): -748939 or 7705332. OLE color: 7705332.

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

Color convert

RGB244146117-
CMYK00.400.520.04
HSL13.7º85.23%70.78%-
HSV(B)13.7º52.05%95.69%-
XYZ50.841.0822.08-
YUV17296.97179.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=48.13%
G=28.80%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414611700.400.520.0413.785.2370.78
HexF49275028344e5547
Octal36422216505064416125107
Binary111101001001001011101010101000110100100111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49275; }

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

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

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

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

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

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

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

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