Color Hex Logo

#fc911d Color Hex

#FC911D
(252,145,29)
0 Favorites   0 Comments

Color spaces of #fc911d

RGB 25214529
HSL0.090.970.55
HSV31°88°99°
CMYK 0.000.420.88   0.01
XYZ50.492141.03506.4217
Yxy41.03500.51550.4189
Hunter Lab64.058628.594438.8973
CIE-Lab70.200433.393570.7712

#fc911d color RGB value is (252,145,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 00011101
Octal 374 221 35
Decimal 252 145 29
Hex FC 91 1D

RGB Percentages of Color #fc911d

%59.15
%34.04
%6.81

CMYK Percentages of Color #fc911d

%0
%42
%88
%1

Triadic Colors of #fc911d

#fc911d #1dfc91 #911dfc

Analogous Colors of #fc911d

#fc911d #f8fc1d #fc221d

Monochromatic Colors of #fc911d

#fc911d

Complementary Color

#fc911d #1d88fc

#fc911d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc911d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc911d Color CSS Codes

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

#fc911d Text Font Color

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

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


#fc911d Background Color

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

This div background color is #fc911d


#fc911d Border Color

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

This div border color is #fc911d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc911d


Comments

No comments written yet.

Please login to write comment.