Color Hex Logo

#fbc53d Color Hex

#FBC53D
(251,197,61)
0 Favorites   0 Comments

Color spaces of #fbc53d

RGB 25119761
HSL0.120.960.61
HSV43°76°98°
CMYK 0.000.220.76   0.02
XYZ60.592260.778712.9528
Yxy60.77870.45110.4525
Hunter Lab77.96072.301644.7217
CIE-Lab82.25966.791671.0503

#fbc53d color RGB value is (251,197,61).

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

The process color (four color CMYK) of #fbc53d color hex is 0.00, 0.22, 0.76, 0.02. Web safe color of #fbc53d is #ffcc33. Color #fbc53d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 00111101
Octal 373 305 75
Decimal 251 197 61
Hex FB C5 3D

RGB Percentages of Color #fbc53d

%49.31
%38.70
%11.98

CMYK Percentages of Color #fbc53d

%0
%22
%76
%2

Triadic Colors of #fbc53d

#fbc53d #3dfbc5 #c53dfb

Analogous Colors of #fbc53d

#fbc53d #d2fb3d #fb663d

Monochromatic Colors of #fbc53d

#fbc53d

Complementary Color

#fbc53d #3d73fb

#fbc53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc53d Color CSS Codes

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

#fbc53d Text Font Color

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

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


#fbc53d Background Color

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

This div background color is #fbc53d


#fbc53d Border Color

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

This div border color is #fbc53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc53d

Related Colors


Comments

No comments written yet.

Please login to write comment.