Color Hex Logo

#fc912d Color Hex

#FC912D
(252,145,45)
0 Favorites   0 Comments

Color spaces of #fc912d

RGB 25214545
HSL0.080.970.58
HSV29°82°99°
CMYK 0.000.420.82   0.01
XYZ50.743941.13577.7481
Yxy41.13570.50930.4129
Hunter Lab64.137128.985437.7334
CIE-Lab70.270933.761965.8644

#fc912d color RGB value is (252,145,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 00101101
Octal 374 221 55
Decimal 252 145 45
Hex FC 91 2D

RGB Percentages of Color #fc912d

%57.01
%32.81
%10.18

CMYK Percentages of Color #fc912d

%0
%42
%82
%1

Triadic Colors of #fc912d

#fc912d #2dfc91 #912dfc

Analogous Colors of #fc912d

#fc912d #fcf92d #fc2d31

Monochromatic Colors of #fc912d

#fc912d

Complementary Color

#fc912d #2d98fc

#fc912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc912d Color CSS Codes

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

#fc912d Text Font Color

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

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


#fc912d Background Color

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

This div background color is #fc912d


#fc912d Border Color

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

This div border color is #fc912d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc912d


Comments

No comments written yet.

Please login to write comment.