#FF867C

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

Shades of Salmon #FF867C

Tints of Salmon #FF867C

Color information

#FF867C (or 0xFF867C) is unknown color: approx Salmon. HEX triplet: FF, 86 and 7C. RGB value is (255,134,124). Sum of RGB (Red+Green+Blue) = 255+134+124=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867C is #007983. Grayscale: #A9A9A9. Windows color (decimal): -31108 or 8161023. OLE color: 8161023.

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

Color convert

RGB255134124-
CMYK00.470.510
HSL4.58º100%74.31%-
HSV(B)4.58º51.37%100%-
XYZ53.439.7723.93-
YUV169.04102.59189.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 124 (48.83% from 255) = 24.17%
R=49.71%
G=26.12%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513412400.470.5104.5810074.31
HexFF867C02F3305644a
Octal3772061740576305144112
Binary111111111000011011111000101111110011010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF867C; }

 p { color: rgb(255,134,124); }

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

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

 a { background-color: rgb(255,134,124); }

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

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

 span { border-color: rgb(255,134,124); }

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