Color Hex Logo

#fbc114 Color Hex

#FBC114
(251,193,20)
0 Favorites   0 Comments

Color spaces of #fbc114

RGB 25119320
HSL0.120.970.53
HSV45°92°98°
CMYK 0.000.230.92   0.02
XYZ58.979958.69978.8834
Yxy58.69970.46600.4638
Hunter Lab76.61573.334446.7565
CIE-Lab81.12627.825780.7157

#fbc114 color RGB value is (251,193,20).

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

The process color (four color CMYK) of #fbc114 color hex is 0.00, 0.23, 0.92, 0.02. Web safe color of #fbc114 is #ffcc00. Color #fbc114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00010100
Octal 373 301 24
Decimal 251 193 20
Hex FB C1 14

RGB Percentages of Color #fbc114

%54.09
%41.59
%4.31

CMYK Percentages of Color #fbc114

%0
%23
%92
%2

Triadic Colors of #fbc114

#fbc114 #14fbc1 #c114fb

Analogous Colors of #fbc114

#fbc114 #c2fb14 #fb4e14

Monochromatic Colors of #fbc114

#fbc114

Complementary Color

#fbc114 #144efb

#fbc114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc114 Color CSS Codes

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

#fbc114 Text Font Color

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

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


#fbc114 Background Color

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

This div background color is #fbc114


#fbc114 Border Color

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

This div border color is #fbc114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc114

Related Colors

#fbc114 Color Palettes


Comments

No comments written yet.

Please login to write comment.