Color Hex Logo

#fcbb50 Color Hex

#FCBB50
(252,187,80)
0 Favorites   0 Comments

Color spaces of #fcbb50

RGB 25218780
HSL0.100.970.65
HSV37°68°99°
CMYK 0.000.260.68   0.01
XYZ59.363256.815315.4271
Yxy56.81530.45110.4317
Hunter Lab75.37598.671940.6283
CIE-Lab80.075613.276261.3827

#fcbb50 color RGB value is (252,187,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 01010000
Octal 374 273 120
Decimal 252 187 80
Hex FC BB 50

RGB Percentages of Color #fcbb50

%48.55
%36.03
%15.41

CMYK Percentages of Color #fcbb50

%0
%26
%68
%1

Triadic Colors of #fcbb50

#fcbb50 #50fcbb #bb50fc

Analogous Colors of #fcbb50

#fcbb50 #e7fc50 #fc6550

Monochromatic Colors of #fcbb50

#fcbb50

Complementary Color

#fcbb50 #5091fc

#fcbb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb50 Color CSS Codes

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

#fcbb50 Text Font Color

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

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


#fcbb50 Background Color

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

This div background color is #fcbb50


#fcbb50 Border Color

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

This div border color is #fcbb50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,187,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 #fcbb50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb50

Related Colors


Comments

No comments written yet.

Please login to write comment.