Color Hex Logo

#fc713d Color Hex

#FC713D
(252,113,61)
0 Favorites   0 Comments

Color spaces of #fc713d

RGB 25211361
HSL0.050.970.61
HSV16°76°99°
CMYK 0.000.550.76   0.01
XYZ46.892332.84268.2826
Yxy32.84260.53280.3731
Hunter Lab57.308545.766731.5469
CIE-Lab64.033350.114553.2463

#fc713d color RGB value is (252,113,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00111101
Octal 374 161 75
Decimal 252 113 61
Hex FC 71 3D

RGB Percentages of Color #fc713d

%59.15
%26.53
%14.32

CMYK Percentages of Color #fc713d

%0
%55
%76
%1

Triadic Colors of #fc713d

#fc713d #3dfc71 #713dfc

Analogous Colors of #fc713d

#fc713d #fcd13d #fc3d69

Monochromatic Colors of #fc713d

#fc713d

Complementary Color

#fc713d #3dc8fc

#fc713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc713d Color CSS Codes

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

#fc713d Text Font Color

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

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


#fc713d Background Color

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

This div background color is #fc713d


#fc713d Border Color

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

This div border color is #fc713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc713d


Comments

No comments written yet.

Please login to write comment.