Color Hex Logo

#fbc411 Color Hex

#FBC411
(251,196,17)
0 Favorites   0 Comments

Color spaces of #fbc411

RGB 25119617
HSL0.130.970.53
HSV46°93°98°
CMYK 0.000.220.93   0.02
XYZ59.624860.02968.9746
Yxy60.02960.46350.4667
Hunter Lab77.47881.779247.3674
CIE-Lab81.85436.236481.6750

#fbc411 color RGB value is (251,196,17).

#fbc411 hex color red value is 251, green value is 196 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fbc411 hue: 0.13 , saturation: 0.97 and the lightness value of fbc411 is 0.53.

The process color (four color CMYK) of #fbc411 color hex is 0.00, 0.22, 0.93, 0.02. Web safe color of #fbc411 is #ffcc00. Color #fbc411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 00010001
Octal 373 304 21
Decimal 251 196 17
Hex FB C4 11

RGB Percentages of Color #fbc411

%54.09
%42.24
%3.66

CMYK Percentages of Color #fbc411

%0
%22
%93
%2

Triadic Colors of #fbc411

#fbc411 #11fbc4 #c411fb

Analogous Colors of #fbc411

#fbc411 #bdfb11 #fb4f11

Monochromatic Colors of #fbc411

#fbc411

Complementary Color

#fbc411 #1148fb

#fbc411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc411 Color CSS Codes

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

#fbc411 Text Font Color

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

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


#fbc411 Background Color

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

This div background color is #fbc411


#fbc411 Border Color

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

This div border color is #fbc411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc411

Related Colors


Comments

No comments written yet.

Please login to write comment.