#F57E67

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

Shades of Salmon #F57E67

Tints of Salmon #F57E67

Color information

#F57E67 (or 0xF57E67) is unknown color: approx Salmon. HEX triplet: F5, 7E and 67. RGB value is (245,126,103). Sum of RGB (Red+Green+Blue) = 245+126+103=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E67 is #0A8198. Grayscale: #9F9F9F. Windows color (decimal): -688537 or 6782709. OLE color: 6782709.

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

Color convert

RGB245126103-
CMYK00.490.580.04
HSL9.72º87.65%68.24%-
HSV(B)9.72º57.96%96.08%-
XYZ47.5735.3117.14-
YUV158.9696.42189.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=51.69%
G=26.58%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512610300.490.580.049.7287.6568.24
HexF57E670313A4a5844
Octal36517614706172412130104
Binary11110101111111011001110110001111010100101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E67; }

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

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

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

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

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

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

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

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