#F5A382

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

Shades of Light Salmon #F5A382

Tints of Light Salmon #F5A382

Color information

#F5A382 (or 0xF5A382) is unknown color: approx Light Salmon. HEX triplet: F5, A3 and 82. RGB value is (245,163,130). Sum of RGB (Red+Green+Blue) = 245+163+130=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A382 is #0A5C7D. Grayscale: #B7B7B7. Windows color (decimal): -679038 or 8561653. OLE color: 8561653.

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

Color convert

RGB245163130-
CMYK00.330.470.04
HSL17.22º85.19%73.53%-
HSV(B)17.22º46.94%96.08%-
XYZ54.7847.2227.35-
YUV183.7697.67171.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=45.54%
G=30.30%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516313000.330.470.0417.2285.1973.53
HexF5A3820212F411554a
Octal36524320204157421125112
Binary11110101101000111000001001000011011111001000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A382; }

 p { color: rgb(245,163,130); }

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

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

 a { background-color: rgb(245,163,130); }

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

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

 span { border-color: rgb(245,163,130); }

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