Color Hex Logo

#fcbd4a Color Hex

#FCBD4A
(252,189,74)
0 Favorites   0 Comments

Color spaces of #fcbd4a

RGB 25218974
HSL0.110.970.64
HSV39°71°99°
CMYK 0.000.250.71   0.01
XYZ59.578557.585114.4535
Yxy57.58510.45270.4375
Hunter Lab75.88487.344941.8267
CIE-Lab80.507611.930464.3687

#fcbd4a color RGB value is (252,189,74).

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

The process color (four color CMYK) of #fcbd4a color hex is 0.00, 0.25, 0.71, 0.01. Web safe color of #fcbd4a is #ffcc33. Color #fcbd4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01001010
Octal 374 275 112
Decimal 252 189 74
Hex FC BD 4A

RGB Percentages of Color #fcbd4a

%48.93
%36.70
%14.37

CMYK Percentages of Color #fcbd4a

%0
%25
%71
%1

Triadic Colors of #fcbd4a

#fcbd4a #4afcbd #bd4afc

Analogous Colors of #fcbd4a

#fcbd4a #e2fc4a #fc644a

Monochromatic Colors of #fcbd4a

#fcbd4a

Complementary Color

#fcbd4a #4a89fc

#fcbd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd4a Color CSS Codes

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

#fcbd4a Text Font Color

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

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


#fcbd4a Background Color

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

This div background color is #fcbd4a


#fcbd4a Border Color

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

This div border color is #fcbd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd4a


Comments

No comments written yet.

Please login to write comment.