#FE847D

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

Shades of Salmon #FE847D

Tints of Salmon #FE847D

Color information

#FE847D (or 0xFE847D) is unknown color: approx Salmon. HEX triplet: FE, 84 and 7D. RGB value is (254,132,125). Sum of RGB (Red+Green+Blue) = 254+132+125=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE847D is #017B82. Grayscale: #A7A7A7. Windows color (decimal): -97155 or 8226046. OLE color: 8226046.

HSL color Cylindrical-coordinate representation of color #FE847D: hue angle of 3.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE847D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254132125-
CMYK00.480.510.00
HSL3.26º98.47%74.31%-
HSV(B)3.26º50.79%99.61%-
XYZ52.8339.0524.16-
YUV167.68103.92189.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=49.71%
G=25.83%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413212500.480.510.003.2698.4774.31
HexFE847D0303303624a
Octal3762041750606303142112
Binary11111110100001001111101011000011001101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE847D; }

 p { color: rgb(254,132,125); }

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

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

 a { background-color: rgb(254,132,125); }

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

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

 span { border-color: rgb(254,132,125); }

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