#FE8675

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

Shades of Salmon #FE8675

Tints of Salmon #FE8675

Color information

#FE8675 (or 0xFE8675) is unknown color: approx Salmon. HEX triplet: FE, 86 and 75. RGB value is (254,134,117). Sum of RGB (Red+Green+Blue) = 254+134+117=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8675 is #01798A. Grayscale: #A8A8A8. Windows color (decimal): -96651 or 7702270. OLE color: 7702270.

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

Color convert

RGB254134117-
CMYK00.470.540.00
HSL7.45º98.56%72.75%-
HSV(B)7.45º53.94%99.61%-
XYZ52.6139.4121.66-
YUV167.9499.26189.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=50.30%
G=26.53%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413411700.470.540.007.4598.5672.75
HexFE867502F36076349
Octal3762061650576607143111
Binary111111101000011011101010101111110110011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8675; }

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

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

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

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

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

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

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

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