Color Hex Logo

#fc932b Color Hex

#FC932B
(252,147,43)
0 Favorites   0 Comments

Color spaces of #fc932b

RGB 25214743
HSL0.080.970.58
HSV30°83°99°
CMYK 0.000.420.83   0.01
XYZ51.014641.73737.6528
Yxy41.73730.50810.4157
Hunter Lab64.604427.894038.1998
CIE-Lab70.689432.677966.9273

#fc932b color RGB value is (252,147,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 00101011
Octal 374 223 53
Decimal 252 147 43
Hex FC 93 2B

RGB Percentages of Color #fc932b

%57.01
%33.26
%9.73

CMYK Percentages of Color #fc932b

%0
%42
%83
%1

Triadic Colors of #fc932b

#fc932b #2bfc93 #932bfc

Analogous Colors of #fc932b

#fc932b #fcfc2b #fc2b2c

Monochromatic Colors of #fc932b

#fc932b

Complementary Color

#fc932b #2b94fc

#fc932b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc932b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc932b Color CSS Codes

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

#fc932b Text Font Color

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

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


#fc932b Background Color

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

This div background color is #fc932b


#fc932b Border Color

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

This div border color is #fc932b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,147,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc932b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc932b

Related Colors


Comments

No comments written yet.

Please login to write comment.