#FA8679

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

Shades of Salmon #FA8679

Tints of Salmon #FA8679

Color information

#FA8679 (or 0xFA8679) is unknown color: approx Salmon. HEX triplet: FA, 86 and 79. RGB value is (250,134,121). Sum of RGB (Red+Green+Blue) = 250+134+121=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8679 is #057986. Grayscale: #A7A7A7. Windows color (decimal): -358791 or 7964410. OLE color: 7964410.

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

Color convert

RGB250134121-
CMYK00.460.520.02
HSL6.05º92.81%72.75%-
HSV(B)6.05º51.6%98.04%-
XYZ51.438.7522.86-
YUV167.2101.93187.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=49.50%
G=26.53%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013412100.460.520.026.0592.8172.75
HexFA867902E34265d49
Octal3722061710566426135111
Binary1111101010000110111100101011101101001011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8679; }

 p { color: rgb(250,134,121); }

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

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

 a { background-color: rgb(250,134,121); }

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

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

 span { border-color: rgb(250,134,121); }

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