Color Hex Logo

#fd9119 Color Hex

#FD9119
(253,145,25)
0 Favorites   0 Comments

Color spaces of #fd9119

RGB 25314525
HSL0.090.980.55
HSV32°90°99°
CMYK 0.000.430.90   0.01
XYZ50.808941.20366.1949
Yxy41.20360.51740.4196
Hunter Lab64.190028.957139.2110
CIE-Lab70.318333.730571.9020

#fd9119 color RGB value is (253,145,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 00011001
Octal 375 221 31
Decimal 253 145 25
Hex FD 91 19

RGB Percentages of Color #fd9119

%59.81
%34.28
%5.91

CMYK Percentages of Color #fd9119

%0
%43
%90
%1

Triadic Colors of #fd9119

#fd9119 #19fd91 #9119fd

Analogous Colors of #fd9119

#fd9119 #f7fd19 #fd1f19

Monochromatic Colors of #fd9119

#fd9119

Complementary Color

#fd9119 #1985fd

#fd9119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9119 Color CSS Codes

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

#fd9119 Text Font Color

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

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


#fd9119 Background Color

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

This div background color is #fd9119


#fd9119 Border Color

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

This div border color is #fd9119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9119


Comments

No comments written yet.

Please login to write comment.