Color Hex Logo

#fc930e Color Hex

#FC930E
(252,147,14)
0 Favorites   0 Comments

Color spaces of #fc930e

RGB 25214714
HSL0.090.980.52
HSV34°94°99°
CMYK 0.000.420.94   0.01
XYZ50.657941.59465.7741
Yxy41.59460.51680.4243
Hunter Lab64.493927.341839.8375
CIE-Lab70.590532.154974.1539

#fc930e color RGB value is (252,147,14).

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

The process color (four color CMYK) of #fc930e color hex is 0.00, 0.42, 0.94, 0.01. Web safe color of #fc930e is #ff9900. Color #fc930e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 00001110
Octal 374 223 16
Decimal 252 147 14
Hex FC 93 E

RGB Percentages of Color #fc930e

%61.02
%35.59
%3.39

CMYK Percentages of Color #fc930e

%0
%42
%94
%1

Triadic Colors of #fc930e

#fc930e #0efc93 #930efc

Analogous Colors of #fc930e

#fc930e #eefc0e #fc1c0e

Monochromatic Colors of #fc930e

#fc930e

Complementary Color

#fc930e #0e77fc

#fc930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc930e Color CSS Codes

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

#fc930e Text Font Color

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

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


#fc930e Background Color

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

This div background color is #fc930e


#fc930e Border Color

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

This div border color is #fc930e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc930e


Comments

No comments written yet.

Please login to write comment.