Color Hex Logo

#fcb548 Color Hex

#FCB548
(252,181,72)
0 Favorites   0 Comments

Color spaces of #fcb548

RGB 25218172
HSL0.100.970.64
HSV36°71°99°
CMYK 0.000.280.71   0.01
XYZ57.838554.211113.5463
Yxy54.21110.46050.4316
Hunter Lab73.628211.371040.6314
CIE-Lab78.584716.011863.2342

#fcb548 color RGB value is (252,181,72).

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

The process color (four color CMYK) of #fcb548 color hex is 0.00, 0.28, 0.71, 0.01. Web safe color of #fcb548 is #ffcc33. Color #fcb548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 01001000
Octal 374 265 110
Decimal 252 181 72
Hex FC B5 48

RGB Percentages of Color #fcb548

%49.90
%35.84
%14.26

CMYK Percentages of Color #fcb548

%0
%28
%71
%1

Triadic Colors of #fcb548

#fcb548 #48fcb5 #b548fc

Analogous Colors of #fcb548

#fcb548 #e9fc48 #fc5b48

Monochromatic Colors of #fcb548

#fcb548

Complementary Color

#fcb548 #488ffc

#fcb548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb548 Color CSS Codes

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

#fcb548 Text Font Color

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

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


#fcb548 Background Color

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

This div background color is #fcb548


#fcb548 Border Color

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

This div border color is #fcb548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb548


Comments

No comments written yet.

Please login to write comment.