#FE7D79

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

Shades of Salmon #FE7D79

Tints of Salmon #FE7D79

Color information

#FE7D79 (or 0xFE7D79) is unknown color: approx Salmon. HEX triplet: FE, 7D and 79. RGB value is (254,125,121). Sum of RGB (Red+Green+Blue) = 254+125+121=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D79 is #018286. Grayscale: #A3A3A3. Windows color (decimal): -98951 or 7962110. OLE color: 7962110.

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

Color convert

RGB254125121-
CMYK00.510.520.00
HSL1.8º98.52%73.53%-
HSV(B)1.8º52.36%99.61%-
XYZ51.6637.1222.53-
YUV163.12104.24192.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=50.8%
G=25%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412512100.510.520.001.898.5273.53
HexFE7D790333402634a
Octal3761751710636402143112
Binary1111111011111011111001011001111010001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D79; }

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

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

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

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

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

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

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

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