Color Hex Logo

#fcb54f Color Hex

#FCB54F
(252,181,79)
0 Favorites   0 Comments

Color spaces of #fcb54f

RGB 25218179
HSL0.100.970.65
HSV35°69°99°
CMYK 0.000.280.69   0.01
XYZ58.080054.307714.8184
Yxy54.30770.45660.4269
Hunter Lab73.693811.716539.6636
CIE-Lab78.640816.358760.2987

#fcb54f color RGB value is (252,181,79).

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

The process color (four color CMYK) of #fcb54f color hex is 0.00, 0.28, 0.69, 0.01. Web safe color of #fcb54f is #ffcc66. Color #fcb54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 01001111
Octal 374 265 117
Decimal 252 181 79
Hex FC B5 4F

RGB Percentages of Color #fcb54f

%49.22
%35.35
%15.43

CMYK Percentages of Color #fcb54f

%0
%28
%69
%1

Triadic Colors of #fcb54f

#fcb54f #4ffcb5 #b54ffc

Analogous Colors of #fcb54f

#fcb54f #edfc4f #fc5f4f

Monochromatic Colors of #fcb54f

#fcb54f

Complementary Color

#fcb54f #4f96fc

#fcb54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb54f Color CSS Codes

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

#fcb54f Text Font Color

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

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


#fcb54f Background Color

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

This div background color is #fcb54f


#fcb54f Border Color

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

This div border color is #fcb54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb54f


Comments

No comments written yet.

Please login to write comment.