Color Hex Logo

#fcb840 Color Hex

#FCB840
(252,184,64)
0 Favorites   0 Comments

Color spaces of #fcb840

RGB 25218464
HSL0.110.970.62
HSV38°75°99°
CMYK 0.000.270.75   0.01
XYZ58.210855.346612.4654
Yxy55.34660.46190.4392
Hunter Lab74.39539.476042.1423
CIE-Lab79.240514.092167.0944

#fcb840 color RGB value is (252,184,64).

#fcb840 hex color red value is 252, green value is 184 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fcb840 hue: 0.11 , saturation: 0.97 and the lightness value of fcb840 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01000000
Octal 374 270 100
Decimal 252 184 64
Hex FC B8 40

RGB Percentages of Color #fcb840

%50.40
%36.80
%12.80

CMYK Percentages of Color #fcb840

%0
%27
%75
%1

Triadic Colors of #fcb840

#fcb840 #40fcb8 #b840fc

Analogous Colors of #fcb840

#fcb840 #e2fc40 #fc5a40

Monochromatic Colors of #fcb840

#fcb840

Complementary Color

#fcb840 #4084fc

#fcb840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb840 Color CSS Codes

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

#fcb840 Text Font Color

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

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


#fcb840 Background Color

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

This div background color is #fcb840


#fcb840 Border Color

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

This div border color is #fcb840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb840


Comments

No comments written yet.

Please login to write comment.