Color Hex Logo

#fc991c Color Hex

#FC991C
(252,153,28)
0 Favorites   0 Comments

Color spaces of #fc991c

RGB 25215328
HSL0.090.970.55
HSV33°89°99°
CMYK 0.000.390.89   0.01
XYZ51.745743.56186.7796
Yxy43.56180.50690.4267
Hunter Lab66.001424.443340.1107
CIE-Lab71.934629.242572.3410

#fc991c color RGB value is (252,153,28).

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

The process color (four color CMYK) of #fc991c color hex is 0.00, 0.39, 0.89, 0.01. Web safe color of #fc991c is #ff9933. Color #fc991c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 00011100
Octal 374 231 34
Decimal 252 153 28
Hex FC 99 1C

RGB Percentages of Color #fc991c

%58.20
%35.33
%6.47

CMYK Percentages of Color #fc991c

%0
%39
%89
%1

Triadic Colors of #fc991c

#fc991c #1cfc99 #991cfc

Analogous Colors of #fc991c

#fc991c #effc1c #fc291c

Monochromatic Colors of #fc991c

#fc991c

Complementary Color

#fc991c #1c7ffc

#fc991c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc991c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc991c Color CSS Codes

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

#fc991c Text Font Color

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

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


#fc991c Background Color

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

This div background color is #fc991c


#fc991c Border Color

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

This div border color is #fc991c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc991c


Comments

No comments written yet.

Please login to write comment.