Color Hex Logo

#fc9143 Color Hex

#FC9143
(252,145,67)
0 Favorites   0 Comments

Color spaces of #fc9143

RGB 25214567
HSL0.070.970.63
HSV25°73°99°
CMYK 0.000.420.73   0.01
XYZ51.283441.351510.5889
Yxy41.35150.49680.4006
Hunter Lab64.305129.819935.2505
CIE-Lab70.421534.545257.0296

#fc9143 color RGB value is (252,145,67).

#fc9143 hex color red value is 252, green value is 145 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #fc9143 hue: 0.07 , saturation: 0.97 and the lightness value of fc9143 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 01000011
Octal 374 221 103
Decimal 252 145 67
Hex FC 91 43

RGB Percentages of Color #fc9143

%54.31
%31.25
%14.44

CMYK Percentages of Color #fc9143

%0
%42
%73
%1

Triadic Colors of #fc9143

#fc9143 #43fc91 #9143fc

Analogous Colors of #fc9143

#fc9143 #fcee43 #fc4351

Monochromatic Colors of #fc9143

#fc9143

Complementary Color

#fc9143 #43aefc

#fc9143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9143 Color CSS Codes

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

#fc9143 Text Font Color

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

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


#fc9143 Background Color

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

This div background color is #fc9143


#fc9143 Border Color

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

This div border color is #fc9143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9143


Comments

No comments written yet.

Please login to write comment.