Color Hex Logo

#fc981e Color Hex

#FC981E
(252,152,30)
0 Favorites   0 Comments

Color spaces of #fc981e

RGB 25215230
HSL0.090.970.55
HSV33°88°99°
CMYK 0.000.400.88   0.01
XYZ51.607543.24576.8555
Yxy43.24570.50740.4252
Hunter Lab65.761524.998639.8522
CIE-Lab71.721429.797771.6786

#fc981e color RGB value is (252,152,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 00011110
Octal 374 230 36
Decimal 252 152 30
Hex FC 98 1E

RGB Percentages of Color #fc981e

%58.06
%35.02
%6.91

CMYK Percentages of Color #fc981e

%0
%40
%88
%1

Triadic Colors of #fc981e

#fc981e #1efc98 #981efc

Analogous Colors of #fc981e

#fc981e #f1fc1e #fc291e

Monochromatic Colors of #fc981e

#fc981e

Complementary Color

#fc981e #1e82fc

#fc981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc981e Color CSS Codes

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

#fc981e Text Font Color

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

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


#fc981e Background Color

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

This div background color is #fc981e


#fc981e Border Color

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

This div border color is #fc981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc981e


Comments

No comments written yet.

Please login to write comment.