Color Hex Logo

#fd951f Color Hex

#FD951F
(253,149,31)
0 Favorites   0 Comments

Color spaces of #fd951f

RGB 25314931
HSL0.090.980.56
HSV32°88°99°
CMYK 0.000.410.88   0.01
XYZ51.502842.47656.7806
Yxy42.47650.51110.4216
Hunter Lab65.174027.002539.4534
CIE-Lab71.198231.776971.0674

#fd951f color RGB value is (253,149,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 00011111
Octal 375 225 37
Decimal 253 149 31
Hex FD 95 1F

RGB Percentages of Color #fd951f

%58.43
%34.41
%7.16

CMYK Percentages of Color #fd951f

%0
%41
%88
%1

Triadic Colors of #fd951f

#fd951f #1ffd95 #951ffd

Analogous Colors of #fd951f

#fd951f #f6fd1f #fd261f

Monochromatic Colors of #fd951f

#fd951f

Complementary Color

#fd951f #1f87fd

#fd951f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd951f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd951f Color CSS Codes

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

#fd951f Text Font Color

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

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


#fd951f Background Color

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

This div background color is #fd951f


#fd951f Border Color

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

This div border color is #fd951f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd951f


Comments

No comments written yet.

Please login to write comment.