Color Hex Logo

#fcbf58 Color Hex

#FCBF58
(252,191,88)
0 Favorites   0 Comments

Color spaces of #fcbf58

RGB 25219188
HSL0.100.960.67
HSV38°65°99°
CMYK 0.000.240.65   0.01
XYZ60.537158.661617.3647
Yxy58.66160.44330.4296
Hunter Lab76.59097.051740.1714
CIE-Lab81.105211.637058.9638

#fcbf58 color RGB value is (252,191,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01011000
Octal 374 277 130
Decimal 252 191 88
Hex FC BF 58

RGB Percentages of Color #fcbf58

%47.46
%35.97
%16.57

CMYK Percentages of Color #fcbf58

%0
%24
%65
%1

Triadic Colors of #fcbf58

#fcbf58 #58fcbf #bf58fc

Analogous Colors of #fcbf58

#fcbf58 #e7fc58 #fc6d58

Monochromatic Colors of #fcbf58

#fcbf58

Complementary Color

#fcbf58 #5895fc

#fcbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf58 Color CSS Codes

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

#fcbf58 Text Font Color

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

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


#fcbf58 Background Color

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

This div background color is #fcbf58


#fcbf58 Border Color

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

This div border color is #fcbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf58

Related Colors


Comments

No comments written yet.

Please login to write comment.