#FF8A6A

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

Shades of Salmon #FF8A6A

Tints of Salmon #FF8A6A

Color information

#FF8A6A (or 0xFF8A6A) is unknown color: approx Salmon. HEX triplet: FF, 8A and 6A. RGB value is (255,138,106). Sum of RGB (Red+Green+Blue) = 255+138+106=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A6A is #007595. Grayscale: #A9A9A9. Windows color (decimal): -30102 or 6982399. OLE color: 6982399.

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

Color convert

RGB255138106-
CMYK00.460.580
HSL12.89º100%70.78%-
HSV(B)12.89º58.43%100%-
XYZ52.9340.4818.66-
YUV169.3392.26189.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=51.10%
G=27.66%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513810600.460.58012.8910070.78
HexFF8A6A02E3A0d6447
Octal37721215205672015144107
Binary1111111110001010110101001011101110100110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A6A; }

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

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

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

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

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

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

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

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