#FF816E

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

Shades of Salmon #FF816E

Tints of Salmon #FF816E

Color information

#FF816E (or 0xFF816E) is unknown color: approx Salmon. HEX triplet: FF, 81 and 6E. RGB value is (255,129,110). Sum of RGB (Red+Green+Blue) = 255+129+110=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF816E is #007E91. Grayscale: #A4A4A4. Windows color (decimal): -32402 or 7242239. OLE color: 7242239.

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

Color convert

RGB255129110-
CMYK00.490.570
HSL7.86º100%71.57%-
HSV(B)7.86º56.86%100%-
XYZ51.938.0919.37-
YUV164.5197.24192.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=51.62%
G=26.11%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512911000.490.5707.8610071.57
HexFF816E03139086448
Octal37720115606171010144110
Binary1111111110000001110111001100011110010100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF816E; }

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

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

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

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

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

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

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

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