Color Hex Logo

#fc8326 Color Hex

#FC8326
(252,131,38)
0 Favorites   0 Comments

Color spaces of #fc8326

RGB 25213138
HSL0.070.970.57
HSV26°85°99°
CMYK 0.000.480.85   0.01
XYZ48.611037.06806.4265
Yxy37.06800.52780.4025
Hunter Lab60.883535.973036.3601
CIE-Lab67.328040.682165.7994

#fc8326 color RGB value is (252,131,38).

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

The process color (four color CMYK) of #fc8326 color hex is 0.00, 0.48, 0.85, 0.01. Web safe color of #fc8326 is #ff9933. Color #fc8326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 00100110
Octal 374 203 46
Decimal 252 131 38
Hex FC 83 26

RGB Percentages of Color #fc8326

%59.86
%31.12
%9.03

CMYK Percentages of Color #fc8326

%0
%48
%85
%1

Triadic Colors of #fc8326

#fc8326 #26fc83 #8326fc

Analogous Colors of #fc8326

#fc8326 #fcee26 #fc2634

Monochromatic Colors of #fc8326

#fc8326

Complementary Color

#fc8326 #269ffc

#fc8326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8326 Color CSS Codes

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

#fc8326 Text Font Color

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

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


#fc8326 Background Color

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

This div background color is #fc8326


#fc8326 Border Color

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

This div border color is #fc8326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8326


Comments

No comments written yet.

Please login to write comment.