#FE7C65

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

Shades of Salmon #FE7C65

Tints of Salmon #FE7C65

Color information

#FE7C65 (or 0xFE7C65) is unknown color: approx Salmon. HEX triplet: FE, 7C and 65. RGB value is (254,124,101). Sum of RGB (Red+Green+Blue) = 254+124+101=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C65 is #01839A. Grayscale: #A0A0A0. Windows color (decimal): -99227 or 6651134. OLE color: 6651134.

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

Color convert

RGB254124101-
CMYK00.510.600.00
HSL9.02º98.71%69.61%-
HSV(B)9.02º60.24%99.61%-
XYZ50.4336.4316.68-
YUV160.2594.57194.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=53.03%
G=25.89%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412410100.510.600.009.0298.7169.61
HexFE7C650333C096346
Octal37617414506374011143106
Binary111111101111100110010101100111111000100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7C65; }

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

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

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

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

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

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

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

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