Color Hex Logo

#fc731a Color Hex

#FC731A
(252,115,26)
0 Favorites   0 Comments

Color spaces of #fc731a

RGB 25211526
HSL0.070.970.55
HSV24°90°99°
CMYK 0.000.540.90   0.01
XYZ46.462133.03154.9042
Yxy33.03150.55050.3914
Hunter Lab57.473043.724435.1719
CIE-Lab64.186448.242567.0930

#fc731a color RGB value is (252,115,26).

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

The process color (four color CMYK) of #fc731a color hex is 0.00, 0.54, 0.90, 0.01. Web safe color of #fc731a is #ff6633. Color #fc731a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 00011010
Octal 374 163 32
Decimal 252 115 26
Hex FC 73 1A

RGB Percentages of Color #fc731a

%64.12
%29.26
%6.62

CMYK Percentages of Color #fc731a

%0
%54
%90
%1

Triadic Colors of #fc731a

#fc731a #1afc73 #731afc

Analogous Colors of #fc731a

#fc731a #fce41a #fc1a32

Monochromatic Colors of #fc731a

#fc731a

Complementary Color

#fc731a #1aa3fc

#fc731a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc731a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc731a Color CSS Codes

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

#fc731a Text Font Color

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

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


#fc731a Background Color

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

This div background color is #fc731a


#fc731a Border Color

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

This div border color is #fc731a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc731a

Related Colors

#fc731a Color Palettes


Comments

No comments written yet.

Please login to write comment.