Color Hex Logo

#fbc60e Color Hex

#FBC60E
(251,198,14)
0 Favorites   0 Comments

Color spaces of #fbc60e

RGB 25119814
HSL0.130.970.52
HSV47°94°98°
CMYK 0.000.210.94   0.02
XYZ60.057060.92919.0106
Yxy60.92910.46200.4687
Hunter Lab78.05710.737747.7958
CIE-Lab82.34065.171882.3973

#fbc60e color RGB value is (251,198,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00001110
Octal 373 306 16
Decimal 251 198 14
Hex FB C6 E

RGB Percentages of Color #fbc60e

%54.21
%42.76
%3.02

CMYK Percentages of Color #fbc60e

%0
%21
%94
%2

Triadic Colors of #fbc60e

#fbc60e #0efbc6 #c60efb

Analogous Colors of #fbc60e

#fbc60e #bafb0e #fb500e

Monochromatic Colors of #fbc60e

#fbc60e

Complementary Color

#fbc60e #0e43fb

#fbc60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc60e Color CSS Codes

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

#fbc60e Text Font Color

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

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


#fbc60e Background Color

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

This div background color is #fbc60e


#fbc60e Border Color

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

This div border color is #fbc60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc60e


Comments

No comments written yet.

Please login to write comment.