Color Hex Logo

#fc931f Color Hex

#FC931F
(252,147,31)
0 Favorites   0 Comments

Color spaces of #fc931f

RGB 25214731
HSL0.090.970.55
HSV31°88°99°
CMYK 0.000.420.88   0.01
XYZ50.825941.66186.6590
Yxy41.66180.51260.4202
Hunter Lab64.546027.602239.0654
CIE-Lab70.637132.401770.5767

#fc931f color RGB value is (252,147,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 00011111
Octal 374 223 37
Decimal 252 147 31
Hex FC 93 1F

RGB Percentages of Color #fc931f

%58.60
%34.19
%7.21

CMYK Percentages of Color #fc931f

%0
%42
%88
%1

Triadic Colors of #fc931f

#fc931f #1ffc93 #931ffc

Analogous Colors of #fc931f

#fc931f #f7fc1f #fc251f

Monochromatic Colors of #fc931f

#fc931f

Complementary Color

#fc931f #1f88fc

#fc931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc931f Color CSS Codes

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

#fc931f Text Font Color

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

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


#fc931f Background Color

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

This div background color is #fc931f


#fc931f Border Color

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

This div border color is #fc931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc931f

Related Colors


Comments

No comments written yet.

Please login to write comment.