#F48A69

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

Shades of Salmon #F48A69

Tints of Salmon #F48A69

Color information

#F48A69 (or 0xF48A69) is unknown color: approx Salmon. HEX triplet: F4, 8A and 69. RGB value is (244,138,105). Sum of RGB (Red+Green+Blue) = 244+138+105=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A69 is #0B7596. Grayscale: #A6A6A6. Windows color (decimal): -750999 or 6916852. OLE color: 6916852.

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

Color convert

RGB244138105-
CMYK00.430.570.04
HSL14.24º86.34%68.43%-
HSV(B)14.24º56.97%95.69%-
XYZ48.9538.4318.2-
YUV165.9393.62183.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.10%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=50.10%
G=28.34%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413810500.430.570.0414.2486.3468.43
HexF48A6902B394e5644
Octal36421215105371416126104
Binary111101001000101011010010101011111001100111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A69; }

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

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

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

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

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

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

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

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