Color Hex Logo

#fd951e Color Hex

#FD951E
(253,149,30)
0 Favorites   0 Comments

Color spaces of #fd951e

RGB 25314930
HSL0.090.980.55
HSV32°88°99°
CMYK 0.000.410.88   0.01
XYZ51.489842.47136.7123
Yxy42.47130.51150.4219
Hunter Lab65.170026.982539.5123
CIE-Lab71.194731.757971.3283

#fd951e color RGB value is (253,149,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 00011110
Octal 375 225 36
Decimal 253 149 30
Hex FD 95 1E

RGB Percentages of Color #fd951e

%58.56
%34.49
%6.94

CMYK Percentages of Color #fd951e

%0
%41
%88
%1

Triadic Colors of #fd951e

#fd951e #1efd95 #951efd

Analogous Colors of #fd951e

#fd951e #f6fd1e #fd261e

Monochromatic Colors of #fd951e

#fd951e

Complementary Color

#fd951e #1e86fd

#fd951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd951e Color CSS Codes

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

#fd951e Text Font Color

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

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


#fd951e Background Color

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

This div background color is #fd951e


#fd951e Border Color

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

This div border color is #fd951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd951e


Comments

No comments written yet.

Please login to write comment.