Color Hex Logo

#fc7028 Color Hex

#FC7028
(252,112,40)
0 Favorites   0 Comments

Color spaces of #fc7028

RGB 25211240
HSL0.060.970.57
HSV20°84°99°
CMYK 0.000.560.84   0.01
XYZ46.322132.43705.8270
Yxy32.43700.54760.3835
Hunter Lab56.953545.511233.8014
CIE-Lab63.702449.932662.0492

#fc7028 color RGB value is (252,112,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 00101000
Octal 374 160 50
Decimal 252 112 40
Hex FC 70 28

RGB Percentages of Color #fc7028

%62.38
%27.72
%9.90

CMYK Percentages of Color #fc7028

%0
%56
%84
%1

Triadic Colors of #fc7028

#fc7028 #28fc70 #7028fc

Analogous Colors of #fc7028

#fc7028 #fcda28 #fc284a

Monochromatic Colors of #fc7028

#fc7028

Complementary Color

#fc7028 #28b4fc

#fc7028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7028 Color CSS Codes

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

#fc7028 Text Font Color

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

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


#fc7028 Background Color

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

This div background color is #fc7028


#fc7028 Border Color

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

This div border color is #fc7028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7028

Related Colors


Comments

No comments written yet.

Please login to write comment.