#FF7A6A

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

Shades of Salmon #FF7A6A

Tints of Salmon #FF7A6A

Color information

#FF7A6A (or 0xFF7A6A) is unknown color: approx Salmon. HEX triplet: FF, 7A and 6A. RGB value is (255,122,106). Sum of RGB (Red+Green+Blue) = 255+122+106=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A6A is #008595. Grayscale: #A0A0A0. Windows color (decimal): -34198 or 6978303. OLE color: 6978303.

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

Color convert

RGB255122106-
CMYK00.520.580
HSL6.44º100%70.78%-
HSV(B)6.44º58.43%100%-
XYZ50.836.2217.95-
YUV159.9497.56195.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=52.80%
G=25.26%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512210600.520.5806.4410070.78
HexFF7A6A0343A066447
Octal3771721520647206144107
Binary11111111111101011010100110100111010011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A6A; }

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

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

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

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

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

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

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

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