#FE8D71

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

Shades of Salmon #FE8D71

Tints of Salmon #FE8D71

Color information

#FE8D71 (or 0xFE8D71) is unknown color: approx Salmon. HEX triplet: FE, 8D and 71. RGB value is (254,141,113). Sum of RGB (Red+Green+Blue) = 254+141+113=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D71 is #01728E. Grayscale: #ABABAB. Windows color (decimal): -94863 or 7441918. OLE color: 7441918.

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

Color convert

RGB254141113-
CMYK00.440.560.00
HSL11.91º98.6%71.96%-
HSV(B)11.91º55.51%99.61%-
XYZ53.3841.3120.78-
YUV171.694.94186.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=50%
G=27.76%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414111300.440.560.0011.9198.671.96
HexFE8D7102C380c6348
Octal37621516105470014143110
Binary1111111010001101111000101011001110000110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D71; }

 p { color: rgb(254,141,113); }

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

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

 a { background-color: rgb(254,141,113); }

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

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

 span { border-color: rgb(254,141,113); }

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