#F48469

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

Shades of Salmon #F48469

Tints of Salmon #F48469

Color information

#F48469 (or 0xF48469) is unknown color: approx Salmon. HEX triplet: F4, 84 and 69. RGB value is (244,132,105). Sum of RGB (Red+Green+Blue) = 244+132+105=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F48469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48469 is #0B7B96. Grayscale: #A2A2A2. Windows color (decimal): -752535 or 6915316. OLE color: 6915316.

HSL color Cylindrical-coordinate representation of color #F48469: hue angle of 11.65º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F48469 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB244132105-
CMYK00.460.570.04
HSL11.65º86.34%68.43%-
HSV(B)11.65º56.97%95.69%-
XYZ48.1136.7617.92-
YUV162.4195.61186.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=50.73%
G=27.44%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413210500.460.570.0411.6586.3468.43
HexF4846902E394c5644
Octal36420415105671414126104
Binary111101001000010011010010101110111001100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48469; }

 p { color: rgb(244,132,105); }

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

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

 a { background-color: rgb(244,132,105); }

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

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

 span { border-color: rgb(244,132,105); }

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