Color Hex Logo

#fd9113 Color Hex

#FD9113
(253,145,19)
0 Favorites   0 Comments

Color spaces of #fd9113

RGB 25314519
HSL0.090.980.53
HSV32°92°99°
CMYK 0.000.430.92   0.01
XYZ50.751041.18055.8899
Yxy41.18050.51880.4210
Hunter Lab64.172028.867239.4786
CIE-Lab70.302233.645973.1579

#fd9113 color RGB value is (253,145,19).

#fd9113 hex color red value is 253, green value is 145 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fd9113 hue: 0.09 , saturation: 0.98 and the lightness value of fd9113 is 0.53.

The process color (four color CMYK) of #fd9113 color hex is 0.00, 0.43, 0.92, 0.01. Web safe color of #fd9113 is #ff9900. Color #fd9113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 00010011
Octal 375 221 23
Decimal 253 145 19
Hex FD 91 13

RGB Percentages of Color #fd9113

%60.67
%34.77
%4.56

CMYK Percentages of Color #fd9113

%0
%43
%92
%1

Triadic Colors of #fd9113

#fd9113 #13fd91 #9113fd

Analogous Colors of #fd9113

#fd9113 #f4fd13 #fd1c13

Monochromatic Colors of #fd9113

#fd9113

Complementary Color

#fd9113 #137ffd

#fd9113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9113 Color CSS Codes

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

#fd9113 Text Font Color

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

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


#fd9113 Background Color

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

This div background color is #fd9113


#fd9113 Border Color

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

This div border color is #fd9113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9113


Comments

No comments written yet.

Please login to write comment.