Color Hex Logo

#fbc555 Color Hex

#FBC555
(251,197,85)
0 Favorites   0 Comments

Color spaces of #fbc555

RGB 25119785
HSL0.110.950.66
HSV40°66°98°
CMYK 0.000.220.66   0.02
XYZ61.389661.097617.1518
Yxy61.09760.43960.4375
Hunter Lab78.16503.402641.7054
CIE-Lab82.43127.931761.6950

#fbc555 color RGB value is (251,197,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01010101
Octal 373 305 125
Decimal 251 197 85
Hex FB C5 55

RGB Percentages of Color #fbc555

%47.09
%36.96
%15.95

CMYK Percentages of Color #fbc555

%0
%22
%66
%2

Triadic Colors of #fbc555

#fbc555 #55fbc5 #c555fb

Analogous Colors of #fbc555

#fbc555 #defb55 #fb7255

Monochromatic Colors of #fbc555

#fbc555

Complementary Color

#fbc555 #558bfb

#fbc555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc555 Color CSS Codes

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

#fbc555 Text Font Color

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

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


#fbc555 Background Color

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

This div background color is #fbc555


#fbc555 Border Color

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

This div border color is #fbc555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,197,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc555


Comments

No comments written yet.

Please login to write comment.