#FF867D

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

Shades of Salmon #FF867D

Tints of Salmon #FF867D

Color information

#FF867D (or 0xFF867D) is unknown color: approx Salmon. HEX triplet: FF, 86 and 7D. RGB value is (255,134,125). Sum of RGB (Red+Green+Blue) = 255+134+125=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867D is #007982. Grayscale: #A9A9A9. Windows color (decimal): -31107 or 8226559. OLE color: 8226559.

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

Color convert

RGB255134125-
CMYK00.470.510
HSL4.15º100%74.51%-
HSV(B)4.15º50.98%100%-
XYZ53.4739.7924.26-
YUV169.15103.09189.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=49.61%
G=26.07%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513412500.470.5104.1510074.51
HexFF867D02F3304644b
Octal3772061750576304144113
Binary111111111000011011111010101111110011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF867D; }

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

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

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

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

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

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

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

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