#FE8677

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

Shades of Salmon #FE8677

Tints of Salmon #FE8677

Color information

#FE8677 (or 0xFE8677) is unknown color: approx Salmon. HEX triplet: FE, 86 and 77. RGB value is (254,134,119). Sum of RGB (Red+Green+Blue) = 254+134+119=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8677 is #017988. Grayscale: #A8A8A8. Windows color (decimal): -96649 or 7833342. OLE color: 7833342.

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

Color convert

RGB254134119-
CMYK00.470.530.00
HSL6.67º98.54%73.14%-
HSV(B)6.67º53.15%99.61%-
XYZ52.7339.4522.29-
YUV168.17100.26189.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=50.10%
G=26.43%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413411900.470.530.006.6798.5473.14
HexFE867702F35076349
Octal3762061670576507143111
Binary111111101000011011101110101111110101011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8677; }

 p { color: rgb(254,134,119); }

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

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

 a { background-color: rgb(254,134,119); }

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

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

 span { border-color: rgb(254,134,119); }

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