Color Hex Logo

#fcb30a Color Hex

#FCB30A
(252,179,10)
0 Favorites   0 Comments

Color spaces of #fcb30a

RGB 25217910
HSL0.120.980.51
HSV42°96°99°
CMYK 0.000.290.96   0.01
XYZ56.319852.95767.5406
Yxy52.95760.48210.4533
Hunter Lab72.772010.794044.7968
CIE-Lab77.850015.437279.6784

#fcb30a color RGB value is (252,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00001010
Octal 374 263 12
Decimal 252 179 10
Hex FC B3 A

RGB Percentages of Color #fcb30a

%57.14
%40.59
%2.27

CMYK Percentages of Color #fcb30a

%0
%29
%96
%1

Triadic Colors of #fcb30a

#fcb30a #0afcb3 #b30afc

Analogous Colors of #fcb30a

#fcb30a #ccfc0a #fc3a0a

Monochromatic Colors of #fcb30a

#fcb30a

Complementary Color

#fcb30a #0a53fc

#fcb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb30a Color CSS Codes

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

#fcb30a Text Font Color

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

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


#fcb30a Background Color

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

This div background color is #fcb30a


#fcb30a Border Color

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

This div border color is #fcb30a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,179,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 #fcb30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb30a

Related Colors


Comments

No comments written yet.

Please login to write comment.