Color Hex Logo

#fc741b Color Hex

#FC741B
(252,116,27)
0 Favorites   0 Comments

Color spaces of #fc741b

RGB 25211627
HSL0.070.970.55
HSV24°89°99°
CMYK 0.000.540.89   0.01
XYZ46.588133.26545.0023
Yxy33.26540.54900.3920
Hunter Lab57.676243.250635.2310
CIE-Lab64.375247.784366.9472

#fc741b color RGB value is (252,116,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 00011011
Octal 374 164 33
Decimal 252 116 27
Hex FC 74 1B

RGB Percentages of Color #fc741b

%63.80
%29.37
%6.84

CMYK Percentages of Color #fc741b

%0
%54
%89
%1

Triadic Colors of #fc741b

#fc741b #1bfc74 #741bfc

Analogous Colors of #fc741b

#fc741b #fce51b #fc1b33

Monochromatic Colors of #fc741b

#fc741b

Complementary Color

#fc741b #1ba3fc

#fc741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc741b Color CSS Codes

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

#fc741b Text Font Color

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

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


#fc741b Background Color

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

This div background color is #fc741b


#fc741b Border Color

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

This div border color is #fc741b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc741b


Comments

No comments written yet.

Please login to write comment.