#fe7671

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

Shades of Salmon #FE7671

Tints of Salmon #FE7671

Color information

#FE7671 (or 0xFE7671) is unknown color: approx Salmon. HEX triplet: FE, 76 and 71. RGB value is (254,118,113). Sum of RGB (Red+Green+Blue) = 254+118+113=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7671 is #01898E. Grayscale: #9E9E9E. Windows color (decimal): -100751 or 7436030. OLE color: 7436030.

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

Color convert

RGB254118113-
CMYK00.540.560.00
HSL2.13º98.6%71.96%-
HSV(B)2.13º55.51%99.61%-
XYZ50.3335.2219.77-
YUV158.09102.56196.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=52.37%
G=24.33%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411811300.540.560.002.1398.671.96
HexFE767103638026348
Octal3761661610667002143110
Binary1111111011101101110001011011011100001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe7671; }

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

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

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

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

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

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

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

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