Color Hex Logo

#fcb92a Color Hex

#FCB92A
(252,185,42)
0 Favorites   0 Comments

Color spaces of #fcb92a

RGB 25218542
HSL0.110.970.58
HSV41°83°99°
CMYK 0.000.270.83   0.01
XYZ57.911855.56059.8625
Yxy55.56050.46950.4505
Hunter Lab74.53898.239644.3324
CIE-Lab79.363012.835774.5992

#fcb92a color RGB value is (252,185,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00101010
Octal 374 271 52
Decimal 252 185 42
Hex FC B9 2A

RGB Percentages of Color #fcb92a

%52.61
%38.62
%8.77

CMYK Percentages of Color #fcb92a

%0
%27
%83
%1

Triadic Colors of #fcb92a

#fcb92a #2afcb9 #b92afc

Analogous Colors of #fcb92a

#fcb92a #d6fc2a #fc502a

Monochromatic Colors of #fcb92a

#fcb92a

Complementary Color

#fcb92a #2a6dfc

#fcb92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb92a Color CSS Codes

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

#fcb92a Text Font Color

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

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


#fcb92a Background Color

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

This div background color is #fcb92a


#fcb92a Border Color

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

This div border color is #fcb92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb92a


Comments

No comments written yet.

Please login to write comment.