Color Hex Logo

#fc7126 Color Hex

#FC7126
(252,113,38)
0 Favorites   0 Comments

Color spaces of #fc7126

RGB 25211338
HSL0.060.970.57
HSV21°85°99°
CMYK 0.000.550.85   0.01
XYZ46.399932.64565.6894
Yxy32.64560.54760.3853
Hunter Lab57.136344.969734.0916
CIE-Lab63.872949.417962.9411

#fc7126 color RGB value is (252,113,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00100110
Octal 374 161 46
Decimal 252 113 38
Hex FC 71 26

RGB Percentages of Color #fc7126

%62.53
%28.04
%9.43

CMYK Percentages of Color #fc7126

%0
%55
%85
%1

Triadic Colors of #fc7126

#fc7126 #26fc71 #7126fc

Analogous Colors of #fc7126

#fc7126 #fcdc26 #fc2646

Monochromatic Colors of #fc7126

#fc7126

Complementary Color

#fc7126 #26b1fc

#fc7126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7126 Color CSS Codes

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

#fc7126 Text Font Color

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

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


#fc7126 Background Color

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

This div background color is #fc7126


#fc7126 Border Color

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

This div border color is #fc7126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7126


Comments

No comments written yet.

Please login to write comment.