Color Hex Logo

#fc971d Color Hex

#FC971D
(252,151,29)
0 Favorites   0 Comments

Color spaces of #fc971d

RGB 25215129
HSL0.090.970.55
HSV33°88°99°
CMYK 0.000.400.88   0.01
XYZ51.433342.91746.7354
Yxy42.91740.50880.4246
Hunter Lab65.511425.496339.7622
CIE-Lab71.498930.297571.7623

#fc971d color RGB value is (252,151,29).

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

The process color (four color CMYK) of #fc971d color hex is 0.00, 0.40, 0.88, 0.01. Web safe color of #fc971d is #ff9933. Color #fc971d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00011101
Octal 374 227 35
Decimal 252 151 29
Hex FC 97 1D

RGB Percentages of Color #fc971d

%58.33
%34.95
%6.71

CMYK Percentages of Color #fc971d

%0
%40
%88
%1

Triadic Colors of #fc971d

#fc971d #1dfc97 #971dfc

Analogous Colors of #fc971d

#fc971d #f2fc1d #fc281d

Monochromatic Colors of #fc971d

#fc971d

Complementary Color

#fc971d #1d82fc

#fc971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc971d Color CSS Codes

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

#fc971d Text Font Color

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

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


#fc971d Background Color

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

This div background color is #fc971d


#fc971d Border Color

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

This div border color is #fc971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc971d


Comments

No comments written yet.

Please login to write comment.