Color Hex Logo

#fcb353 Color Hex

#FCB353
(252,179,83)
0 Favorites   0 Comments

Color spaces of #fcb353

RGB 25217983
HSL0.090.970.66
HSV34°67°99°
CMYK 0.000.290.67   0.01
XYZ57.826353.560215.4740
Yxy53.56020.45580.4222
Hunter Lab73.184812.966638.6933
CIE-Lab78.204617.620358.0513

#fcb353 color RGB value is (252,179,83).

#fcb353 hex color red value is 252, green value is 179 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fcb353 hue: 0.09 , saturation: 0.97 and the lightness value of fcb353 is 0.66.

The process color (four color CMYK) of #fcb353 color hex is 0.00, 0.29, 0.67, 0.01. Web safe color of #fcb353 is #ffcc66. Color #fcb353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01010011
Octal 374 263 123
Decimal 252 179 83
Hex FC B3 53

RGB Percentages of Color #fcb353

%49.03
%34.82
%16.15

CMYK Percentages of Color #fcb353

%0
%29
%67
%1

Triadic Colors of #fcb353

#fcb353 #53fcb3 #b353fc

Analogous Colors of #fcb353

#fcb353 #f1fc53 #fc5e53

Monochromatic Colors of #fcb353

#fcb353

Complementary Color

#fcb353 #539cfc

#fcb353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb353 Color CSS Codes

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

#fcb353 Text Font Color

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

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


#fcb353 Background Color

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

This div background color is #fcb353


#fcb353 Border Color

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

This div border color is #fcb353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb353


Comments

No comments written yet.

Please login to write comment.