Color Hex Logo

#fc711b Color Hex

#FC711B
(252,113,27)
0 Favorites   0 Comments

Color spaces of #fc711b

RGB 25211327
HSL0.060.970.55
HSV23°89°99°
CMYK 0.000.550.89   0.01
XYZ46.247832.58484.8889
Yxy32.58480.55240.3892
Hunter Lab57.083144.722434.8803
CIE-Lab63.823349.201166.5410

#fc711b color RGB value is (252,113,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00011011
Octal 374 161 33
Decimal 252 113 27
Hex FC 71 1B

RGB Percentages of Color #fc711b

%64.29
%28.83
%6.89

CMYK Percentages of Color #fc711b

%0
%55
%89
%1

Triadic Colors of #fc711b

#fc711b #1bfc71 #711bfc

Analogous Colors of #fc711b

#fc711b #fce21b #fc1b36

Monochromatic Colors of #fc711b

#fc711b

Complementary Color

#fc711b #1ba6fc

#fc711b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc711b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc711b Color CSS Codes

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

#fc711b Text Font Color

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

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


#fc711b Background Color

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

This div background color is #fc711b


#fc711b Border Color

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

This div border color is #fc711b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc711b


Comments

No comments written yet.

Please login to write comment.