#F48569

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

Shades of Salmon #F48569

Tints of Salmon #F48569

Color information

#F48569 (or 0xF48569) is unknown color: approx Salmon. HEX triplet: F4, 85 and 69. RGB value is (244,133,105). Sum of RGB (Red+Green+Blue) = 244+133+105=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48569 is #0B7A96. Grayscale: #A3A3A3. Windows color (decimal): -752279 or 6915572. OLE color: 6915572.

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

Color convert

RGB244133105-
CMYK00.450.570.04
HSL12.09º86.34%68.43%-
HSV(B)12.09º56.97%95.69%-
XYZ48.2537.0317.97-
YUV16395.27185.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=50.62%
G=27.59%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413310500.450.570.0412.0986.3468.43
HexF4856902D394c5644
Octal36420515105571414126104
Binary111101001000010111010010101101111001100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48569; }

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

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

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

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

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

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

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

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