#F57569

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

Shades of Salmon #F57569

Tints of Salmon #F57569

Color information

#F57569 (or 0xF57569) is unknown color: approx Salmon. HEX triplet: F5, 75 and 69. RGB value is (245,117,105). Sum of RGB (Red+Green+Blue) = 245+117+105=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F57569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57569 is #0A8A96. Grayscale: #9A9A9A. Windows color (decimal): -690839 or 6911477. OLE color: 6911477.

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

Color convert

RGB245117105-
CMYK00.520.570.04
HSL5.14º87.5%68.63%-
HSV(B)5.14º57.14%96.08%-
XYZ46.5733.1517.31-
YUV153.9100.41192.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=52.46%
G=25.05%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511710500.520.570.045.1487.568.63
HexF5756903439455845
Octal3651651510647145130105
Binary1111010111101011101001011010011100110010110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57569; }

 p { color: rgb(245,117,105); }

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

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

 a { background-color: rgb(245,117,105); }

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

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

 span { border-color: rgb(245,117,105); }

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