#FF836C

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

Shades of Salmon #FF836C

Tints of Salmon #FF836C

Color information

#FF836C (or 0xFF836C) is unknown color: approx Salmon. HEX triplet: FF, 83 and 6C. RGB value is (255,131,108). Sum of RGB (Red+Green+Blue) = 255+131+108=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF836C is #007C93. Grayscale: #A5A5A5. Windows color (decimal): -31892 or 7111679. OLE color: 7111679.

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

Color convert

RGB255131108-
CMYK00.490.580
HSL9.39º100%71.18%-
HSV(B)9.39º57.65%100%-
XYZ52.0638.5818.89-
YUV165.4595.58191.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=51.62%
G=26.52%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513110800.490.5809.3910071.18
HexFF836C0313A096447
Octal37720315406172011144107
Binary1111111110000011110110001100011110100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF836C; }

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

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

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

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

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

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

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

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