Color Hex Logo

#fc712b Color Hex

#FC712B
(252,113,43)
0 Favorites   0 Comments

Color spaces of #fc712b

RGB 25211343
HSL0.060.970.58
HSV20°83°99°
CMYK 0.000.550.83   0.01
XYZ46.486132.68016.1433
Yxy32.68010.54490.3831
Hunter Lab57.166545.109533.6451
CIE-Lab63.901049.540361.0519

#fc712b color RGB value is (252,113,43).

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

The process color (four color CMYK) of #fc712b color hex is 0.00, 0.55, 0.83, 0.01. Web safe color of #fc712b is #ff6633. Color #fc712b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00101011
Octal 374 161 53
Decimal 252 113 43
Hex FC 71 2B

RGB Percentages of Color #fc712b

%61.76
%27.70
%10.54

CMYK Percentages of Color #fc712b

%0
%55
%83
%1

Triadic Colors of #fc712b

#fc712b #2bfc71 #712bfc

Analogous Colors of #fc712b

#fc712b #fcda2b #fc2b4e

Monochromatic Colors of #fc712b

#fc712b

Complementary Color

#fc712b #2bb6fc

#fc712b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc712b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc712b Color CSS Codes

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

#fc712b Text Font Color

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

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


#fc712b Background Color

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

This div background color is #fc712b


#fc712b Border Color

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

This div border color is #fc712b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc712b

#fc712b Color Palettes


Comments

No comments written yet.

Please login to write comment.