#FA8469

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

Shades of Salmon #FA8469

Tints of Salmon #FA8469

Color information

#FA8469 (or 0xFA8469) is unknown color: approx Salmon. HEX triplet: FA, 84 and 69. RGB value is (250,132,105). Sum of RGB (Red+Green+Blue) = 250+132+105=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8469 is #057B96. Grayscale: #A4A4A4. Windows color (decimal): -359319 or 6915322. OLE color: 6915322.

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

Color convert

RGB250132105-
CMYK00.470.580.02
HSL11.17º93.55%69.61%-
HSV(B)11.17º58%98.04%-
XYZ50.2337.8518.02-
YUV164.294.59189.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=51.33%
G=27.10%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013210500.470.580.0211.1793.5569.61
HexFA846902F3A2b5e46
Octal37220415105772213136106
Binary11111010100001001101001010111111101010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8469; }

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

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

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

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

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

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

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

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