Color Hex Logo

#fc951e Color Hex

#FC951E
(252,149,30)
0 Favorites   0 Comments

Color spaces of #fc951e

RGB 25214930
HSL0.090.970.55
HSV32°88°99°
CMYK 0.000.410.88   0.01
XYZ51.126742.28416.6953
Yxy42.28410.51070.4224
Hunter Lab65.026226.549339.4137
CIE-Lab71.066431.350671.1739

#fc951e color RGB value is (252,149,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 00011110
Octal 374 225 36
Decimal 252 149 30
Hex FC 95 1E

RGB Percentages of Color #fc951e

%58.47
%34.57
%6.96

CMYK Percentages of Color #fc951e

%0
%41
%88
%1

Triadic Colors of #fc951e

#fc951e #1efc95 #951efc

Analogous Colors of #fc951e

#fc951e #f4fc1e #fc261e

Monochromatic Colors of #fc951e

#fc951e

Complementary Color

#fc951e #1e85fc

#fc951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc951e Color CSS Codes

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

#fc951e Text Font Color

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

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


#fc951e Background Color

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

This div background color is #fc951e


#fc951e Border Color

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

This div border color is #fc951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc951e

Related Colors


Comments

No comments written yet.

Please login to write comment.