#FE8877

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

Shades of Salmon #FE8877

Tints of Salmon #FE8877

Color information

#FE8877 (or 0xFE8877) is unknown color: approx Salmon. HEX triplet: FE, 88 and 77. RGB value is (254,136,119). Sum of RGB (Red+Green+Blue) = 254+136+119=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8877 is #017788. Grayscale: #A9A9A9. Windows color (decimal): -96137 or 7833854. OLE color: 7833854.

HSL color Cylindrical-coordinate representation of color #FE8877: hue angle of 7.56º 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 #FE8877 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254136119-
CMYK00.460.530.00
HSL7.56º98.54%73.14%-
HSV(B)7.56º53.15%99.61%-
XYZ53.0140.0122.38-
YUV169.3499.59188.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=49.90%
G=26.72%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413611900.460.530.007.5698.5473.14
HexFE887702E35086349
Octal37621016705665010143111
Binary1111111010001000111011101011101101010100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8877; }

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

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

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

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

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

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

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

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