Color Hex Logo

#fc801e Color Hex

#FC801E
(252,128,30)
0 Favorites   0 Comments

Color spaces of #fc801e

RGB 25212830
HSL0.070.970.55
HSV26°88°99°
CMYK 0.000.490.88   0.01
XYZ48.098436.22755.6858
Yxy36.22750.53440.4025
Hunter Lab60.189337.311536.5317
CIE-Lab66.693442.007167.8198

#fc801e color RGB value is (252,128,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00011110
Octal 374 200 36
Decimal 252 128 30
Hex FC 80 1E

RGB Percentages of Color #fc801e

%61.46
%31.22
%7.32

CMYK Percentages of Color #fc801e

%0
%49
%88
%1

Triadic Colors of #fc801e

#fc801e #1efc80 #801efc

Analogous Colors of #fc801e

#fc801e #fcef1e #fc1e2b

Monochromatic Colors of #fc801e

#fc801e

Complementary Color

#fc801e #1e9afc

#fc801e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc801e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc801e Color CSS Codes

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

#fc801e Text Font Color

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

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


#fc801e Background Color

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

This div background color is #fc801e


#fc801e Border Color

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

This div border color is #fc801e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc801e


Comments

No comments written yet.

Please login to write comment.