#FF8569

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

Shades of Salmon #FF8569

Tints of Salmon #FF8569

Color information

#FF8569 (or 0xFF8569) is unknown color: approx Salmon. HEX triplet: FF, 85 and 69. RGB value is (255,133,105). Sum of RGB (Red+Green+Blue) = 255+133+105=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8569 is #007A96. Grayscale: #A6A6A6. Windows color (decimal): -31383 or 6915583. OLE color: 6915583.

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

Color convert

RGB255133105-
CMYK00.480.590
HSL11.2º100%70.59%-
HSV(B)11.2º58.82%100%-
XYZ52.1839.0518.15-
YUV166.2993.42191.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=51.72%
G=26.98%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513310500.480.59011.210070.59
HexFF85690303B0b6447
Octal37720515106073013144107
Binary1111111110000101110100101100001110110101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8569; }

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

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

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

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

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

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

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

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