Color Hex Logo

#fbc455 Color Hex

#FBC455
(251,196,85)
0 Favorites   0 Comments

Color spaces of #fbc455

RGB 25119685
HSL0.110.950.66
HSV40°66°98°
CMYK 0.000.220.66   0.02
XYZ61.163360.645017.0763
Yxy60.64500.44040.4367
Hunter Lab77.87493.913641.5114
CIE-Lab82.18758.450261.4336

#fbc455 color RGB value is (251,196,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01010101
Octal 373 304 125
Decimal 251 196 85
Hex FB C4 55

RGB Percentages of Color #fbc455

%47.18
%36.84
%15.98

CMYK Percentages of Color #fbc455

%0
%22
%66
%2

Triadic Colors of #fbc455

#fbc455 #55fbc4 #c455fb

Analogous Colors of #fbc455

#fbc455 #dffb55 #fb7155

Monochromatic Colors of #fbc455

#fbc455

Complementary Color

#fbc455 #558cfb

#fbc455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc455 Color CSS Codes

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

#fbc455 Text Font Color

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

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


#fbc455 Background Color

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

This div background color is #fbc455


#fbc455 Border Color

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

This div border color is #fbc455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc455


Comments

No comments written yet.

Please login to write comment.