Color Hex Logo

#fc701b Color Hex

#FC701B
(252,112,27)
0 Favorites   0 Comments

Color spaces of #fc701b

RGB 25211227
HSL0.060.970.55
HSV23°89°99°
CMYK 0.000.560.89   0.01
XYZ46.136932.36294.8519
Yxy32.36290.55350.3883
Hunter Lab56.888445.210134.7652
CIE-Lab63.641749.669366.4077

#fc701b color RGB value is (252,112,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 00011011
Octal 374 160 33
Decimal 252 112 27
Hex FC 70 1B

RGB Percentages of Color #fc701b

%64.45
%28.64
%6.91

CMYK Percentages of Color #fc701b

%0
%56
%89
%1

Triadic Colors of #fc701b

#fc701b #1bfc70 #701bfc

Analogous Colors of #fc701b

#fc701b #fce11b #fc1b37

Monochromatic Colors of #fc701b

#fc701b

Complementary Color

#fc701b #1ba7fc

#fc701b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc701b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc701b Color CSS Codes

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

#fc701b Text Font Color

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

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


#fc701b Background Color

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

This div background color is #fc701b


#fc701b Border Color

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

This div border color is #fc701b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,112,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 #fc701b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc701b

Related Colors


Comments

No comments written yet.

Please login to write comment.