Color Hex Logo

#fbc510 Color Hex

#FBC510
(251,197,16)
0 Favorites   0 Comments

Color spaces of #fbc510

RGB 25119716
HSL0.130.970.52
HSV46°94°98°
CMYK 0.000.220.94   0.02
XYZ59.843460.47919.0098
Yxy60.47910.46270.4676
Hunter Lab77.76831.262847.5688
CIE-Lab82.09795.708781.9815

#fbc510 color RGB value is (251,197,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 00010000
Octal 373 305 20
Decimal 251 197 16
Hex FB C5 10

RGB Percentages of Color #fbc510

%54.09
%42.46
%3.45

CMYK Percentages of Color #fbc510

%0
%22
%94
%2

Triadic Colors of #fbc510

#fbc510 #10fbc5 #c510fb

Analogous Colors of #fbc510

#fbc510 #bcfb10 #fb5010

Monochromatic Colors of #fbc510

#fbc510

Complementary Color

#fbc510 #1046fb

#fbc510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc510 Color CSS Codes

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

#fbc510 Text Font Color

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

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


#fbc510 Background Color

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

This div background color is #fbc510


#fbc510 Border Color

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

This div border color is #fbc510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc510


Comments

No comments written yet.

Please login to write comment.