#FF867B

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

Shades of Salmon #FF867B

Tints of Salmon #FF867B

Color information

#FF867B (or 0xFF867B) is unknown color: approx Salmon. HEX triplet: FF, 86 and 7B. RGB value is (255,134,123). Sum of RGB (Red+Green+Blue) = 255+134+123=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867B is #007984. Grayscale: #A9A9A9. Windows color (decimal): -31109 or 8095487. OLE color: 8095487.

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

Color convert

RGB255134123-
CMYK00.470.520
HSL100%74.12%-
HSV(B)51.76%100%-
XYZ53.3439.7423.6-
YUV168.92102.09189.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=49.80%
G=26.17%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513412300.470.520510074.12
HexFF867B02F3405644a
Octal3772061730576405144112
Binary111111111000011011110110101111110100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF867B; }

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

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

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

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

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

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

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

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