#FA806E

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

Shades of Salmon #FA806E

Tints of Salmon #FA806E

Color information

#FA806E (or 0xFA806E) is unknown color: approx Salmon. HEX triplet: FA, 80 and 6E. RGB value is (250,128,110). Sum of RGB (Red+Green+Blue) = 250+128+110=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA806E is #057F91. Grayscale: #A2A2A2. Windows color (decimal): -360338 or 7241978. OLE color: 7241978.

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

Color convert

RGB250128110-
CMYK00.490.560.02
HSL7.71º93.33%70.59%-
HSV(B)7.71º56%98.04%-
XYZ49.9636.8919.24-
YUV162.4398.42190.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=51.23%
G=26.23%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012811000.490.560.027.7193.3370.59
HexFA806E03138285d47
Octal37220015606170210135107
Binary11111010100000001101110011000111100010100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA806E; }

 p { color: rgb(250,128,110); }

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

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

 a { background-color: rgb(250,128,110); }

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

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

 span { border-color: rgb(250,128,110); }

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