Color Hex Logo

#fc723f Color Hex

#FC723F
(252,114,63)
0 Favorites   0 Comments

Color spaces of #fc723f

RGB 25211463
HSL0.040.970.62
HSV16°75°99°
CMYK 0.000.550.75   0.01
XYZ47.059433.08908.6091
Yxy33.08900.53020.3728
Hunter Lab57.523045.364931.3926
CIE-Lab64.232949.722752.4914

#fc723f color RGB value is (252,114,63).

#fc723f hex color red value is 252, green value is 114 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fc723f hue: 0.04 , saturation: 0.97 and the lightness value of fc723f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 00111111
Octal 374 162 77
Decimal 252 114 63
Hex FC 72 3F

RGB Percentages of Color #fc723f

%58.74
%26.57
%14.69

CMYK Percentages of Color #fc723f

%0
%55
%75
%1

Triadic Colors of #fc723f

#fc723f #3ffc72 #723ffc

Analogous Colors of #fc723f

#fc723f #fcd13f #fc3f6b

Monochromatic Colors of #fc723f

#fc723f

Complementary Color

#fc723f #3fc9fc

#fc723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc723f Color CSS Codes

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

#fc723f Text Font Color

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

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


#fc723f Background Color

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

This div background color is #fc723f


#fc723f Border Color

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

This div border color is #fc723f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc723f

Related Colors


Comments

No comments written yet.

Please login to write comment.