Color Hex Logo

#fcb635 Color Hex

#FCB635
(252,182,53)
0 Favorites   0 Comments

Color spaces of #fcb635

RGB 25218253
HSL0.110.970.60
HSV39°79°99°
CMYK 0.000.280.79   0.01
XYZ57.515454.408410.8386
Yxy54.40840.46850.4432
Hunter Lab73.762010.100442.9214
CIE-Lab78.699314.727370.5843

#fcb635 color RGB value is (252,182,53).

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

The process color (four color CMYK) of #fcb635 color hex is 0.00, 0.28, 0.79, 0.01. Web safe color of #fcb635 is #ffcc33. Color #fcb635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00110101
Octal 374 266 65
Decimal 252 182 53
Hex FC B6 35

RGB Percentages of Color #fcb635

%51.75
%37.37
%10.88

CMYK Percentages of Color #fcb635

%0
%28
%79
%1

Triadic Colors of #fcb635

#fcb635 #35fcb6 #b635fc

Analogous Colors of #fcb635

#fcb635 #dffc35 #fc5335

Monochromatic Colors of #fcb635

#fcb635

Complementary Color

#fcb635 #357bfc

#fcb635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb635 Color CSS Codes

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

#fcb635 Text Font Color

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

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


#fcb635 Background Color

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

This div background color is #fcb635


#fcb635 Border Color

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

This div border color is #fcb635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb635


Comments

No comments written yet.

Please login to write comment.