#FF8376

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

Shades of Salmon #FF8376

Tints of Salmon #FF8376

Color information

#FF8376 (or 0xFF8376) is unknown color: approx Salmon. HEX triplet: FF, 83 and 76. RGB value is (255,131,118). Sum of RGB (Red+Green+Blue) = 255+131+118=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8376 is #007C89. Grayscale: #A6A6A6. Windows color (decimal): -31882 or 7767039. OLE color: 7767039.

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

Color convert

RGB255131118-
CMYK00.490.540
HSL5.69º100%73.14%-
HSV(B)5.69º53.73%100%-
XYZ52.6338.821.86-
YUV166.59100.58191.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=50.60%
G=25.99%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513111800.490.5405.6910073.14
HexFF837603136066449
Octal3772031660616606144111
Binary111111111000001111101100110001110110011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8376; }

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

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

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

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

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

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

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

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