#FF8363

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

Shades of Salmon #FF8363

Tints of Salmon #FF8363

Color information

#FF8363 (or 0xFF8363) is unknown color: approx Salmon. HEX triplet: FF, 83 and 63. RGB value is (255,131,99). Sum of RGB (Red+Green+Blue) = 255+131+99=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8363 is #007C9C. Grayscale: #A4A4A4. Windows color (decimal): -31901 or 6521855. OLE color: 6521855.

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

Color convert

RGB25513199-
CMYK00.490.610
HSL12.31º100%69.41%-
HSV(B)12.31º61.18%100%-
XYZ51.6138.3916.49-
YUV164.4391.08192.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=52.58%
G=27.01%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551319900.490.61012.3110069.41
HexFF83630313D0c6445
Octal37720314306175014144105
Binary1111111110000011110001101100011111010110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8363; }

 p { color: rgb(255,131,99); }

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

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

 a { background-color: rgb(255,131,99); }

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

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

 span { border-color: rgb(255,131,99); }

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