#FAA784

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

Shades of Light Salmon #FAA784

Tints of Light Salmon #FAA784

Color information

#FAA784 (or 0xFAA784) is unknown color: approx Light Salmon. HEX triplet: FA, A7 and 84. RGB value is (250,167,132). Sum of RGB (Red+Green+Blue) = 250+167+132=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA784 is #05587B. Grayscale: #BCBCBC. Windows color (decimal): -350332 or 8693754. OLE color: 8693754.

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

Color convert

RGB250167132-
CMYK00.330.470.02
HSL17.8º92.19%74.9%-
HSV(B)17.8º47.2%98.04%-
XYZ57.4149.6328.38-
YUV187.8396.5172.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 132 (51.95% from 255) = 24.04%
R=45.54%
G=30.42%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016713200.330.470.0217.892.1974.9
HexFAA7840212F2125c4b
Octal37224720404157222134113
Binary1111101010100111100001000100001101111101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA784; }

 p { color: rgb(250,167,132); }

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

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

 a { background-color: rgb(250,167,132); }

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

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

 span { border-color: rgb(250,167,132); }

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