color codes Logo

#fcbf4d color codes

#FCBF4D
(252,191,77)
0 Favorites   0 Comments

Color spaces of #fcbf4d

RGB 25219177
HSL0.110.970.65
HSV39°69°99°
CMYK 0.000.240.69   0.01
XYZ60.115258.492915.1430
Yxy58.49290.44950.4373
Hunter Lab76.48076.463141.7972
CIE-Lab81.012111.036963.6413

#fcbf4d color RGB value is (252,191,77).

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

The process color (four color CMYK) of #fcbf4d color code is 0.00, 0.24, 0.69, 0.01. Web safe color of #fcbf4d is #ffcc66. Color #fcbf4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01001101
Octal 374 277 115
Decimal 252 191 77
Hex FC BF 4D

RGB Percentages of Color #fcbf4d

%48.46
%36.73
%14.81

CMYK Percentages of Color #fcbf4d

%0
%24
%69
%1

Triadic Colors of #fcbf4d

#fcbf4d #4dfcbf #bf4dfc

Analogous Colors of #fcbf4d

#fcbf4d #e2fc4d #fc684d

Monochromatic Colors of #fcbf4d

#fcbf4d

Complementary Color

#fcbf4d #4d8afc

#fcbf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf4d Color CSS Codes

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

#fcbf4d Text Font Color

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

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


#fcbf4d Background Color

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

This div background color is #fcbf4d


#fcbf4d Border Color

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

This div border color is #fcbf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf4d


Comments

No comments written yet.

Please login to write comment.