#FF8573

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

Shades of Salmon #FF8573

Tints of Salmon #FF8573

Color information

#FF8573 (or 0xFF8573) is unknown color: approx Salmon. HEX triplet: FF, 85 and 73. RGB value is (255,133,115). Sum of RGB (Red+Green+Blue) = 255+133+115=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8573 is #007A8C. Grayscale: #A7A7A7. Windows color (decimal): -31373 or 7570943. OLE color: 7570943.

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

Color convert

RGB255133115-
CMYK00.480.550
HSL7.71º100%72.55%-
HSV(B)7.71º54.9%100%-
XYZ52.7239.2721.02-
YUV167.4398.42190.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=50.70%
G=26.44%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513311500.480.5507.7110072.55
HexFF857303037086449
Octal37720516306067010144111
Binary1111111110000101111001101100001101110100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8573; }

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

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

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

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

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

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

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

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