Color Hex Logo

#fcba2f Color Hex

#FCBA2F
(252,186,47)
0 Favorites   0 Comments

Color spaces of #fcba2f

RGB 25218647
HSL0.110.970.59
HSV41°81°99°
CMYK 0.000.260.81   0.01
XYZ58.216956.018510.4336
Yxy56.01850.46700.4493
Hunter Lab74.84557.862644.1267
CIE-Lab79.624312.452473.3484

#fcba2f color RGB value is (252,186,47).

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

The process color (four color CMYK) of #fcba2f color hex is 0.00, 0.26, 0.81, 0.01. Web safe color of #fcba2f is #ffcc33. Color #fcba2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 00101111
Octal 374 272 57
Decimal 252 186 47
Hex FC BA 2F

RGB Percentages of Color #fcba2f

%51.96
%38.35
%9.69

CMYK Percentages of Color #fcba2f

%0
%26
%81
%1

Triadic Colors of #fcba2f

#fcba2f #2ffcba #ba2ffc

Analogous Colors of #fcba2f

#fcba2f #d8fc2f #fc532f

Monochromatic Colors of #fcba2f

#fcba2f

Complementary Color

#fcba2f #2f71fc

#fcba2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba2f Color CSS Codes

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

#fcba2f Text Font Color

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

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


#fcba2f Background Color

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

This div background color is #fcba2f


#fcba2f Border Color

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

This div border color is #fcba2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba2f


Comments

No comments written yet.

Please login to write comment.