Color Hex Logo

#fbc122 Color Hex

#FBC122
(251,193,34)
0 Favorites   0 Comments

Color spaces of #fbc122

RGB 25119334
HSL0.120.960.56
HSV44°86°98°
CMYK 0.000.230.86   0.02
XYZ59.142458.76479.7389
Yxy58.76470.46330.4604
Hunter Lab76.65813.562546.1283
CIE-Lab81.16218.062578.0778

#fbc122 color RGB value is (251,193,34).

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

The process color (four color CMYK) of #fbc122 color hex is 0.00, 0.23, 0.86, 0.02. Web safe color of #fbc122 is #ffcc33. Color #fbc122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00100010
Octal 373 301 42
Decimal 251 193 34
Hex FB C1 22

RGB Percentages of Color #fbc122

%52.51
%40.38
%7.11

CMYK Percentages of Color #fbc122

%0
%23
%86
%2

Triadic Colors of #fbc122

#fbc122 #22fbc1 #c122fb

Analogous Colors of #fbc122

#fbc122 #c9fb22 #fb5522

Monochromatic Colors of #fbc122

#fbc122

Complementary Color

#fbc122 #225cfb

#fbc122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc122 Color CSS Codes

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

#fbc122 Text Font Color

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

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


#fbc122 Background Color

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

This div background color is #fbc122


#fbc122 Border Color

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

This div border color is #fbc122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc122


Comments

No comments written yet.

Please login to write comment.