Color Hex Logo

#fcaf3e Color Hex

#FCAF3E
(252,175,62)
1 Favorites   0 Comments

Color spaces of #fcaf3e

RGB 25217562
HSL0.100.970.62
HSV36°75°99°
CMYK 0.000.310.75   0.01
XYZ56.344451.703211.5675
Yxy51.70320.47100.4322
Hunter Lab71.904914.038240.7953
CIE-Lab77.103018.717965.7992

#fcaf3e color RGB value is (252,175,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00111110
Octal 374 257 76
Decimal 252 175 62
Hex FC AF 3E

RGB Percentages of Color #fcaf3e

%51.53
%35.79
%12.68

CMYK Percentages of Color #fcaf3e

%0
%31
%75
%1

Triadic Colors of #fcaf3e

#fcaf3e #3efcaf #af3efc

Analogous Colors of #fcaf3e

#fcaf3e #eafc3e #fc503e

Monochromatic Colors of #fcaf3e

#fcaf3e

Complementary Color

#fcaf3e #3e8bfc

#fcaf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf3e Color CSS Codes

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

#fcaf3e Text Font Color

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

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


#fcaf3e Background Color

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

This div background color is #fcaf3e


#fcaf3e Border Color

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

This div border color is #fcaf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf3e


Comments

No comments written yet.

Please login to write comment.