Color Hex Logo

#fd7640 Color Hex

#FD7640
(253,118,64)
0 Favorites   0 Comments

Color spaces of #fd7640

RGB 25311864
HSL0.050.980.62
HSV17°75°99°
CMYK 0.000.530.75   0.01
XYZ47.911934.20978.9284
Yxy34.20970.52620.3757
Hunter Lab58.489143.864231.8917
CIE-Lab65.128748.235952.9874

#fd7640 color RGB value is (253,118,64).

#fd7640 hex color red value is 253, green value is 118 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fd7640 hue: 0.05 , saturation: 0.98 and the lightness value of fd7640 is 0.62.

The process color (four color CMYK) of #fd7640 color hex is 0.00, 0.53, 0.75, 0.01. Web safe color of #fd7640 is #ff6633. Color #fd7640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 01000000
Octal 375 166 100
Decimal 253 118 64
Hex FD 76 40

RGB Percentages of Color #fd7640

%58.16
%27.13
%14.71

CMYK Percentages of Color #fd7640

%0
%53
%75
%1

Triadic Colors of #fd7640

#fd7640 #40fd76 #7640fd

Analogous Colors of #fd7640

#fd7640 #fdd540 #fd4069

Monochromatic Colors of #fd7640

#fd7640

Complementary Color

#fd7640 #40c7fd

#fd7640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7640 Color CSS Codes

.mybgcolor {background-color:#fd7640; } 
.myforecolor {color:#fd7640; }
.mybordercolor {border:3px solid #fd7640; }

#fd7640 Text Font Color

<p style="color:#fd7640">Text here</p>

This sample text font color is #fd7640
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd7640 Background Color

<div style="background-color:#fd7640">
Div content here</div>

This div background color is #fd7640


#fd7640 Border Color

<div style="border:3px solid #fd7640">
Div here</div>

This div border color is #fd7640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,118,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd7640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd7640;
  -webkit-box-shadow: 1px 1px 3px 2px #fd7640;
  box-shadow:         1px 1px 3px 2px #fd7640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,118,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd7640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd7640;
  -webkit-box-shadow: 1px 1px 3px 2px #fd7640;
  box-shadow:         1px 1px 3px 2px #fd7640;">
Div content here</div>

This div box has shadow with color #fd7640


Comments

No comments written yet.

Please login to write comment.