#FA846D

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

Shades of Salmon #FA846D

Tints of Salmon #FA846D

Color information

#FA846D (or 0xFA846D) is unknown color: approx Salmon. HEX triplet: FA, 84 and 6D. RGB value is (250,132,109). Sum of RGB (Red+Green+Blue) = 250+132+109=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA846D is #057B92. Grayscale: #A4A4A4. Windows color (decimal): -359315 or 7177466. OLE color: 7177466.

HSL color Cylindrical-coordinate representation of color #FA846D: hue angle of 9.79º 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 #FA846D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250132109-
CMYK00.470.560.02
HSL9.79º93.38%70.39%-
HSV(B)9.79º56.4%98.04%-
XYZ50.4437.9319.13-
YUV164.6696.59188.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=50.92%
G=26.88%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013210900.470.560.029.7993.3870.39
HexFA846D02F382a5d46
Octal37220415505770212135106
Binary11111010100001001101101010111111100010101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA846D; }

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

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

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

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

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

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

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

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