#FE8575

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

Shades of Salmon #FE8575

Tints of Salmon #FE8575

Color information

#FE8575 (or 0xFE8575) is unknown color: approx Salmon. HEX triplet: FE, 85 and 75. RGB value is (254,133,117). Sum of RGB (Red+Green+Blue) = 254+133+117=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8575 is #017A8A. Grayscale: #A7A7A7. Windows color (decimal): -96907 or 7702014. OLE color: 7702014.

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

Color convert

RGB254133117-
CMYK00.480.540.00
HSL7.01º98.56%72.75%-
HSV(B)7.01º53.94%99.61%-
XYZ52.4739.1321.62-
YUV167.3699.59189.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=50.40%
G=26.39%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413311700.480.540.007.0198.5672.75
HexFE857503036076349
Octal3762051650606607143111
Binary111111101000010111101010110000110110011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8575; }

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

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

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

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

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

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

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

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