Color Hex Logo

#fca23b Color Hex

#FCA23B
(252,162,59)
0 Favorites   0 Comments

Color spaces of #fca23b

RGB 25216259
HSL0.090.970.61
HSV32°77°99°
CMYK 0.000.360.77   0.01
XYZ53.854646.851910.3425
Yxy46.85190.48500.4219
Hunter Lab68.448420.657438.9552
CIE-Lab74.094925.403564.0821

#fca23b color RGB value is (252,162,59).

#fca23b hex color red value is 252, green value is 162 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fca23b hue: 0.09 , saturation: 0.97 and the lightness value of fca23b is 0.61.

The process color (four color CMYK) of #fca23b color hex is 0.00, 0.36, 0.77, 0.01. Web safe color of #fca23b is #ff9933. Color #fca23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00111011
Octal 374 242 73
Decimal 252 162 59
Hex FC A2 3B

RGB Percentages of Color #fca23b

%53.28
%34.25
%12.47

CMYK Percentages of Color #fca23b

%0
%36
%77
%1

Triadic Colors of #fca23b

#fca23b #3bfca2 #a23bfc

Analogous Colors of #fca23b

#fca23b #f6fc3b #fc413b

Monochromatic Colors of #fca23b

#fca23b

Complementary Color

#fca23b #3b95fc

#fca23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca23b Color CSS Codes

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

#fca23b Text Font Color

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

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


#fca23b Background Color

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

This div background color is #fca23b


#fca23b Border Color

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

This div border color is #fca23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca23b


Comments

No comments written yet.

Please login to write comment.