#FE8075

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

Shades of Salmon #FE8075

Tints of Salmon #FE8075

Color information

#FE8075 (or 0xFE8075) is unknown color: approx Salmon. HEX triplet: FE, 80 and 75. RGB value is (254,128,117). Sum of RGB (Red+Green+Blue) = 254+128+117=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8075 is #017F8A. Grayscale: #A4A4A4. Windows color (decimal): -98187 or 7700734. OLE color: 7700734.

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

Color convert

RGB254128117-
CMYK00.500.540.00
HSL4.82º98.56%72.75%-
HSV(B)4.82º53.94%99.61%-
XYZ51.837.7921.39-
YUV164.42101.24191.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=50.90%
G=25.65%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412811700.500.540.004.8298.5672.75
HexFE807503236056349
Octal3762001650626605143111
Binary111111101000000011101010110010110110010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8075; }

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

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

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

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

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

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

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

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