#FA8569

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

Shades of Salmon #FA8569

Tints of Salmon #FA8569

Color information

#FA8569 (or 0xFA8569) is unknown color: approx Salmon. HEX triplet: FA, 85 and 69. RGB value is (250,133,105). Sum of RGB (Red+Green+Blue) = 250+133+105=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8569 is #057A96. Grayscale: #A5A5A5. Windows color (decimal): -359063 or 6915578. OLE color: 6915578.

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

Color convert

RGB250133105-
CMYK00.470.580.02
HSL11.59º93.55%69.61%-
HSV(B)11.59º58%98.04%-
XYZ50.3638.1218.07-
YUV164.7994.26188.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=51.23%
G=27.25%
B=21.52%

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
Decimal25013310500.470.580.0211.5993.5569.61
HexFA856902F3A2c5e46
Octal37220515105772214136106
Binary11111010100001011101001010111111101010110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8569; }

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

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

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

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

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

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

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

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