Color Hex Logo

#fbc550 Color Hex

#FBC550
(251,197,80)
0 Favorites   0 Comments

Color spaces of #fbc550

RGB 25119780
HSL0.110.960.65
HSV41°68°98°
CMYK 0.000.220.68   0.02
XYZ61.197961.020916.1422
Yxy61.02090.44230.4410
Hunter Lab78.11593.138542.4292
CIE-Lab82.39007.658963.7863

#fbc550 color RGB value is (251,197,80).

#fbc550 hex color red value is 251, green value is 197 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fbc550 hue: 0.11 , saturation: 0.96 and the lightness value of fbc550 is 0.65.

The process color (four color CMYK) of #fbc550 color hex is 0.00, 0.22, 0.68, 0.02. Web safe color of #fbc550 is #ffcc66. Color #fbc550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01010000
Octal 373 305 120
Decimal 251 197 80
Hex FB C5 50

RGB Percentages of Color #fbc550

%47.54
%37.31
%15.15

CMYK Percentages of Color #fbc550

%0
%22
%68
%2

Triadic Colors of #fbc550

#fbc550 #50fbc5 #c550fb

Analogous Colors of #fbc550

#fbc550 #dcfb50 #fb7050

Monochromatic Colors of #fbc550

#fbc550

Complementary Color

#fbc550 #5086fb

#fbc550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc550 Color CSS Codes

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

#fbc550 Text Font Color

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

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


#fbc550 Background Color

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

This div background color is #fbc550


#fbc550 Border Color

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

This div border color is #fbc550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc550


Comments

No comments written yet.

Please login to write comment.