#FA8078

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

Shades of Salmon #FA8078

Tints of Salmon #FA8078

Color information

#FA8078 (or 0xFA8078) is unknown color: approx Salmon. HEX triplet: FA, 80 and 78. RGB value is (250,128,120). Sum of RGB (Red+Green+Blue) = 250+128+120=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8078 is #057F87. Grayscale: #A3A3A3. Windows color (decimal): -360328 or 7897338. OLE color: 7897338.

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

Color convert

RGB250128120-
CMYK00.490.520.02
HSL3.69º92.86%72.55%-
HSV(B)3.69º52%98.04%-
XYZ50.5337.1222.27-
YUV163.57103.42189.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=50.20%
G=25.70%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012812000.490.520.023.6992.8672.55
HexFA807803134245d49
Octal3722001700616424135111
Binary1111101010000000111100001100011101001010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8078; }

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

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

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

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

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

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

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

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