#FE7E74

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

Shades of Salmon #FE7E74

Tints of Salmon #FE7E74

Color information

#FE7E74 (or 0xFE7E74) is unknown color: approx Salmon. HEX triplet: FE, 7E and 74. RGB value is (254,126,116). Sum of RGB (Red+Green+Blue) = 254+126+116=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E74 is #01818B. Grayscale: #A3A3A3. Windows color (decimal): -98700 or 7634686. OLE color: 7634686.

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

Color convert

RGB254126116-
CMYK00.500.540.00
HSL4.35º98.57%72.55%-
HSV(B)4.35º54.33%99.61%-
XYZ51.4937.2521-
YUV163.13101.41192.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 116 (45.70% from 255) = 23.39%
R=51.21%
G=25.40%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412611600.500.540.004.3598.5772.55
HexFE7E7403236046349
Octal3761761640626604143111
Binary11111110111111011101000110010110110010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E74; }

 p { color: rgb(254,126,116); }

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

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

 a { background-color: rgb(254,126,116); }

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

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

 span { border-color: rgb(254,126,116); }

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