#FF816C

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

Shades of Salmon #FF816C

Tints of Salmon #FF816C

Color information

#FF816C (or 0xFF816C) is unknown color: approx Salmon. HEX triplet: FF, 81 and 6C. RGB value is (255,129,108). Sum of RGB (Red+Green+Blue) = 255+129+108=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF816C is #007E93. Grayscale: #A4A4A4. Windows color (decimal): -32404 or 7111167. OLE color: 7111167.

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

Color convert

RGB255129108-
CMYK00.490.580
HSL8.57º100%71.18%-
HSV(B)8.57º57.65%100%-
XYZ51.838.0418.8-
YUV164.2896.24192.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=51.83%
G=26.22%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512910800.490.5808.5710071.18
HexFF816C0313A096447
Octal37720115406172011144107
Binary1111111110000001110110001100011110100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF816C; }

 p { color: rgb(255,129,108); }

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

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

 a { background-color: rgb(255,129,108); }

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

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

 span { border-color: rgb(255,129,108); }

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