Color Hex Logo

#fbc840 Color Hex

#FBC840
(251,200,64)
0 Favorites   0 Comments

Color spaces of #fbc840

RGB 25120064
HSL0.120.960.62
HSV44°75°98°
CMYK 0.000.200.75   0.02
XYZ61.363462.187913.6198
Yxy62.18790.44730.4534
Hunter Lab78.85930.893844.9615
CIE-Lab83.01325.361370.6894

#fbc840 color RGB value is (251,200,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 01000000
Octal 373 310 100
Decimal 251 200 64
Hex FB C8 40

RGB Percentages of Color #fbc840

%48.74
%38.83
%12.43

CMYK Percentages of Color #fbc840

%0
%20
%75
%2

Triadic Colors of #fbc840

#fbc840 #40fbc8 #c840fb

Analogous Colors of #fbc840

#fbc840 #d1fb40 #fb6b40

Monochromatic Colors of #fbc840

#fbc840

Complementary Color

#fbc840 #4073fb

#fbc840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc840 Color CSS Codes

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

#fbc840 Text Font Color

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

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


#fbc840 Background Color

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

This div background color is #fbc840


#fbc840 Border Color

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

This div border color is #fbc840


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,200,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 #fbc840">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc840


Comments

No comments written yet.

Please login to write comment.