Color Hex Logo

#fcb350 Color Hex

#FCB350
(252,179,80)
0 Favorites   0 Comments

Color spaces of #fcb350

RGB 25217980
HSL0.100.970.65
HSV35°68°99°
CMYK 0.000.290.68   0.01
XYZ57.713053.514814.8770
Yxy53.51480.45770.4244
Hunter Lab73.153812.804339.1501
CIE-Lab78.178017.458159.3652

#fcb350 color RGB value is (252,179,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01010000
Octal 374 263 120
Decimal 252 179 80
Hex FC B3 50

RGB Percentages of Color #fcb350

%49.32
%35.03
%15.66

CMYK Percentages of Color #fcb350

%0
%29
%68
%1

Triadic Colors of #fcb350

#fcb350 #50fcb3 #b350fc

Analogous Colors of #fcb350

#fcb350 #effc50 #fc5d50

Monochromatic Colors of #fcb350

#fcb350

Complementary Color

#fcb350 #5099fc

#fcb350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb350 Color CSS Codes

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

#fcb350 Text Font Color

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

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


#fcb350 Background Color

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

This div background color is #fcb350


#fcb350 Border Color

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

This div border color is #fcb350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb350

Related Colors


Comments

No comments written yet.

Please login to write comment.