Color Hex Logo

#fca05d Color Hex

#FCA05D
(252,160,93)
0 Favorites   0 Comments

Color spaces of #fca05d

RGB 25216093
HSL0.070.960.68
HSV25°63°99°
CMYK 0.000.370.63   0.01
XYZ54.691546.627416.4734
Yxy46.62740.46430.3958
Hunter Lab68.284323.470133.4954
CIE-Lab73.950828.157048.5169

#fca05d color RGB value is (252,160,93).

#fca05d hex color red value is 252, green value is 160 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fca05d hue: 0.07 , saturation: 0.96 and the lightness value of fca05d is 0.68.

The process color (four color CMYK) of #fca05d color hex is 0.00, 0.37, 0.63, 0.01. Web safe color of #fca05d is #ff9966. Color #fca05d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01011101
Octal 374 240 135
Decimal 252 160 93
Hex FC A0 5D

RGB Percentages of Color #fca05d

%49.90
%31.68
%18.42

CMYK Percentages of Color #fca05d

%0
%37
%63
%1

Triadic Colors of #fca05d

#fca05d #5dfca0 #a05dfc

Analogous Colors of #fca05d

#fca05d #fcf05d #fc5d6a

Monochromatic Colors of #fca05d

#fca05d

Complementary Color

#fca05d #5db9fc

#fca05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca05d Color CSS Codes

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

#fca05d Text Font Color

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

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


#fca05d Background Color

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

This div background color is #fca05d


#fca05d Border Color

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

This div border color is #fca05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca05d

Related Colors


Comments

No comments written yet.

Please login to write comment.