#F5A57D

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

Shades of Light Salmon #F5A57D

Tints of Light Salmon #F5A57D

Color information

#F5A57D (or 0xF5A57D) is unknown color: approx Light Salmon. HEX triplet: F5, A5 and 7D. RGB value is (245,165,125). Sum of RGB (Red+Green+Blue) = 245+165+125=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A57D is #0A5A82. Grayscale: #B8B8B8. Windows color (decimal): -678531 or 8234485. OLE color: 8234485.

HSL color Cylindrical-coordinate representation of color #F5A57D: hue angle of 20º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5A57D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245165125-
CMYK00.330.490.04
HSL20º85.71%72.55%-
HSV(B)20º48.98%96.08%-
XYZ54.8147.825.74-
YUV184.3694.5171.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.79%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=45.79%
G=30.84%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516512500.330.490.042085.7172.55
HexF5A57D021314145649
Octal36524517504161424126111
Binary1111010110100101111110101000011100011001010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A57D; }

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

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

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

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

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

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

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

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