Color Hex Logo

#fc9714 Color Hex

#FC9714
(252,151,20)
0 Favorites   0 Comments

Color spaces of #fc9714

RGB 25215120
HSL0.090.970.53
HSV34°92°99°
CMYK 0.000.400.92   0.01
XYZ51.337842.87926.2325
Yxy42.87920.51110.4269
Hunter Lab65.482225.349440.1944
CIE-Lab71.472930.157173.7373

#fc9714 color RGB value is (252,151,20).

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

The process color (four color CMYK) of #fc9714 color hex is 0.00, 0.40, 0.92, 0.01. Web safe color of #fc9714 is #ff9900. Color #fc9714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00010100
Octal 374 227 24
Decimal 252 151 20
Hex FC 97 14

RGB Percentages of Color #fc9714

%59.57
%35.70
%4.73

CMYK Percentages of Color #fc9714

%0
%40
%92
%1

Triadic Colors of #fc9714

#fc9714 #14fc97 #9714fc

Analogous Colors of #fc9714

#fc9714 #edfc14 #fc2314

Monochromatic Colors of #fc9714

#fc9714

Complementary Color

#fc9714 #1479fc

#fc9714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9714 Color CSS Codes

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

#fc9714 Text Font Color

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

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


#fc9714 Background Color

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

This div background color is #fc9714


#fc9714 Border Color

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

This div border color is #fc9714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9714


Comments

No comments written yet.

Please login to write comment.