#FE8577

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

Shades of Salmon #FE8577

Tints of Salmon #FE8577

Color information

#FE8577 (or 0xFE8577) is unknown color: approx Salmon. HEX triplet: FE, 85 and 77. RGB value is (254,133,119). Sum of RGB (Red+Green+Blue) = 254+133+119=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8577 is #017A88. Grayscale: #A7A7A7. Windows color (decimal): -96905 or 7833086. OLE color: 7833086.

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

Color convert

RGB254133119-
CMYK00.480.530.00
HSL6.22º98.54%73.14%-
HSV(B)6.22º53.15%99.61%-
XYZ52.5939.1822.24-
YUV167.58100.59189.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=50.20%
G=26.28%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413311900.480.530.006.2298.5473.14
HexFE857703035066349
Octal3762051670606506143111
Binary111111101000010111101110110000110101011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8577; }

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

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

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

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

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

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

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

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