Color Hex Logo

#fc9400 Color Hex

#FC9400
(252,148,0)
0 Favorites   0 Comments

Color spaces of #fc9400

RGB 2521480
HSL0.101.000.49
HSV35°100°99°
CMYK 0.000.411.00   0.01
XYZ50.734841.87535.4087
Yxy41.87530.51760.4272
Hunter Lab64.711126.703040.3422
CIE-Lab70.784931.522376.1087

#fc9400 color RGB value is (252,148,0).

#fc9400 hex color red value is 252, green value is 148 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fc9400 hue: 0.10 , saturation: 1.00 and the lightness value of fc9400 is 0.49.

The process color (four color CMYK) of #fc9400 color hex is 0.00, 0.41, 1.00, 0.01. Web safe color of #fc9400 is #ff9900. Color #fc9400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 00000000
Octal 374 224 0
Decimal 252 148 0
Hex FC 94 0

RGB Percentages of Color #fc9400

%63.00
%37.00
%0.00

CMYK Percentages of Color #fc9400

%0
%41
%100
%1

Triadic Colors of #fc9400

#fc9400 #00fc94 #9400fc

Analogous Colors of #fc9400

#fc9400 #e6fc00 #fc1600

Monochromatic Colors of #fc9400

#fc9400

Complementary Color

#fc9400 #0068fc

#fc9400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9400 Color CSS Codes

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

#fc9400 Text Font Color

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

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


#fc9400 Background Color

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

This div background color is #fc9400


#fc9400 Border Color

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

This div border color is #fc9400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9400

Related Colors


Comments

No comments written yet.

Please login to write comment.