#FEA579

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

Shades of Light Salmon #FEA579

Tints of Light Salmon #FEA579

Color information

#FEA579 (or 0xFEA579) is unknown color: approx Light Salmon. HEX triplet: FE, A5 and 79. RGB value is (254,165,121). Sum of RGB (Red+Green+Blue) = 254+165+121=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA579 is #015A86. Grayscale: #BABABA. Windows color (decimal): -88711 or 7972350. OLE color: 7972350.

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

Color convert

RGB254165121-
CMYK00.350.520.00
HSL19.85º98.52%73.53%-
HSV(B)19.85º52.36%99.61%-
XYZ57.7849.3624.57-
YUV186.690.99176.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 121 (47.66% from 255) = 22.41%
R=47.04%
G=30.56%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416512100.350.520.0019.8598.5273.53
HexFEA57902334014634a
Octal37624517104364024143112
Binary11111110101001011111001010001111010001010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA579; }

 p { color: rgb(254,165,121); }

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

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

 a { background-color: rgb(254,165,121); }

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

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

 span { border-color: rgb(254,165,121); }

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