Color Hex Logo

#fcae2b Color Hex

#FCAE2B
(252,174,43)
0 Favorites   0 Comments

Color spaces of #fcae2b

RGB 25217443
HSL0.100.970.58
HSV38°83°99°
CMYK 0.000.310.83   0.01
XYZ55.717051.14209.2203
Yxy51.14200.48000.4406
Hunter Lab71.513613.922342.4152
CIE-Lab76.764918.610372.1132

#fcae2b color RGB value is (252,174,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 00101011
Octal 374 256 53
Decimal 252 174 43
Hex FC AE 2B

RGB Percentages of Color #fcae2b

%53.73
%37.10
%9.17

CMYK Percentages of Color #fcae2b

%0
%31
%83
%1

Triadic Colors of #fcae2b

#fcae2b #2bfcae #ae2bfc

Analogous Colors of #fcae2b

#fcae2b #e2fc2b #fc462b

Monochromatic Colors of #fcae2b

#fcae2b

Complementary Color

#fcae2b #2b79fc

#fcae2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae2b Color CSS Codes

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

#fcae2b Text Font Color

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

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


#fcae2b Background Color

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

This div background color is #fcae2b


#fcae2b Border Color

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

This div border color is #fcae2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae2b

Related Colors


Comments

No comments written yet.

Please login to write comment.