color codes Logo

#fcaf2c color codes

#FCAF2C
(252,175,44)
0 Favorites   0 Comments

Color spaces of #fcaf2c

RGB 25217544
HSL0.100.970.58
HSV38°83°99°
CMYK 0.000.310.83   0.01
XYZ55.929551.53729.3828
Yxy51.53720.47860.4411
Hunter Lab71.789413.433842.5035
CIE-Lab77.003318.114372.0111

#fcaf2c color RGB value is (252,175,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00101100
Octal 374 257 54
Decimal 252 175 44
Hex FC AF 2C

RGB Percentages of Color #fcaf2c

%53.50
%37.15
%9.34

CMYK Percentages of Color #fcaf2c

%0
%31
%83
%1

Triadic Colors of #fcaf2c

#fcaf2c #2cfcaf #af2cfc

Analogous Colors of #fcaf2c

#fcaf2c #e1fc2c #fc472c

Monochromatic Colors of #fcaf2c

#fcaf2c

Complementary Color

#fcaf2c #2c79fc

#fcaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf2c Color CSS Codes

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

#fcaf2c Text Font Color

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

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


#fcaf2c Background Color

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

This div background color is #fcaf2c


#fcaf2c Border Color

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

This div border color is #fcaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf2c


Comments

No comments written yet.

Please login to write comment.