#FF7969

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

Shades of Salmon #FF7969

Tints of Salmon #FF7969

Color information

#FF7969 (or 0xFF7969) is unknown color: approx Salmon. HEX triplet: FF, 79 and 69. RGB value is (255,121,105). Sum of RGB (Red+Green+Blue) = 255+121+105=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7969 is #008696. Grayscale: #9F9F9F. Windows color (decimal): -34455 or 6912511. OLE color: 6912511.

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

Color convert

RGB255121105-
CMYK00.530.590
HSL6.4º100%70.59%-
HSV(B)6.4º58.82%100%-
XYZ50.6335.9517.64-
YUV159.2497.39196.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=53.01%
G=25.16%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512110500.530.5906.410070.59
HexFF79690353B066447
Octal3771711510657306144107
Binary11111111111100111010010110101111011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7969; }

 p { color: rgb(255,121,105); }

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

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

 a { background-color: rgb(255,121,105); }

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

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

 span { border-color: rgb(255,121,105); }

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