Color Hex Logo

#fc861e Color Hex

#FC861E
(252,134,30)
0 Favorites   0 Comments

Color spaces of #fc861e

RGB 25213430
HSL0.080.970.55
HSV28°88°99°
CMYK 0.000.470.88   0.01
XYZ48.904337.83945.9545
Yxy37.83940.52760.4082
Hunter Lab61.513734.261037.3204
CIE-Lab67.902139.010268.7442

#fc861e color RGB value is (252,134,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 00011110
Octal 374 206 36
Decimal 252 134 30
Hex FC 86 1E

RGB Percentages of Color #fc861e

%60.58
%32.21
%7.21

CMYK Percentages of Color #fc861e

%0
%47
%88
%1

Triadic Colors of #fc861e

#fc861e #1efc86 #861efc

Analogous Colors of #fc861e

#fc861e #fcf51e #fc1e25

Monochromatic Colors of #fc861e

#fc861e

Complementary Color

#fc861e #1e94fc

#fc861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc861e Color CSS Codes

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

#fc861e Text Font Color

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

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


#fc861e Background Color

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

This div background color is #fc861e


#fc861e Border Color

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

This div border color is #fc861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc861e

Related Colors


Comments

No comments written yet.

Please login to write comment.