#F57A67

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

Shades of Salmon #F57A67

Tints of Salmon #F57A67

Color information

#F57A67 (or 0xF57A67) is unknown color: approx Salmon. HEX triplet: F5, 7A and 67. RGB value is (245,122,103). Sum of RGB (Red+Green+Blue) = 245+122+103=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A67 is #0A8598. Grayscale: #9C9C9C. Windows color (decimal): -689561 or 6781685. OLE color: 6781685.

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

Color convert

RGB245122103-
CMYK00.500.580.04
HSL8.03º87.65%68.24%-
HSV(B)8.03º57.96%96.08%-
XYZ47.0634.3116.97-
YUV156.6197.75191.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=52.13%
G=25.96%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512210300.500.580.048.0387.6568.24
HexF57A670323A485844
Octal36517214706272410130104
Binary11110101111101011001110110010111010100100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57A67; }

 p { color: rgb(245,122,103); }

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

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

 a { background-color: rgb(245,122,103); }

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

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

 span { border-color: rgb(245,122,103); }

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