#F48969

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

Shades of Salmon #F48969

Tints of Salmon #F48969

Color information

#F48969 (or 0xF48969) is unknown color: approx Salmon. HEX triplet: F4, 89 and 69. RGB value is (244,137,105). Sum of RGB (Red+Green+Blue) = 244+137+105=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F48969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48969 is #0B7696. Grayscale: #A5A5A5. Windows color (decimal): -751255 or 6916596. OLE color: 6916596.

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

Color convert

RGB244137105-
CMYK00.440.570.04
HSL13.81º86.34%68.43%-
HSV(B)13.81º56.97%95.69%-
XYZ48.838.1418.15-
YUV165.3493.95184.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.21%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=50.21%
G=28.19%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413710500.440.570.0413.8186.3468.43
HexF4896902C394e5644
Octal36421115105471416126104
Binary111101001000100111010010101100111001100111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48969; }

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

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

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

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

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

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

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

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