Color Hex Logo

#fbc208 Color Hex

#FBC208
(251,194,8)
0 Favorites   0 Comments

Color spaces of #fbc208

RGB 2511948
HSL0.130.970.51
HSV46°97°98°
CMYK 0.000.230.97   0.02
XYZ59.119359.11038.5232
Yxy59.11030.46640.4663
Hunter Lab76.88322.711847.2454
CIE-Lab81.35227.187682.2938

#fbc208 color RGB value is (251,194,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00001000
Octal 373 302 10
Decimal 251 194 8
Hex FB C2 8

RGB Percentages of Color #fbc208

%55.41
%42.83
%1.77

CMYK Percentages of Color #fbc208

%0
%23
%97
%2

Triadic Colors of #fbc208

#fbc208 #08fbc2 #c208fb

Analogous Colors of #fbc208

#fbc208 #bbfb08 #fb4808

Monochromatic Colors of #fbc208

#fbc208

Complementary Color

#fbc208 #0841fb

#fbc208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc208 Color CSS Codes

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

#fbc208 Text Font Color

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

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


#fbc208 Background Color

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

This div background color is #fbc208


#fbc208 Border Color

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

This div border color is #fbc208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc208

Related Colors


Comments

No comments written yet.

Please login to write comment.