#FE7C72

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

Shades of Salmon #FE7C72

Tints of Salmon #FE7C72

Color information

#FE7C72 (or 0xFE7C72) is unknown color: approx Salmon. HEX triplet: FE, 7C and 72. RGB value is (254,124,114). Sum of RGB (Red+Green+Blue) = 254+124+114=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C72 is #01838D. Grayscale: #A1A1A1. Windows color (decimal): -99214 or 7503102. OLE color: 7503102.

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

Color convert

RGB254124114-
CMYK00.510.550.00
HSL4.29º98.59%72.16%-
HSV(B)4.29º55.12%99.61%-
XYZ51.1236.720.31-
YUV161.73101.07193.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=51.63%
G=25.20%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412411400.510.550.004.2998.5972.16
HexFE7C7203337046348
Octal3761741620636704143110
Binary11111110111110011100100110011110111010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7C72; }

 p { color: rgb(254,124,114); }

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

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

 a { background-color: rgb(254,124,114); }

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

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

 span { border-color: rgb(254,124,114); }

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