#FF8A78

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

Shades of Salmon #FF8A78

Tints of Salmon #FF8A78

Color information

#FF8A78 (or 0xFF8A78) is unknown color: approx Salmon. HEX triplet: FF, 8A and 78. RGB value is (255,138,120). Sum of RGB (Red+Green+Blue) = 255+138+120=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A78 is #007587. Grayscale: #ABABAB. Windows color (decimal): -30088 or 7899903. OLE color: 7899903.

HSL color Cylindrical-coordinate representation of color #FF8A78: hue angle of 8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8A78 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255138120-
CMYK00.460.530
HSL100%73.53%-
HSV(B)52.94%100%-
XYZ53.7240.7922.81-
YUV170.9399.26187.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=49.71%
G=26.90%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513812000.460.530810073.53
HexFF8A7802E3508644a
Octal37721217005665010144112
Binary1111111110001010111100001011101101010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A78; }

 p { color: rgb(255,138,120); }

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

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

 a { background-color: rgb(255,138,120); }

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

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

 span { border-color: rgb(255,138,120); }

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