#FEA682

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

Shades of Light Salmon #FEA682

Tints of Light Salmon #FEA682

Color information

#FEA682 (or 0xFEA682) is unknown color: approx Light Salmon. HEX triplet: FE, A6 and 82. RGB value is (254,166,130). Sum of RGB (Red+Green+Blue) = 254+166+130=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA682 is #01597D. Grayscale: #BCBCBC. Windows color (decimal): -88446 or 8562430. OLE color: 8562430.

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

Color convert

RGB254166130-
CMYK00.350.490.00
HSL17.42º98.41%75.29%-
HSV(B)17.42º48.82%99.61%-
XYZ58.5449.9527.68-
YUV188.2195.15174.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=46.18%
G=30.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416613000.350.490.0017.4298.4175.29
HexFEA68202331011624b
Octal37624620204361021142113
Binary111111101010011010000010010001111000101000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA682; }

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

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

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

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

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

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

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

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