#FEA486

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

Shades of Light Salmon #FEA486

Tints of Light Salmon #FEA486

Color information

#FEA486 (or 0xFEA486) is unknown color: approx Light Salmon. HEX triplet: FE, A4 and 86. RGB value is (254,164,134). Sum of RGB (Red+Green+Blue) = 254+164+134=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA486 is #015B79. Grayscale: #BBBBBB. Windows color (decimal): -88954 or 8824062. OLE color: 8824062.

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

Color convert

RGB254164134-
CMYK00.350.470.00
HSL15º98.36%76.08%-
HSV(B)15º47.24%99.61%-
XYZ58.4549.3429-
YUV187.4997.82175.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 134 (52.73% from 255) = 24.28%
R=46.01%
G=29.71%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416413400.350.470.001598.3676.08
HexFEA4860232F0f624c
Octal37624420604357017142114
Binary11111110101001001000011001000111011110111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA486; }

 p { color: rgb(254,164,134); }

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

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

 a { background-color: rgb(254,164,134); }

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

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

 span { border-color: rgb(254,164,134); }

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