#FE7977

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

Shades of Salmon #FE7977

Tints of Salmon #FE7977

Color information

#FE7977 (or 0xFE7977) is unknown color: approx Salmon. HEX triplet: FE, 79 and 77. RGB value is (254,121,119). Sum of RGB (Red+Green+Blue) = 254+121+119=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7977 is #018688. Grayscale: #A0A0A0. Windows color (decimal): -99977 or 7830014. OLE color: 7830014.

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

Color convert

RGB254121119-
CMYK00.520.530.00
HSL0.89º98.54%73.14%-
HSV(B)0.89º53.15%99.61%-
XYZ51.0436.0821.73-
YUV160.54104.56194.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=51.42%
G=24.49%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412111900.520.530.000.8998.5473.14
HexFE797703435016349
Octal3761711670646501143111
Binary111111101111001111011101101001101010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7977; }

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

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

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

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

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

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

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

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