Color Hex Logo

#fd770e Color Hex

#FD770E
(253,119,14)
0 Favorites   0 Comments

Color spaces of #fd770e

RGB 25311914
HSL0.070.980.52
HSV26°94°99°
CMYK 0.000.530.94   0.01
XYZ47.184134.10804.5121
Yxy34.10800.54990.3975
Hunter Lab58.402142.009936.3007
CIE-Lab65.048246.557670.5282

#fd770e color RGB value is (253,119,14).

#fd770e hex color red value is 253, green value is 119 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fd770e hue: 0.07 , saturation: 0.98 and the lightness value of fd770e is 0.52.

The process color (four color CMYK) of #fd770e color hex is 0.00, 0.53, 0.94, 0.01. Web safe color of #fd770e is #ff6600. Color #fd770e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 00001110
Octal 375 167 16
Decimal 253 119 14
Hex FD 77 E

RGB Percentages of Color #fd770e

%65.54
%30.83
%3.63

CMYK Percentages of Color #fd770e

%0
%53
%94
%1

Triadic Colors of #fd770e

#fd770e #0efd77 #770efd

Analogous Colors of #fd770e

#fd770e #fdef0e #fd0e1c

Monochromatic Colors of #fd770e

#fd770e

Complementary Color

#fd770e #0e94fd

#fd770e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd770e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd770e Color CSS Codes

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

#fd770e Text Font Color

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

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


#fd770e Background Color

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

This div background color is #fd770e


#fd770e Border Color

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

This div border color is #fd770e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd770e

Related Colors


Comments

No comments written yet.

Please login to write comment.