#F57D67

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

Shades of Salmon #F57D67

Tints of Salmon #F57D67

Color information

#F57D67 (or 0xF57D67) is unknown color: approx Salmon. HEX triplet: F5, 7D and 67. RGB value is (245,125,103). Sum of RGB (Red+Green+Blue) = 245+125+103=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D67 is #0A8298. Grayscale: #9E9E9E. Windows color (decimal): -688793 or 6782453. OLE color: 6782453.

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

Color convert

RGB245125103-
CMYK00.490.580.04
HSL9.3º87.65%68.24%-
HSV(B)9.3º57.96%96.08%-
XYZ47.4435.0617.1-
YUV158.3796.76189.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=51.80%
G=26.43%
B=21.78%

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
Decimal24512510300.490.580.049.387.6568.24
HexF57D670313A495844
Octal36517514706172411130104
Binary11110101111110111001110110001111010100100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D67; }

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

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

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

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

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

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

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

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