#FD7C65

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

Shades of Salmon #FD7C65

Tints of Salmon #FD7C65

Color information

#FD7C65 (or 0xFD7C65) is unknown color: approx Salmon. HEX triplet: FD, 7C and 65. RGB value is (253,124,101). Sum of RGB (Red+Green+Blue) = 253+124+101=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C65 is #02839A. Grayscale: #A0A0A0. Windows color (decimal): -164763 or 6651133. OLE color: 6651133.

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

Color convert

RGB253124101-
CMYK00.510.600.01
HSL9.08º97.44%69.41%-
HSV(B)9.08º60.08%99.22%-
XYZ50.0636.2416.67-
YUV159.9594.74194.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.93%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=52.93%
G=25.94%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312410100.510.600.019.0897.4469.41
HexFD7C650333C196145
Octal37517414506374111141105
Binary111111011111100110010101100111111001100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C65; }

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

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

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

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

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

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

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

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