Color Hex Logo

#fc9029 Color Hex

#FC9029
(252,144,41)
0 Favorites   0 Comments

Color spaces of #fc9029

RGB 25214441
HSL0.080.970.57
HSV29°84°99°
CMYK 0.000.430.84   0.01
XYZ50.518440.80217.3108
Yxy40.80210.51220.4137
Hunter Lab63.876529.387437.9277
CIE-Lab70.037034.168167.0508

#fc9029 color RGB value is (252,144,41).

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

The process color (four color CMYK) of #fc9029 color hex is 0.00, 0.43, 0.84, 0.01. Web safe color of #fc9029 is #ff9933. Color #fc9029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 00101001
Octal 374 220 51
Decimal 252 144 41
Hex FC 90 29

RGB Percentages of Color #fc9029

%57.67
%32.95
%9.38

CMYK Percentages of Color #fc9029

%0
%43
%84
%1

Triadic Colors of #fc9029

#fc9029 #29fc90 #9029fc

Analogous Colors of #fc9029

#fc9029 #fcfa29 #fc292c

Monochromatic Colors of #fc9029

#fc9029

Complementary Color

#fc9029 #2995fc

#fc9029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9029 Color CSS Codes

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

#fc9029 Text Font Color

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

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


#fc9029 Background Color

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

This div background color is #fc9029


#fc9029 Border Color

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

This div border color is #fc9029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9029


Comments

No comments written yet.

Please login to write comment.