Color Hex Logo

#fd741c Color Hex

#FD741C
(253,116,28)
0 Favorites   0 Comments

Color spaces of #fd741c

RGB 25311628
HSL0.070.980.55
HSV23°89°99°
CMYK 0.000.540.89   0.01
XYZ46.963033.45735.0813
Yxy33.45730.54930.3913
Hunter Lab57.842343.702835.2811
CIE-Lab64.529548.174066.8380

#fd741c color RGB value is (253,116,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 00011100
Octal 375 164 34
Decimal 253 116 28
Hex FD 74 1C

RGB Percentages of Color #fd741c

%63.73
%29.22
%7.05

CMYK Percentages of Color #fd741c

%0
%54
%89
%1

Triadic Colors of #fd741c

#fd741c #1cfd74 #741cfd

Analogous Colors of #fd741c

#fd741c #fde51c #fd1c34

Monochromatic Colors of #fd741c

#fd741c

Complementary Color

#fd741c #1ca5fd

#fd741c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd741c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd741c Color CSS Codes

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

#fd741c Text Font Color

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

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


#fd741c Background Color

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

This div background color is #fd741c


#fd741c Border Color

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

This div border color is #fd741c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd741c


Comments

No comments written yet.

Please login to write comment.