Color Hex Logo

#fca958 Color Hex

#FCA958
(252,169,88)
0 Favorites   0 Comments

Color spaces of #fca958

RGB 25216988
HSL0.080.960.67
HSV30°65°99°
CMYK 0.000.330.65   0.01
XYZ56.094349.776015.8837
Yxy49.77600.46070.4088
Hunter Lab70.552118.454936.0383
CIE-Lab75.931623.144953.2191

#fca958 color RGB value is (252,169,88).

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

The process color (four color CMYK) of #fca958 color hex is 0.00, 0.33, 0.65, 0.01. Web safe color of #fca958 is #ff9966. Color #fca958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01011000
Octal 374 251 130
Decimal 252 169 88
Hex FC A9 58

RGB Percentages of Color #fca958

%49.51
%33.20
%17.29

CMYK Percentages of Color #fca958

%0
%33
%65
%1

Triadic Colors of #fca958

#fca958 #58fca9 #a958fc

Analogous Colors of #fca958

#fca958 #fcfb58 #fc5859

Monochromatic Colors of #fca958

#fca958

Complementary Color

#fca958 #58abfc

#fca958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca958 Color CSS Codes

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

#fca958 Text Font Color

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

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


#fca958 Background Color

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

This div background color is #fca958


#fca958 Border Color

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

This div border color is #fca958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca958


Comments

No comments written yet.

Please login to write comment.