color codes Logo

#fc711d color codes

#FC711D
(252,113,29)
0 Favorites   0 Comments

Color spaces of #fc711d

RGB 25211329
HSL0.060.970.55
HSV23°88°99°
CMYK 0.000.550.88   0.01
XYZ46.271832.59445.0150
Yxy32.59440.55160.3886
Hunter Lab57.091544.761434.7559
CIE-Lab63.831149.235365.9485

#fc711d color RGB value is (252,113,29).

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

The process color (four color CMYK) of #fc711d color code is 0.00, 0.55, 0.88, 0.01. Web safe color of #fc711d is #ff6633. Color #fc711d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00011101
Octal 374 161 35
Decimal 252 113 29
Hex FC 71 1D

RGB Percentages of Color #fc711d

%63.96
%28.68
%7.36

CMYK Percentages of Color #fc711d

%0
%55
%88
%1

Triadic Colors of #fc711d

#fc711d #1dfc71 #711dfc

Analogous Colors of #fc711d

#fc711d #fce11d #fc1d38

Monochromatic Colors of #fc711d

#fc711d

Complementary Color

#fc711d #1da8fc

#fc711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc711d Color CSS Codes

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

#fc711d Text Font Color

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

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


#fc711d Background Color

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

This div background color is #fc711d


#fc711d Border Color

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

This div border color is #fc711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc711d


Comments

No comments written yet.

Please login to write comment.