Color Hex Logo

#fcb107 Color Hex

#FCB107
(252,177,7)
0 Favorites   0 Comments

Color spaces of #fcb107

RGB 2521777
HSL0.120.980.51
HSV42°97°99°
CMYK 0.000.300.97   0.01
XYZ55.905452.15517.3214
Yxy52.15510.48450.4520
Hunter Lab72.218511.797144.5422
CIE-Lab77.373516.458479.6605

#fcb107 color RGB value is (252,177,7).

#fcb107 hex color red value is 252, green value is 177 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fcb107 hue: 0.12 , saturation: 0.98 and the lightness value of fcb107 is 0.51.

The process color (four color CMYK) of #fcb107 color hex is 0.00, 0.30, 0.97, 0.01. Web safe color of #fcb107 is #ff9900. Color #fcb107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00000111
Octal 374 261 7
Decimal 252 177 7
Hex FC B1 7

RGB Percentages of Color #fcb107

%57.80
%40.60
%1.61

CMYK Percentages of Color #fcb107

%0
%30
%97
%1

Triadic Colors of #fcb107

#fcb107 #07fcb1 #b107fc

Analogous Colors of #fcb107

#fcb107 #cdfc07 #fc3707

Monochromatic Colors of #fcb107

#fcb107

Complementary Color

#fcb107 #0752fc

#fcb107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb107 Color CSS Codes

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

#fcb107 Text Font Color

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

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


#fcb107 Background Color

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

This div background color is #fcb107


#fcb107 Border Color

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

This div border color is #fcb107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb107


Comments

No comments written yet.

Please login to write comment.