Color Hex Logo

#fbc11a Color Hex

#FBC11A
(251,193,26)
0 Favorites   0 Comments

Color spaces of #fbc11a

RGB 25119326
HSL0.120.970.54
HSV45°90°98°
CMYK 0.000.230.90   0.02
XYZ59.040158.72379.2003
Yxy58.72370.46500.4625
Hunter Lab76.63143.419146.5237
CIE-Lab81.13957.913779.7190

#fbc11a color RGB value is (251,193,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00011010
Octal 373 301 32
Decimal 251 193 26
Hex FB C1 1A

RGB Percentages of Color #fbc11a

%53.40
%41.06
%5.53

CMYK Percentages of Color #fbc11a

%0
%23
%90
%2

Triadic Colors of #fbc11a

#fbc11a #1afbc1 #c11afb

Analogous Colors of #fbc11a

#fbc11a #c5fb1a #fb511a

Monochromatic Colors of #fbc11a

#fbc11a

Complementary Color

#fbc11a #1a54fb

#fbc11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc11a Color CSS Codes

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

#fbc11a Text Font Color

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

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


#fbc11a Background Color

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

This div background color is #fbc11a


#fbc11a Border Color

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

This div border color is #fbc11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc11a

Related Colors


Comments

No comments written yet.

Please login to write comment.