Color Hex Logo

#fcb45a Color Hex

#FCB45A
(252,180,90)
0 Favorites   0 Comments

Color spaces of #fcb45a

RGB 25218090
HSL0.090.960.67
HSV33°64°99°
CMYK 0.000.290.64   0.01
XYZ58.311654.076117.0372
Yxy54.07610.45050.4178
Hunter Lab73.536512.854937.7390
CIE-Lab78.506117.502655.1687

#fcb45a color RGB value is (252,180,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 01011010
Octal 374 264 132
Decimal 252 180 90
Hex FC B4 5A

RGB Percentages of Color #fcb45a

%48.28
%34.48
%17.24

CMYK Percentages of Color #fcb45a

%0
%29
%64
%1

Triadic Colors of #fcb45a

#fcb45a #5afcb4 #b45afc

Analogous Colors of #fcb45a

#fcb45a #f3fc5a #fc635a

Monochromatic Colors of #fcb45a

#fcb45a

Complementary Color

#fcb45a #5aa2fc

#fcb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb45a Color CSS Codes

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

#fcb45a Text Font Color

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

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


#fcb45a Background Color

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

This div background color is #fcb45a


#fcb45a Border Color

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

This div border color is #fcb45a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,180,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 #fcb45a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb45a


Comments

No comments written yet.

Please login to write comment.