Color Hex Logo

#fc994e Color Hex

#FC994E
(252,153,78)
0 Favorites   0 Comments

Color spaces of #fc994e

RGB 25215378
HSL0.070.970.65
HSV26°69°99°
CMYK 0.000.390.69   0.01
XYZ52.911344.028012.9172
Yxy44.02800.48160.4008
Hunter Lab66.353626.219634.9054
CIE-Lab72.247230.938053.8777

#fc994e color RGB value is (252,153,78).

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

The process color (four color CMYK) of #fc994e color hex is 0.00, 0.39, 0.69, 0.01. Web safe color of #fc994e is #ff9966. Color #fc994e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 01001110
Octal 374 231 116
Decimal 252 153 78
Hex FC 99 4E

RGB Percentages of Color #fc994e

%52.17
%31.68
%16.15

CMYK Percentages of Color #fc994e

%0
%39
%69
%1

Triadic Colors of #fc994e

#fc994e #4efc99 #994efc

Analogous Colors of #fc994e

#fc994e #fcf04e #fc4e5a

Monochromatic Colors of #fc994e

#fc994e

Complementary Color

#fc994e #4eb1fc

#fc994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc994e Color CSS Codes

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

#fc994e Text Font Color

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

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


#fc994e Background Color

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

This div background color is #fc994e


#fc994e Border Color

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

This div border color is #fc994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc994e


Comments

No comments written yet.

Please login to write comment.