Color Hex Logo

#fbc605 Color Hex

#FBC605
(251,198,5)
0 Favorites   0 Comments

Color spaces of #fbc605

RGB 2511985
HSL0.130.970.50
HSV47°98°98°
CMYK 0.000.210.98   0.02
XYZ60.005160.90848.7375
Yxy60.90840.46280.4698
Hunter Lab78.04380.665547.9928
CIE-Lab82.32955.096283.2677

#fbc605 color RGB value is (251,198,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00000101
Octal 373 306 5
Decimal 251 198 5
Hex FB C6 5

RGB Percentages of Color #fbc605

%55.29
%43.61
%1.10

CMYK Percentages of Color #fbc605

%0
%21
%98
%2

Triadic Colors of #fbc605

#fbc605 #05fbc6 #c605fb

Analogous Colors of #fbc605

#fbc605 #b5fb05 #fb4b05

Monochromatic Colors of #fbc605

#fbc605

Complementary Color

#fbc605 #053afb

#fbc605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc605 Color CSS Codes

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

#fbc605 Text Font Color

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

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


#fbc605 Background Color

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

This div background color is #fbc605


#fbc605 Border Color

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

This div border color is #fbc605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc605


Comments

No comments written yet.

Please login to write comment.