Color Hex Logo

#fcaf14 Color Hex

#FCAF14
(252,175,20)
1 Favorites   0 Comments

Color spaces of #fcaf14

RGB 25217520
HSL0.110.970.53
HSV40°92°99°
CMYK 0.000.310.92   0.01
XYZ55.601151.40597.6537
Yxy51.40590.48490.4483
Hunter Lab71.697912.953843.8594
CIE-Lab76.924217.633477.6737

#fcaf14 color RGB value is (252,175,20).

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

The process color (four color CMYK) of #fcaf14 color hex is 0.00, 0.31, 0.92, 0.01. Web safe color of #fcaf14 is #ff9900. Color #fcaf14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00010100
Octal 374 257 24
Decimal 252 175 20
Hex FC AF 14

RGB Percentages of Color #fcaf14

%56.38
%39.15
%4.47

CMYK Percentages of Color #fcaf14

%0
%31
%92
%1

Triadic Colors of #fcaf14

#fcaf14 #14fcaf #af14fc

Analogous Colors of #fcaf14

#fcaf14 #d5fc14 #fc3b14

Monochromatic Colors of #fcaf14

#fcaf14

Complementary Color

#fcaf14 #1461fc

#fcaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf14 Color CSS Codes

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

#fcaf14 Text Font Color

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

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


#fcaf14 Background Color

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

This div background color is #fcaf14


#fcaf14 Border Color

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

This div border color is #fcaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf14

Related Colors


Comments

No comments written yet.

Please login to write comment.