Color Hex Logo

#fc943e Color Hex

#FC943E
(252,148,62)
0 Favorites   0 Comments

Color spaces of #fc943e

RGB 25214862
HSL0.080.970.62
HSV27°75°99°
CMYK 0.000.410.75   0.01
XYZ51.604342.22319.9874
Yxy42.22310.49710.4067
Hunter Lab64.979328.044736.3726
CIE-Lab71.024532.793459.8448

#fc943e color RGB value is (252,148,62).

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

The process color (four color CMYK) of #fc943e color hex is 0.00, 0.41, 0.75, 0.01. Web safe color of #fc943e is #ff9933. Color #fc943e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 00111110
Octal 374 224 76
Decimal 252 148 62
Hex FC 94 3E

RGB Percentages of Color #fc943e

%54.55
%32.03
%13.42

CMYK Percentages of Color #fc943e

%0
%41
%75
%1

Triadic Colors of #fc943e

#fc943e #3efc94 #943efc

Analogous Colors of #fc943e

#fc943e #fcf33e #fc3e47

Monochromatic Colors of #fc943e

#fc943e

Complementary Color

#fc943e #3ea6fc

#fc943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc943e Color CSS Codes

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

#fc943e Text Font Color

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

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


#fc943e Background Color

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

This div background color is #fc943e


#fc943e Border Color

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

This div border color is #fc943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc943e

Related Colors


Comments

No comments written yet.

Please login to write comment.