#FF7D69

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

Shades of Salmon #FF7D69

Tints of Salmon #FF7D69

Color information

#FF7D69 (or 0xFF7D69) is unknown color: approx Salmon. HEX triplet: FF, 7D and 69. RGB value is (255,125,105). Sum of RGB (Red+Green+Blue) = 255+125+105=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D69 is #008296. Grayscale: #A1A1A1. Windows color (decimal): -33431 or 6913535. OLE color: 6913535.

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

Color convert

RGB255125105-
CMYK00.510.590
HSL100%70.59%-
HSV(B)58.82%100%-
XYZ51.1236.9517.8-
YUV161.5996.07194.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=52.58%
G=25.77%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512510500.510.590810070.59
HexFF7D690333B086447
Octal37717515106373010144107
Binary111111111111101110100101100111110110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D69; }

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

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

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

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

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

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

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

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