Color Hex Logo

#fd763e Color Hex

#FD763E
(253,118,62)
0 Favorites   0 Comments

Color spaces of #fd763e

RGB 25311862
HSL0.050.980.62
HSV18°75°99°
CMYK 0.000.530.75   0.01
XYZ47.855934.18738.6340
Yxy34.18730.52780.3770
Hunter Lab58.469943.774732.1738
CIE-Lab65.111048.157153.9226

#fd763e color RGB value is (253,118,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 00111110
Octal 375 166 76
Decimal 253 118 62
Hex FD 76 3E

RGB Percentages of Color #fd763e

%58.43
%27.25
%14.32

CMYK Percentages of Color #fd763e

%0
%53
%75
%1

Triadic Colors of #fd763e

#fd763e #3efd76 #763efd

Analogous Colors of #fd763e

#fd763e #fdd63e #fd3e66

Monochromatic Colors of #fd763e

#fd763e

Complementary Color

#fd763e #3ec5fd

#fd763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd763e Color CSS Codes

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

#fd763e Text Font Color

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

This sample text font color is #fd763e
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.


#fd763e Background Color

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

This div background color is #fd763e


#fd763e Border Color

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

This div border color is #fd763e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd763e

Related Colors


Comments

No comments written yet.

Please login to write comment.