#FF867A

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

Shades of Salmon #FF867A

Tints of Salmon #FF867A

Color information

#FF867A (or 0xFF867A) is unknown color: approx Salmon. HEX triplet: FF, 86 and 7A. RGB value is (255,134,122). Sum of RGB (Red+Green+Blue) = 255+134+122=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867A is #007985. Grayscale: #A8A8A8. Windows color (decimal): -31110 or 8029951. OLE color: 8029951.

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

Color convert

RGB255134122-
CMYK00.470.520
HSL5.41º100%73.92%-
HSV(B)5.41º52.16%100%-
XYZ53.2839.7223.27-
YUV168.81101.59189.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=49.90%
G=26.22%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513412200.470.5205.4110073.92
HexFF867A02F3405644a
Octal3772061720576405144112
Binary111111111000011011110100101111110100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF867A; }

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

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

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

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

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

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

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

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