#FF8263

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

Shades of Salmon #FF8263

Tints of Salmon #FF8263

Color information

#FF8263 (or 0xFF8263) is unknown color: approx Salmon. HEX triplet: FF, 82 and 63. RGB value is (255,130,99). Sum of RGB (Red+Green+Blue) = 255+130+99=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8263 is #007D9C. Grayscale: #A4A4A4. Windows color (decimal): -32157 or 6521599. OLE color: 6521599.

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

Color convert

RGB25513099-
CMYK00.490.610
HSL11.92º100%69.41%-
HSV(B)11.92º61.18%100%-
XYZ51.4738.1316.45-
YUV163.8491.41193.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=52.69%
G=26.86%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551309900.490.61011.9210069.41
HexFF82630313D0c6445
Octal37720214306175014144105
Binary1111111110000010110001101100011111010110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8263; }

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

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

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

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

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

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

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

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