Color Hex Logo

#fcb82a Color Hex

#FCB82A
(252,184,42)
0 Favorites   0 Comments

Color spaces of #fcb82a

RGB 25218442
HSL0.110.970.58
HSV41°83°99°
CMYK 0.000.270.83   0.01
XYZ57.703355.14369.7930
Yxy55.14360.47050.4496
Hunter Lab74.25878.752044.1621
CIE-Lab79.123913.357074.3984

#fcb82a color RGB value is (252,184,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00101010
Octal 374 270 52
Decimal 252 184 42
Hex FC B8 2A

RGB Percentages of Color #fcb82a

%52.72
%38.49
%8.79

CMYK Percentages of Color #fcb82a

%0
%27
%83
%1

Triadic Colors of #fcb82a

#fcb82a #2afcb8 #b82afc

Analogous Colors of #fcb82a

#fcb82a #d7fc2a #fc4f2a

Monochromatic Colors of #fcb82a

#fcb82a

Complementary Color

#fcb82a #2a6efc

#fcb82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb82a Color CSS Codes

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

#fcb82a Text Font Color

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

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


#fcb82a Background Color

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

This div background color is #fcb82a


#fcb82a Border Color

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

This div border color is #fcb82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb82a

Related Colors

#fcb82a Color Palettes


Comments

No comments written yet.

Please login to write comment.