#FE827D

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

Shades of Salmon #FE827D

Tints of Salmon #FE827D

Color information

#FE827D (or 0xFE827D) is unknown color: approx Salmon. HEX triplet: FE, 82 and 7D. RGB value is (254,130,125). Sum of RGB (Red+Green+Blue) = 254+130+125=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE827D is #017D82. Grayscale: #A6A6A6. Windows color (decimal): -97667 or 8225534. OLE color: 8225534.

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

Color convert

RGB254130125-
CMYK00.490.510.00
HSL2.33º98.47%74.31%-
HSV(B)2.33º50.79%99.61%-
XYZ52.5638.5224.07-
YUV166.51104.58190.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=49.90%
G=25.54%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413012500.490.510.002.3398.4774.31
HexFE827D0313302624a
Octal3762021750616302142112
Binary11111110100000101111101011000111001101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE827D; }

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

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

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

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

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

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

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

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