#FA8C6D

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

Shades of Salmon #FA8C6D

Tints of Salmon #FA8C6D

Color information

#FA8C6D (or 0xFA8C6D) is unknown color: approx Salmon. HEX triplet: FA, 8C and 6D. RGB value is (250,140,109). Sum of RGB (Red+Green+Blue) = 250+140+109=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C6D is #057392. Grayscale: #A9A9A9. Windows color (decimal): -357267 or 7179514. OLE color: 7179514.

HSL color Cylindrical-coordinate representation of color #FA8C6D: hue angle of 13.19º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA8C6D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250140109-
CMYK00.440.560.02
HSL13.19º93.38%70.39%-
HSV(B)13.19º56.4%98.04%-
XYZ51.5640.1819.51-
YUV169.3693.94185.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=50.10%
G=28.06%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014010900.440.560.0213.1993.3870.39
HexFA8C6D02C382d5d46
Octal37221415505470215135106
Binary11111010100011001101101010110011100010110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C6D; }

 p { color: rgb(250,140,109); }

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

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

 a { background-color: rgb(250,140,109); }

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

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

 span { border-color: rgb(250,140,109); }

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