Color Hex Logo

#fcb920 Color Hex

#FCB920
(252,185,32)
0 Favorites   0 Comments

Color spaces of #fcb920

RGB 25218532
HSL0.120.970.56
HSV42°87°99°
CMYK 0.000.270.87   0.01
XYZ57.754655.49779.0346
Yxy55.49770.47230.4538
Hunter Lab74.49688.015144.9573
CIE-Lab79.327112.606777.1243

#fcb920 color RGB value is (252,185,32).

#fcb920 hex color red value is 252, green value is 185 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fcb920 hue: 0.12 , saturation: 0.97 and the lightness value of fcb920 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00100000
Octal 374 271 40
Decimal 252 185 32
Hex FC B9 20

RGB Percentages of Color #fcb920

%53.73
%39.45
%6.82

CMYK Percentages of Color #fcb920

%0
%27
%87
%1

Triadic Colors of #fcb920

#fcb920 #20fcb9 #b920fc

Analogous Colors of #fcb920

#fcb920 #d1fc20 #fc4b20

Monochromatic Colors of #fcb920

#fcb920

Complementary Color

#fcb920 #2063fc

#fcb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb920 Color CSS Codes

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

#fcb920 Text Font Color

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

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


#fcb920 Background Color

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

This div background color is #fcb920


#fcb920 Border Color

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

This div border color is #fcb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb920

Related Colors


Comments

No comments written yet.

Please login to write comment.