Color Hex Logo

#fc800e Color Hex

#FC800E
(252,128,14)
0 Favorites   0 Comments

Color spaces of #fc800e

RGB 25212814
HSL0.080.980.52
HSV29°94°99°
CMYK 0.000.490.94   0.01
XYZ47.943336.16554.8692
Yxy36.16550.53880.4065
Hunter Lab60.137837.063537.2959
CIE-Lab66.646241.781871.5036

#fc800e color RGB value is (252,128,14).

#fc800e hex color red value is 252, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fc800e hue: 0.08 , saturation: 0.98 and the lightness value of fc800e is 0.52.

The process color (four color CMYK) of #fc800e color hex is 0.00, 0.49, 0.94, 0.01. Web safe color of #fc800e is #ff9900. Color #fc800e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00001110
Octal 374 200 16
Decimal 252 128 14
Hex FC 80 E

RGB Percentages of Color #fc800e

%63.96
%32.49
%3.55

CMYK Percentages of Color #fc800e

%0
%49
%94
%1

Triadic Colors of #fc800e

#fc800e #0efc80 #800efc

Analogous Colors of #fc800e

#fc800e #fcf70e #fc0e13

Monochromatic Colors of #fc800e

#fc800e

Complementary Color

#fc800e #0e8afc

#fc800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc800e Color CSS Codes

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

#fc800e Text Font Color

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

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


#fc800e Background Color

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

This div background color is #fc800e


#fc800e Border Color

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

This div border color is #fc800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc800e


Comments

No comments written yet.

Please login to write comment.