Color Hex Logo

#fc8619 Color Hex

#FC8619
(252,134,25)
0 Favorites   0 Comments

Color spaces of #fc8619

RGB 25213425
HSL0.080.970.54
HSV29°90°99°
CMYK 0.000.470.90   0.01
XYZ48.845437.81585.6445
Yxy37.81580.52920.4097
Hunter Lab61.494634.167937.6040
CIE-Lab67.884638.924570.0551

#fc8619 color RGB value is (252,134,25).

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

The process color (four color CMYK) of #fc8619 color hex is 0.00, 0.47, 0.90, 0.01. Web safe color of #fc8619 is #ff9900. Color #fc8619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 00011001
Octal 374 206 31
Decimal 252 134 25
Hex FC 86 19

RGB Percentages of Color #fc8619

%61.31
%32.60
%6.08

CMYK Percentages of Color #fc8619

%0
%47
%90
%1

Triadic Colors of #fc8619

#fc8619 #19fc86 #8619fc

Analogous Colors of #fc8619

#fc8619 #fcf819 #fc191e

Monochromatic Colors of #fc8619

#fc8619

Complementary Color

#fc8619 #198ffc

#fc8619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8619 Color CSS Codes

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

#fc8619 Text Font Color

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

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


#fc8619 Background Color

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

This div background color is #fc8619


#fc8619 Border Color

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

This div border color is #fc8619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8619

Related Colors


Comments

No comments written yet.

Please login to write comment.