Color Hex Logo

#fd741e Color Hex

#FD741E
(253,116,30)
0 Favorites   0 Comments

Color spaces of #fd741e

RGB 25311630
HSL0.060.980.55
HSV23°88°99°
CMYK 0.000.540.88   0.01
XYZ46.987733.46725.2116
Yxy33.46720.54850.3907
Hunter Lab57.850843.742635.1543
CIE-Lab64.537448.209166.2414

#fd741e color RGB value is (253,116,30).

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

The process color (four color CMYK) of #fd741e color hex is 0.00, 0.54, 0.88, 0.01. Web safe color of #fd741e is #ff6633. Color #fd741e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 00011110
Octal 375 164 36
Decimal 253 116 30
Hex FD 74 1E

RGB Percentages of Color #fd741e

%63.41
%29.07
%7.52

CMYK Percentages of Color #fd741e

%0
%54
%88
%1

Triadic Colors of #fd741e

#fd741e #1efd74 #741efd

Analogous Colors of #fd741e

#fd741e #fde41e #fd1e38

Monochromatic Colors of #fd741e

#fd741e

Complementary Color

#fd741e #1ea7fd

#fd741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd741e Color CSS Codes

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

#fd741e Text Font Color

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

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


#fd741e Background Color

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

This div background color is #fd741e


#fd741e Border Color

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

This div border color is #fd741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd741e

Related Colors


Comments

No comments written yet.

Please login to write comment.