#F5A17D

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

Shades of Light Salmon #F5A17D

Tints of Light Salmon #F5A17D

Color information

#F5A17D (or 0xF5A17D) is unknown color: approx Light Salmon. HEX triplet: F5, A1 and 7D. RGB value is (245,161,125). Sum of RGB (Red+Green+Blue) = 245+161+125=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A17D is #0A5E82. Grayscale: #B6B6B6. Windows color (decimal): -679555 or 8233461. OLE color: 8233461.

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

Color convert

RGB245161125-
CMYK00.340.490.04
HSL18º85.71%72.55%-
HSV(B)18º48.98%96.08%-
XYZ54.146.3825.5-
YUV182.0195.83172.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=46.14%
G=30.32%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516112500.340.490.041885.7172.55
HexF5A17D022314125649
Octal36524117504261422126111
Binary1111010110100001111110101000101100011001001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A17D; }

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

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

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

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

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

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

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

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