Color Hex Logo

#fcca5a Color Hex

#FCCA5A
(252,202,90)
0 Favorites   0 Comments

Color spaces of #fcca5a

RGB 25220290
HSL0.120.960.67
HSV41°64°99°
CMYK 0.000.200.64   0.01
XYZ63.110963.674718.6370
Yxy63.67470.43400.4379
Hunter Lab79.79641.531742.0099
CIE-Lab83.79616.050761.0165

#fcca5a color RGB value is (252,202,90).

#fcca5a hex color red value is 252, green value is 202 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fcca5a hue: 0.12 , saturation: 0.96 and the lightness value of fcca5a is 0.67.

The process color (four color CMYK) of #fcca5a color hex is 0.00, 0.20, 0.64, 0.01. Web safe color of #fcca5a is #ffcc66. Color #fcca5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01011010
Octal 374 312 132
Decimal 252 202 90
Hex FC CA 5A

RGB Percentages of Color #fcca5a

%46.32
%37.13
%16.54

CMYK Percentages of Color #fcca5a

%0
%20
%64
%1

Triadic Colors of #fcca5a

#fcca5a #5afcca #ca5afc

Analogous Colors of #fcca5a

#fcca5a #ddfc5a #fc795a

Monochromatic Colors of #fcca5a

#fcca5a

Complementary Color

#fcca5a #5a8cfc

#fcca5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca5a Color CSS Codes

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

#fcca5a Text Font Color

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

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


#fcca5a Background Color

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

This div background color is #fcca5a


#fcca5a Border Color

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

This div border color is #fcca5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca5a

Related Colors


Comments

No comments written yet.

Please login to write comment.