Color Hex Logo

#fd680e Color Hex

#FD680E
(253,104,14)
0 Favorites   0 Comments

Color spaces of #fd680e

RGB 25310414
HSL0.060.980.52
HSV23°94°99°
CMYK 0.000.590.94   0.01
XYZ45.537630.81503.9633
Yxy30.81500.56700.3837
Hunter Lab55.511349.284434.6248
CIE-Lab62.351253.523168.8062

#fd680e color RGB value is (253,104,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 00001110
Octal 375 150 16
Decimal 253 104 14
Hex FD 68 E

RGB Percentages of Color #fd680e

%68.19
%28.03
%3.77

CMYK Percentages of Color #fd680e

%0
%59
%94
%1

Triadic Colors of #fd680e

#fd680e #0efd68 #680efd

Analogous Colors of #fd680e

#fd680e #fde00e #fd0e2b

Monochromatic Colors of #fd680e

#fd680e

Complementary Color

#fd680e #0ea3fd

#fd680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd680e Color CSS Codes

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

#fd680e Text Font Color

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

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


#fd680e Background Color

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

This div background color is #fd680e


#fd680e Border Color

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

This div border color is #fd680e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,104,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 #fd680e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd680e


Comments

No comments written yet.

Please login to write comment.