#F5A47A

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

Shades of Light Salmon #F5A47A

Tints of Light Salmon #F5A47A

Color information

#F5A47A (or 0xF5A47A) is unknown color: approx Light Salmon. HEX triplet: F5, A4 and 7A. RGB value is (245,164,122). Sum of RGB (Red+Green+Blue) = 245+164+122=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A47A is #0A5B85. Grayscale: #B7B7B7. Windows color (decimal): -678790 or 8037621. OLE color: 8037621.

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

Color convert

RGB245164122-
CMYK00.330.500.04
HSL20.49º86.01%71.96%-
HSV(B)20.49º50.2%96.08%-
XYZ54.4447.3724.69-
YUV183.4393.34171.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 122 (48.05% from 255) = 22.98%
R=46.14%
G=30.89%
B=22.98%

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
Decimal24516412200.330.500.0420.4986.0171.96
HexF5A47A021324145648
Octal36524417204162424126110
Binary1111010110100100111101001000011100101001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A47A; }

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

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

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

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

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

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

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

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