Color Hex Logo

#fc891d Color Hex

#FC891D
(252,137,29)
0 Favorites   0 Comments

Color spaces of #fc891d

RGB 25213729
HSL0.080.970.55
HSV29°88°99°
CMYK 0.000.460.88   0.01
XYZ49.312338.67556.0285
Yxy38.67550.52450.4114
Hunter Lab62.189632.706937.7853
CIE-Lab68.515637.477169.4887

#fc891d color RGB value is (252,137,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 00011101
Octal 374 211 35
Decimal 252 137 29
Hex FC 89 1D

RGB Percentages of Color #fc891d

%60.29
%32.78
%6.94

CMYK Percentages of Color #fc891d

%0
%46
%88
%1

Triadic Colors of #fc891d

#fc891d #1dfc89 #891dfc

Analogous Colors of #fc891d

#fc891d #fcf91d #fc1d20

Monochromatic Colors of #fc891d

#fc891d

Complementary Color

#fc891d #1d90fc

#fc891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc891d Color CSS Codes

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

#fc891d Text Font Color

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

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


#fc891d Background Color

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

This div background color is #fc891d


#fc891d Border Color

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

This div border color is #fc891d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc891d

#fc891d Color Palettes


Comments

No comments written yet.

Please login to write comment.