Color Hex Logo

#fc973a Color Hex

#FC973A
(252,151,58)
0 Favorites   0 Comments

Color spaces of #fc973a

RGB 25215158
HSL0.080.970.61
HSV29°77°99°
CMYK 0.000.400.77   0.01
XYZ51.975243.13429.5893
Yxy43.13420.49640.4120
Hunter Lab65.676626.327337.3168
CIE-Lab71.646031.089562.1310

#fc973a color RGB value is (252,151,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00111010
Octal 374 227 72
Decimal 252 151 58
Hex FC 97 3A

RGB Percentages of Color #fc973a

%54.66
%32.75
%12.58

CMYK Percentages of Color #fc973a

%0
%40
%77
%1

Triadic Colors of #fc973a

#fc973a #3afc97 #973afc

Analogous Colors of #fc973a

#fc973a #fcf83a #fc3a3e

Monochromatic Colors of #fc973a

#fc973a

Complementary Color

#fc973a #3a9ffc

#fc973a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc973a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc973a Color CSS Codes

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

#fc973a Text Font Color

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

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


#fc973a Background Color

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

This div background color is #fc973a


#fc973a Border Color

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

This div border color is #fc973a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc973a

Related Colors


Comments

No comments written yet.

Please login to write comment.