#FF7E69

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

Shades of Salmon #FF7E69

Tints of Salmon #FF7E69

Color information

#FF7E69 (or 0xFF7E69) is unknown color: approx Salmon. HEX triplet: FF, 7E and 69. RGB value is (255,126,105). Sum of RGB (Red+Green+Blue) = 255+126+105=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E69 is #008196. Grayscale: #A2A2A2. Windows color (decimal): -33175 or 6913791. OLE color: 6913791.

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

Color convert

RGB255126105-
CMYK00.510.590
HSL8.4º100%70.59%-
HSV(B)8.4º58.82%100%-
XYZ51.2537.217.84-
YUV162.1895.74194.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=52.47%
G=25.93%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512610500.510.5908.410070.59
HexFF7E690333B086447
Octal37717615106373010144107
Binary111111111111110110100101100111110110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E69; }

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

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

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

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

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

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

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

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