#FEA17C

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

Shades of Light Salmon #FEA17C

Tints of Light Salmon #FEA17C

Color information

#FEA17C (or 0xFEA17C) is unknown color: approx Light Salmon. HEX triplet: FE, A1 and 7C. RGB value is (254,161,124). Sum of RGB (Red+Green+Blue) = 254+161+124=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA17C is #015E83. Grayscale: #B8B8B8. Windows color (decimal): -89732 or 8167934. OLE color: 8167934.

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

Color convert

RGB254161124-
CMYK00.370.510.00
HSL17.08º98.48%74.12%-
HSV(B)17.08º51.18%99.61%-
XYZ57.2648.0225.32-
YUV184.5993.81177.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=47.12%
G=29.87%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416112400.370.510.0017.0898.4874.12
HexFEA17C02533011624a
Octal37624117404563021142112
Binary11111110101000011111100010010111001101000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA17C; }

 p { color: rgb(254,161,124); }

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

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

 a { background-color: rgb(254,161,124); }

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

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

 span { border-color: rgb(254,161,124); }

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