Color Hex Logo

#fd931e Color Hex

#FD931E
(253,147,30)
0 Favorites   0 Comments

Color spaces of #fd931e

RGB 25314730
HSL0.090.980.55
HSV31°88°99°
CMYK 0.000.420.88   0.01
XYZ51.176141.84386.6077
Yxy41.84380.51370.4200
Hunter Lab64.686828.016139.2243
CIE-Lab70.763132.788770.9968

#fd931e color RGB value is (253,147,30).

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

The process color (four color CMYK) of #fd931e color hex is 0.00, 0.42, 0.88, 0.01. Web safe color of #fd931e is #ff9933. Color #fd931e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 00011110
Octal 375 223 36
Decimal 253 147 30
Hex FD 93 1E

RGB Percentages of Color #fd931e

%58.84
%34.19
%6.98

CMYK Percentages of Color #fd931e

%0
%42
%88
%1

Triadic Colors of #fd931e

#fd931e #1efd93 #931efd

Analogous Colors of #fd931e

#fd931e #f8fd1e #fd241e

Monochromatic Colors of #fd931e

#fd931e

Complementary Color

#fd931e #1e88fd

#fd931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd931e Color CSS Codes

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

#fd931e Text Font Color

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

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


#fd931e Background Color

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

This div background color is #fd931e


#fd931e Border Color

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

This div border color is #fd931e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd931e

Related Colors


Comments

No comments written yet.

Please login to write comment.