#FE7773

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

Shades of Salmon #FE7773

Tints of Salmon #FE7773

Color information

#FE7773 (or 0xFE7773) is unknown color: approx Salmon. HEX triplet: FE, 77 and 73. RGB value is (254,119,115). Sum of RGB (Red+Green+Blue) = 254+119+115=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7773 is #01888C. Grayscale: #9F9F9F. Windows color (decimal): -100493 or 7567358. OLE color: 7567358.

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

Color convert

RGB254119115-
CMYK00.530.550.00
HSL1.73º98.58%72.35%-
HSV(B)1.73º54.72%99.61%-
XYZ50.5635.520.41-
YUV158.91103.23195.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=52.05%
G=24.39%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411911500.530.550.001.7398.5872.35
HexFE777303537026348
Octal3761671630656702143110
Binary1111111011101111110011011010111011101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7773; }

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

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

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

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

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

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

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

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