Color Hex Logo

#fbc53a Color Hex

#FBC53A
(251,197,58)
0 Favorites   0 Comments

Color spaces of #fbc53a

RGB 25119758
HSL0.120.960.61
HSV43°77°98°
CMYK 0.000.220.77   0.02
XYZ60.513660.747212.5390
Yxy60.74720.45230.4540
Hunter Lab77.94052.192945.0198
CIE-Lab82.24276.678772.0798

#fbc53a color RGB value is (251,197,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 00111010
Octal 373 305 72
Decimal 251 197 58
Hex FB C5 3A

RGB Percentages of Color #fbc53a

%49.60
%38.93
%11.46

CMYK Percentages of Color #fbc53a

%0
%22
%77
%2

Triadic Colors of #fbc53a

#fbc53a #3afbc5 #c53afb

Analogous Colors of #fbc53a

#fbc53a #d1fb3a #fb653a

Monochromatic Colors of #fbc53a

#fbc53a

Complementary Color

#fbc53a #3a70fb

#fbc53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc53a Color CSS Codes

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

#fbc53a Text Font Color

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

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


#fbc53a Background Color

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

This div background color is #fbc53a


#fbc53a Border Color

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

This div border color is #fbc53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc53a

#fbc53a Color Palettes


Comments

No comments written yet.

Please login to write comment.