Color Hex Logo

#fc7c1d Color Hex

#FC7C1D
(252,124,29)
0 Favorites   0 Comments

Color spaces of #fc7c1d

RGB 25212429
HSL0.070.970.55
HSV26°88°99°
CMYK 0.000.510.88   0.01
XYZ47.574335.19955.4491
Yxy35.19950.53930.3990
Hunter Lab59.329239.307836.0849
CIE-Lab65.903743.958567.5103

#fc7c1d color RGB value is (252,124,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 00011101
Octal 374 174 35
Decimal 252 124 29
Hex FC 7C 1D

RGB Percentages of Color #fc7c1d

%62.22
%30.62
%7.16

CMYK Percentages of Color #fc7c1d

%0
%51
%88
%1

Triadic Colors of #fc7c1d

#fc7c1d #1dfc7c #7c1dfc

Analogous Colors of #fc7c1d

#fc7c1d #fcec1d #fc1d2d

Monochromatic Colors of #fc7c1d

#fc7c1d

Complementary Color

#fc7c1d #1d9dfc

#fc7c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7c1d Color CSS Codes

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

#fc7c1d Text Font Color

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

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


#fc7c1d Background Color

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

This div background color is #fc7c1d


#fc7c1d Border Color

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

This div border color is #fc7c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7c1d


Comments

No comments written yet.

Please login to write comment.