#FF877E

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

Shades of Salmon #FF877E

Tints of Salmon #FF877E

Color information

#FF877E (or 0xFF877E) is unknown color: approx Salmon. HEX triplet: FF, 87 and 7E. RGB value is (255,135,126). Sum of RGB (Red+Green+Blue) = 255+135+126=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877E is #007881. Grayscale: #AAAAAA. Windows color (decimal): -30850 or 8292351. OLE color: 8292351.

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

Color convert

RGB255135126-
CMYK00.470.510
HSL4.19º100%74.71%-
HSV(B)4.19º50.59%100%-
XYZ53.6740.0924.65-
YUV169.85103.26188.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=49.42%
G=26.16%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513512600.470.5104.1910074.71
HexFF877E02F3304644b
Octal3772071760576304144113
Binary111111111000011111111100101111110011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF877E; }

 p { color: rgb(255,135,126); }

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

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

 a { background-color: rgb(255,135,126); }

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

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

 span { border-color: rgb(255,135,126); }

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