#FF7869

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

Shades of Salmon #FF7869

Tints of Salmon #FF7869

Color information

#FF7869 (or 0xFF7869) is unknown color: approx Salmon. HEX triplet: FF, 78 and 69. RGB value is (255,120,105). Sum of RGB (Red+Green+Blue) = 255+120+105=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7869 is #008796. Grayscale: #9E9E9E. Windows color (decimal): -34711 or 6912255. OLE color: 6912255.

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

Color convert

RGB255120105-
CMYK00.530.590
HSL100%70.59%-
HSV(B)58.82%100%-
XYZ50.5135.7117.6-
YUV158.6697.73196.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=53.12%
G=25%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512010500.530.590610070.59
HexFF78690353B066447
Octal3771701510657306144107
Binary11111111111100011010010110101111011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7869; }

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

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

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

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

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

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

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

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