Color Hex Logo

#fca92e Color Hex

#FCA92E
(252,169,46)
0 Favorites   0 Comments

Color spaces of #fca92e

RGB 25216946
HSL0.100.970.58
HSV36°82°99°
CMYK 0.000.330.82   0.01
XYZ54.826049.26869.2049
Yxy49.26860.48390.4349
Hunter Lab70.191616.589441.3588
CIE-Lab75.618121.310970.1848

#fca92e color RGB value is (252,169,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 00101110
Octal 374 251 56
Decimal 252 169 46
Hex FC A9 2E

RGB Percentages of Color #fca92e

%53.96
%36.19
%9.85

CMYK Percentages of Color #fca92e

%0
%33
%82
%1

Triadic Colors of #fca92e

#fca92e #2efca9 #a92efc

Analogous Colors of #fca92e

#fca92e #e8fc2e #fc422e

Monochromatic Colors of #fca92e

#fca92e

Complementary Color

#fca92e #2e81fc

#fca92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca92e Color CSS Codes

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

#fca92e Text Font Color

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

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


#fca92e Background Color

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

This div background color is #fca92e


#fca92e Border Color

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

This div border color is #fca92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca92e


Comments

No comments written yet.

Please login to write comment.