Color Hex Logo

#fc721f Color Hex

#FC721F
(252,114,31)
0 Favorites   0 Comments

Color spaces of #fc721f

RGB 25211431
HSL0.060.970.55
HSV23°88°99°
CMYK 0.000.550.88   0.01
XYZ46.409532.82905.1869
Yxy32.82900.54970.3889
Hunter Lab57.296644.313634.7403
CIE-Lab64.022248.801565.4680

#fc721f color RGB value is (252,114,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 00011111
Octal 374 162 37
Decimal 252 114 31
Hex FC 72 1F

RGB Percentages of Color #fc721f

%63.48
%28.72
%7.81

CMYK Percentages of Color #fc721f

%0
%55
%88
%1

Triadic Colors of #fc721f

#fc721f #1ffc72 #721ffc

Analogous Colors of #fc721f

#fc721f #fce11f #fc1f3a

Monochromatic Colors of #fc721f

#fc721f

Complementary Color

#fc721f #1fa9fc

#fc721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc721f Color CSS Codes

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

#fc721f Text Font Color

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

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


#fc721f Background Color

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

This div background color is #fc721f


#fc721f Border Color

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

This div border color is #fc721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc721f


Comments

No comments written yet.

Please login to write comment.