Color Hex Logo

#fbc740 Color Hex

#FBC740
(251,199,64)
0 Favorites   0 Comments

Color spaces of #fbc740

RGB 25119964
HSL0.120.960.62
HSV43°75°98°
CMYK 0.000.210.75   0.02
XYZ61.132561.726213.5428
Yxy61.72620.44820.4525
Hunter Lab78.56601.400944.7761
CIE-Lab82.76765.877470.4547

#fbc740 color RGB value is (251,199,64).

#fbc740 hex color red value is 251, green value is 199 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fbc740 hue: 0.12 , saturation: 0.96 and the lightness value of fbc740 is 0.62.

The process color (four color CMYK) of #fbc740 color hex is 0.00, 0.21, 0.75, 0.02. Web safe color of #fbc740 is #ffcc33. Color #fbc740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01000000
Octal 373 307 100
Decimal 251 199 64
Hex FB C7 40

RGB Percentages of Color #fbc740

%48.83
%38.72
%12.45

CMYK Percentages of Color #fbc740

%0
%21
%75
%2

Triadic Colors of #fbc740

#fbc740 #40fbc7 #c740fb

Analogous Colors of #fbc740

#fbc740 #d2fb40 #fb6a40

Monochromatic Colors of #fbc740

#fbc740

Complementary Color

#fbc740 #4074fb

#fbc740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc740 Color CSS Codes

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

#fbc740 Text Font Color

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

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


#fbc740 Background Color

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

This div background color is #fbc740


#fbc740 Border Color

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

This div border color is #fbc740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc740


Comments

No comments written yet.

Please login to write comment.