#FAA380

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

Shades of Light Salmon #FAA380

Tints of Light Salmon #FAA380

Color information

#FAA380 (or 0xFAA380) is unknown color: approx Light Salmon. HEX triplet: FA, A3 and 80. RGB value is (250,163,128). Sum of RGB (Red+Green+Blue) = 250+163+128=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA380 is #055C7F. Grayscale: #B9B9B9. Windows color (decimal): -351360 or 8430586. OLE color: 8430586.

HSL color Cylindrical-coordinate representation of color #FAA380: hue angle of 17.21º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA380 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250163128-
CMYK00.350.490.02
HSL17.21º92.42%74.12%-
HSV(B)17.21º48.8%98.04%-
XYZ56.4248.0826.73-
YUV185.0295.82174.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=46.21%
G=30.13%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016312800.350.490.0217.2192.4274.12
HexFAA380023312115c4a
Octal37224320004361221134112
Binary1111101010100011100000000100011110001101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA380; }

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

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

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

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

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

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

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

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