Color Hex Logo

#fc9912 Color Hex

#FC9912
(252,153,18)
0 Favorites   0 Comments

Color spaces of #fc9912

RGB 25215318
HSL0.100.980.53
HSV35°93°99°
CMYK 0.000.390.93   0.01
XYZ51.645343.52166.2508
Yxy43.52160.50920.4291
Hunter Lab65.970924.289640.5619
CIE-Lab71.907629.094974.4114

#fc9912 color RGB value is (252,153,18).

#fc9912 hex color red value is 252, green value is 153 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fc9912 hue: 0.10 , saturation: 0.98 and the lightness value of fc9912 is 0.53.

The process color (four color CMYK) of #fc9912 color hex is 0.00, 0.39, 0.93, 0.01. Web safe color of #fc9912 is #ff9900. Color #fc9912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 00010010
Octal 374 231 22
Decimal 252 153 18
Hex FC 99 12

RGB Percentages of Color #fc9912

%59.57
%36.17
%4.26

CMYK Percentages of Color #fc9912

%0
%39
%93
%1

Triadic Colors of #fc9912

#fc9912 #12fc99 #9912fc

Analogous Colors of #fc9912

#fc9912 #eafc12 #fc2412

Monochromatic Colors of #fc9912

#fc9912

Complementary Color

#fc9912 #1275fc

#fc9912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9912 Color CSS Codes

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

#fc9912 Text Font Color

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

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


#fc9912 Background Color

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

This div background color is #fc9912


#fc9912 Border Color

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

This div border color is #fc9912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9912


Comments

No comments written yet.

Please login to write comment.