Color Hex Logo

#fbc641 Color Hex

#FBC641
(251,198,65)
0 Favorites   0 Comments

Color spaces of #fbc641

RGB 25119865
HSL0.120.960.62
HSV43°74°98°
CMYK 0.000.210.74   0.02
XYZ60.931961.279113.6176
Yxy61.27910.44860.4512
Hunter Lab78.28101.948144.4827
CIE-Lab82.52866.435269.8591

#fbc641 color RGB value is (251,198,65).

#fbc641 hex color red value is 251, green value is 198 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fbc641 hue: 0.12 , saturation: 0.96 and the lightness value of fbc641 is 0.62.

The process color (four color CMYK) of #fbc641 color hex is 0.00, 0.21, 0.74, 0.02. Web safe color of #fbc641 is #ffcc33. Color #fbc641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01000001
Octal 373 306 101
Decimal 251 198 65
Hex FB C6 41

RGB Percentages of Color #fbc641

%48.83
%38.52
%12.65

CMYK Percentages of Color #fbc641

%0
%21
%74
%2

Triadic Colors of #fbc641

#fbc641 #41fbc6 #c641fb

Analogous Colors of #fbc641

#fbc641 #d3fb41 #fb6941

Monochromatic Colors of #fbc641

#fbc641

Complementary Color

#fbc641 #4176fb

#fbc641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc641 Color CSS Codes

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

#fbc641 Text Font Color

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

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


#fbc641 Background Color

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

This div background color is #fbc641


#fbc641 Border Color

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

This div border color is #fbc641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc641


Comments

No comments written yet.

Please login to write comment.