#F5A47B

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

Shades of Light Salmon #F5A47B

Tints of Light Salmon #F5A47B

Color information

#F5A47B (or 0xF5A47B) is unknown color: approx Light Salmon. HEX triplet: F5, A4 and 7B. RGB value is (245,164,123). Sum of RGB (Red+Green+Blue) = 245+164+123=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A47B is #0A5B84. Grayscale: #B7B7B7. Windows color (decimal): -678789 or 8103157. OLE color: 8103157.

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

Color convert

RGB245164123-
CMYK00.330.500.04
HSL20.16º85.92%72.16%-
HSV(B)20.16º49.8%96.08%-
XYZ54.5147.3925.01-
YUV183.5493.84171.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=46.05%
G=30.83%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516412300.330.500.0420.1685.9272.16
HexF5A47B021324145648
Octal36524417304162424126110
Binary1111010110100100111101101000011100101001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A47B; }

 p { color: rgb(245,164,123); }

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

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

 a { background-color: rgb(245,164,123); }

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

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

 span { border-color: rgb(245,164,123); }

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