#FE8B79

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

Shades of Salmon #FE8B79

Tints of Salmon #FE8B79

Color information

#FE8B79 (or 0xFE8B79) is unknown color: approx Salmon. HEX triplet: FE, 8B and 79. RGB value is (254,139,121). Sum of RGB (Red+Green+Blue) = 254+139+121=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B79 is #017486. Grayscale: #ABABAB. Windows color (decimal): -95367 or 7965694. OLE color: 7965694.

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

Color convert

RGB254139121-
CMYK00.450.520.00
HSL8.12º98.52%73.53%-
HSV(B)8.12º52.36%99.61%-
XYZ53.5640.9223.16-
YUV171.3399.6186.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=49.42%
G=27.04%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413912100.450.520.008.1298.5273.53
HexFE8B7902D3408634a
Octal37621317105564010143112
Binary1111111010001011111100101011011101000100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B79; }

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

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

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

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

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

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

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

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