#FE7E71

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

Shades of Salmon #FE7E71

Tints of Salmon #FE7E71

Color information

#FE7E71 (or 0xFE7E71) is unknown color: approx Salmon. HEX triplet: FE, 7E and 71. RGB value is (254,126,113). Sum of RGB (Red+Green+Blue) = 254+126+113=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E71 is #01818E. Grayscale: #A2A2A2. Windows color (decimal): -98703 or 7438078. OLE color: 7438078.

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

Color convert

RGB254126113-
CMYK00.500.560.00
HSL5.53º98.6%71.96%-
HSV(B)5.53º55.51%99.61%-
XYZ51.3137.1820.1-
YUV162.7999.91193.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.52%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=51.52%
G=25.56%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412611300.500.560.005.5398.671.96
HexFE7E7103238066348
Octal3761761610627006143110
Binary11111110111111011100010110010111000011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E71; }

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

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

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

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

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

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

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

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