#FFA380

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

Shades of Light Salmon #FFA380

Tints of Light Salmon #FFA380

Color information

#FFA380 (or 0xFFA380) is unknown color: approx Light Salmon. HEX triplet: FF, A3 and 80. RGB value is (255,163,128). Sum of RGB (Red+Green+Blue) = 255+163+128=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA380 is #005C7F. Grayscale: #BABABA. Windows color (decimal): -23680 or 8430591. OLE color: 8430591.

HSL color Cylindrical-coordinate representation of color #FFA380: hue angle of 16.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA380 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255163128-
CMYK00.360.500
HSL16.54º100%75.1%-
HSV(B)16.54º49.8%100%-
XYZ58.2349.0126.81-
YUV186.5294.98176.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=46.70%
G=29.85%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516312800.360.50016.5410075.1
HexFFA38002432011644b
Octal37724320004462021144113
Binary111111111010001110000000010010011001001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA380; }

 p { color: rgb(255,163,128); }

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

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

 a { background-color: rgb(255,163,128); }

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

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

 span { border-color: rgb(255,163,128); }

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