Color Hex Logo

#fc961e Color Hex

#FC961E
(252,150,30)
0 Favorites   0 Comments

Color spaces of #fc961e

RGB 25215030
HSL0.090.970.55
HSV32°88°99°
CMYK 0.000.400.88   0.01
XYZ51.285642.60196.7482
Yxy42.60190.50960.4233
Hunter Lab65.270126.032539.5592
CIE-Lab71.283930.833671.3417

#fc961e color RGB value is (252,150,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 00011110
Octal 374 226 36
Decimal 252 150 30
Hex FC 96 1E

RGB Percentages of Color #fc961e

%58.33
%34.72
%6.94

CMYK Percentages of Color #fc961e

%0
%40
%88
%1

Triadic Colors of #fc961e

#fc961e #1efc96 #961efc

Analogous Colors of #fc961e

#fc961e #f3fc1e #fc271e

Monochromatic Colors of #fc961e

#fc961e

Complementary Color

#fc961e #1e84fc

#fc961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc961e Color CSS Codes

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

#fc961e Text Font Color

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

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


#fc961e Background Color

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

This div background color is #fc961e


#fc961e Border Color

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

This div border color is #fc961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc961e

Related Colors


Comments

No comments written yet.

Please login to write comment.