Color Hex Logo

#fcbf63 Color Hex

#FCBF63
(252,191,99)
0 Favorites   0 Comments

Color spaces of #fcbf63

RGB 25219199
HSL0.100.960.69
HSV36°61°99°
CMYK 0.000.240.61   0.01
XYZ61.027858.857919.9486
Yxy58.85790.43640.4209
Hunter Lab76.71897.733838.2865
CIE-Lab81.213412.329954.0174

#fcbf63 color RGB value is (252,191,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01100011
Octal 374 277 143
Decimal 252 191 99
Hex FC BF 63

RGB Percentages of Color #fcbf63

%46.49
%35.24
%18.27

CMYK Percentages of Color #fcbf63

%0
%24
%61
%1

Triadic Colors of #fcbf63

#fcbf63 #63fcbf #bf63fc

Analogous Colors of #fcbf63

#fcbf63 #edfc63 #fc7363

Monochromatic Colors of #fcbf63

#fcbf63

Complementary Color

#fcbf63 #63a0fc

#fcbf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf63 Color CSS Codes

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

#fcbf63 Text Font Color

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

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


#fcbf63 Background Color

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

This div background color is #fcbf63


#fcbf63 Border Color

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

This div border color is #fcbf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf63

Related Colors


Comments

No comments written yet.

Please login to write comment.