Color Hex Logo

#fbc316 Color Hex

#FBC316
(251,195,22)
0 Favorites   0 Comments

Color spaces of #fbc316

RGB 25119522
HSL0.130.970.54
HSV45°91°98°
CMYK 0.000.220.91   0.02
XYZ59.443659.59749.1295
Yxy59.59740.46380.4650
Hunter Lab77.19942.346447.0280
CIE-Lab81.61896.817180.7713

#fbc316 color RGB value is (251,195,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00010110
Octal 373 303 26
Decimal 251 195 22
Hex FB C3 16

RGB Percentages of Color #fbc316

%53.63
%41.67
%4.70

CMYK Percentages of Color #fbc316

%0
%22
%91
%2

Triadic Colors of #fbc316

#fbc316 #16fbc3 #c316fb

Analogous Colors of #fbc316

#fbc316 #c1fb16 #fb5116

Monochromatic Colors of #fbc316

#fbc316

Complementary Color

#fbc316 #164efb

#fbc316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc316 Color CSS Codes

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

#fbc316 Text Font Color

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

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


#fbc316 Background Color

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

This div background color is #fbc316


#fbc316 Border Color

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

This div border color is #fbc316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc316

#fbc316 Color Palettes


Comments

No comments written yet.

Please login to write comment.