Color Hex Logo

#fcbf79 Color Hex

#FCBF79
(252,191,121)
0 Favorites   0 Comments

Color spaces of #fcbf79

RGB 252191121
HSL0.090.960.73
HSV32°52°99°
CMYK 0.000.240.52   0.01
XYZ62.226959.337526.2627
Yxy59.33750.42090.4014
Hunter Lab77.03089.391633.7074
CIE-Lab81.476814.001743.5671

#fcbf79 color RGB value is (252,191,121).

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

The process color (four color CMYK) of #fcbf79 color hex is 0.00, 0.24, 0.52, 0.01. Web safe color of #fcbf79 is #ffcc66. Color #fcbf79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01111001
Octal 374 277 171
Decimal 252 191 121
Hex FC BF 79

RGB Percentages of Color #fcbf79

%44.68
%33.87
%21.45

CMYK Percentages of Color #fcbf79

%0
%24
%52
%1

Triadic Colors of #fcbf79

#fcbf79 #79fcbf #bf79fc

Analogous Colors of #fcbf79

#fcbf79 #f8fc79 #fc7e79

Monochromatic Colors of #fcbf79

#fcbf79

Complementary Color

#fcbf79 #79b6fc

#fcbf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf79 Color CSS Codes

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

#fcbf79 Text Font Color

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

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


#fcbf79 Background Color

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

This div background color is #fcbf79


#fcbf79 Border Color

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

This div border color is #fcbf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf79

Related Colors


Comments

No comments written yet.

Please login to write comment.