Color Hex Logo

#fcb747 Color Hex

#FCB747
(252,183,71)
0 Favorites   0 Comments

Color spaces of #fcb747

RGB 25218371
HSL0.100.970.63
HSV37°72°99°
CMYK 0.000.270.72   0.01
XYZ58.215755.017413.5123
Yxy55.01740.45930.4341
Hunter Lab74.173710.292841.1207
CIE-Lab79.051314.919664.1223

#fcb747 color RGB value is (252,183,71).

#fcb747 hex color red value is 252, green value is 183 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fcb747 hue: 0.10 , saturation: 0.97 and the lightness value of fcb747 is 0.63.

The process color (four color CMYK) of #fcb747 color hex is 0.00, 0.27, 0.72, 0.01. Web safe color of #fcb747 is #ffcc33. Color #fcb747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 01000111
Octal 374 267 107
Decimal 252 183 71
Hex FC B7 47

RGB Percentages of Color #fcb747

%49.80
%36.17
%14.03

CMYK Percentages of Color #fcb747

%0
%27
%72
%1

Triadic Colors of #fcb747

#fcb747 #47fcb7 #b747fc

Analogous Colors of #fcb747

#fcb747 #e7fc47 #fc5d47

Monochromatic Colors of #fcb747

#fcb747

Complementary Color

#fcb747 #478cfc

#fcb747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb747 Color CSS Codes

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

#fcb747 Text Font Color

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

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


#fcb747 Background Color

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

This div background color is #fcb747


#fcb747 Border Color

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

This div border color is #fcb747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb747

Related Colors


Comments

No comments written yet.

Please login to write comment.