Color Hex Logo

#fcba0a Color Hex

#FCBA0A
(252,186,10)
0 Favorites   0 Comments

Color spaces of #fcba0a

RGB 25218610
HSL0.120.980.51
HSV44°96°99°
CMYK 0.000.260.96   0.01
XYZ57.758655.83528.0202
Yxy55.83520.47490.4591
Hunter Lab74.72307.210045.9423
CIE-Lab79.519911.785380.8520

#fcba0a color RGB value is (252,186,10).

#fcba0a hex color red value is 252, green value is 186 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fcba0a hue: 0.12 , saturation: 0.98 and the lightness value of fcba0a is 0.51.

The process color (four color CMYK) of #fcba0a color hex is 0.00, 0.26, 0.96, 0.01. Web safe color of #fcba0a is #ffcc00. Color #fcba0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 00001010
Octal 374 272 12
Decimal 252 186 10
Hex FC BA A

RGB Percentages of Color #fcba0a

%56.25
%41.52
%2.23

CMYK Percentages of Color #fcba0a

%0
%26
%96
%1

Triadic Colors of #fcba0a

#fcba0a #0afcba #ba0afc

Analogous Colors of #fcba0a

#fcba0a #c5fc0a #fc410a

Monochromatic Colors of #fcba0a

#fcba0a

Complementary Color

#fcba0a #0a4cfc

#fcba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba0a Color CSS Codes

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

#fcba0a Text Font Color

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

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


#fcba0a Background Color

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

This div background color is #fcba0a


#fcba0a Border Color

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

This div border color is #fcba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba0a


Comments

No comments written yet.

Please login to write comment.