#FE8A79

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

Shades of Salmon #FE8A79

Tints of Salmon #FE8A79

Color information

#FE8A79 (or 0xFE8A79) is unknown color: approx Salmon. HEX triplet: FE, 8A and 79. RGB value is (254,138,121). Sum of RGB (Red+Green+Blue) = 254+138+121=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A79 is #017586. Grayscale: #AAAAAA. Windows color (decimal): -95623 or 7965438. OLE color: 7965438.

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

Color convert

RGB254138121-
CMYK00.460.520.00
HSL7.67º98.52%73.53%-
HSV(B)7.67º52.36%99.61%-
XYZ53.4140.6323.12-
YUV170.7599.93187.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=49.51%
G=26.90%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413812100.460.520.007.6798.5273.53
HexFE8A7902E3408634a
Octal37621217105664010143112
Binary1111111010001010111100101011101101000100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A79; }

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

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

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

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

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

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

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

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