Color Hex Logo

#fcbf48 Color Hex

#FCBF48
(252,191,72)
0 Favorites   0 Comments

Color spaces of #fcbf48

RGB 25219172
HSL0.110.970.64
HSV40°71°99°
CMYK 0.000.240.71   0.01
XYZ59.945458.424914.2486
Yxy58.42490.45200.4405
Hunter Lab76.43626.226142.4530
CIE-Lab80.974410.794665.6581

#fcbf48 color RGB value is (252,191,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01001000
Octal 374 277 110
Decimal 252 191 72
Hex FC BF 48

RGB Percentages of Color #fcbf48

%48.93
%37.09
%13.98

CMYK Percentages of Color #fcbf48

%0
%24
%71
%1

Triadic Colors of #fcbf48

#fcbf48 #48fcbf #bf48fc

Analogous Colors of #fcbf48

#fcbf48 #dffc48 #fc6548

Monochromatic Colors of #fcbf48

#fcbf48

Complementary Color

#fcbf48 #4885fc

#fcbf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf48 Color CSS Codes

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

#fcbf48 Text Font Color

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

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


#fcbf48 Background Color

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

This div background color is #fcbf48


#fcbf48 Border Color

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

This div border color is #fcbf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf48


Comments

No comments written yet.

Please login to write comment.