#FE8A75

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

Shades of Salmon #FE8A75

Tints of Salmon #FE8A75

Color information

#FE8A75 (or 0xFE8A75) is unknown color: approx Salmon. HEX triplet: FE, 8A and 75. RGB value is (254,138,117). Sum of RGB (Red+Green+Blue) = 254+138+117=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A75 is #01758A. Grayscale: #AAAAAA. Windows color (decimal): -95627 or 7703294. OLE color: 7703294.

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

Color convert

RGB254138117-
CMYK00.460.540.00
HSL9.2º98.56%72.75%-
HSV(B)9.2º53.94%99.61%-
XYZ53.1740.5321.85-
YUV170.2997.93187.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=49.90%
G=27.11%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413811700.460.540.009.298.5672.75
HexFE8A7502E36096349
Octal37621216505666011143111
Binary1111111010001010111010101011101101100100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A75; }

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

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

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

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

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

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

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

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