Color Hex Logo

#fd610e Color Hex

#FD610E
(253,97,14)
0 Favorites   0 Comments

Color spaces of #fd610e

RGB 2539714
HSL0.060.980.52
HSV21°94°99°
CMYK 0.000.620.94   0.01
XYZ44.862029.46373.7380
Yxy29.46370.57470.3774
Hunter Lab54.280552.536733.9134
CIE-Lab61.188756.589268.0825

#fd610e color RGB value is (253,97,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 00001110
Octal 375 141 16
Decimal 253 97 14
Hex FD 61 E

RGB Percentages of Color #fd610e

%69.51
%26.65
%3.85

CMYK Percentages of Color #fd610e

%0
%62
%94
%1

Triadic Colors of #fd610e

#fd610e #0efd61 #610efd

Analogous Colors of #fd610e

#fd610e #fdd90e #fd0e32

Monochromatic Colors of #fd610e

#fd610e

Complementary Color

#fd610e #0eaafd

#fd610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd610e Color CSS Codes

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

#fd610e Text Font Color

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

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


#fd610e Background Color

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

This div background color is #fd610e


#fd610e Border Color

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

This div border color is #fd610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd610e

Related Colors


Comments

No comments written yet.

Please login to write comment.