Color Hex Logo

#fc851d Color Hex

#FC851D
(252,133,29)
0 Favorites   0 Comments

Color spaces of #fc851d

RGB 25213329
HSL0.080.970.55
HSV28°88°99°
CMYK 0.000.470.88   0.01
XYZ48.754237.55925.8424
Yxy37.55920.52900.4076
Hunter Lab61.285634.751537.2477
CIE-Lab67.694539.494868.8657

#fc851d color RGB value is (252,133,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000101 00011101
Octal 374 205 35
Decimal 252 133 29
Hex FC 85 1D

RGB Percentages of Color #fc851d

%60.87
%32.13
%7.00

CMYK Percentages of Color #fc851d

%0
%47
%88
%1

Triadic Colors of #fc851d

#fc851d #1dfc85 #851dfc

Analogous Colors of #fc851d

#fc851d #fcf51d #fc1d24

Monochromatic Colors of #fc851d

#fc851d

Complementary Color

#fc851d #1d94fc

#fc851d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc851d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc851d Color CSS Codes

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

#fc851d Text Font Color

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

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


#fc851d Background Color

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

This div background color is #fc851d


#fc851d Border Color

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

This div border color is #fc851d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc851d


Comments

No comments written yet.

Please login to write comment.