Color Hex Logo

#fca82b Color Hex

#FCA82B
(252,168,43)
0 Favorites   0 Comments

Color spaces of #fca82b

RGB 25216843
HSL0.100.970.58
HSV36°83°99°
CMYK 0.000.330.83   0.01
XYZ54.583648.87518.8425
Yxy48.87510.48600.4352
Hunter Lab69.910717.022141.4383
CIE-Lab75.373621.750770.9306

#fca82b color RGB value is (252,168,43).

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

The process color (four color CMYK) of #fca82b color hex is 0.00, 0.33, 0.83, 0.01. Web safe color of #fca82b is #ff9933. Color #fca82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00101011
Octal 374 250 53
Decimal 252 168 43
Hex FC A8 2B

RGB Percentages of Color #fca82b

%54.43
%36.29
%9.29

CMYK Percentages of Color #fca82b

%0
%33
%83
%1

Triadic Colors of #fca82b

#fca82b #2bfca8 #a82bfc

Analogous Colors of #fca82b

#fca82b #e8fc2b #fc402b

Monochromatic Colors of #fca82b

#fca82b

Complementary Color

#fca82b #2b7ffc

#fca82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca82b Color CSS Codes

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

#fca82b Text Font Color

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

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


#fca82b Background Color

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

This div background color is #fca82b


#fca82b Border Color

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

This div border color is #fca82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca82b

Related Colors


Comments

No comments written yet.

Please login to write comment.