#FF8176

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

Shades of Salmon #FF8176

Tints of Salmon #FF8176

Color information

#FF8176 (or 0xFF8176) is unknown color: approx Salmon. HEX triplet: FF, 81 and 76. RGB value is (255,129,118). Sum of RGB (Red+Green+Blue) = 255+129+118=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8176 is #007E89. Grayscale: #A5A5A5. Windows color (decimal): -32394 or 7766527. OLE color: 7766527.

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

Color convert

RGB255129118-
CMYK00.490.540
HSL4.82º100%73.14%-
HSV(B)4.82º53.73%100%-
XYZ52.3638.2721.77-
YUV165.42101.24191.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=50.80%
G=25.70%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512911800.490.5404.8210073.14
HexFF817603136056449
Octal3772011660616605144111
Binary111111111000000111101100110001110110010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8176; }

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

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

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

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

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

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

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

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