Color Hex Logo

#fbc43a Color Hex

#FBC43A
(251,196,58)
0 Favorites   0 Comments

Color spaces of #fbc43a

RGB 25119658
HSL0.120.960.61
HSV43°77°98°
CMYK 0.000.220.77   0.02
XYZ60.287360.294612.4635
Yxy60.29460.45310.4532
Hunter Lab77.64962.701044.8381
CIE-Lab81.99817.196171.8538

#fbc43a color RGB value is (251,196,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 00111010
Octal 373 304 72
Decimal 251 196 58
Hex FB C4 3A

RGB Percentages of Color #fbc43a

%49.70
%38.81
%11.49

CMYK Percentages of Color #fbc43a

%0
%22
%77
%2

Triadic Colors of #fbc43a

#fbc43a #3afbc4 #c43afb

Analogous Colors of #fbc43a

#fbc43a #d2fb3a #fb643a

Monochromatic Colors of #fbc43a

#fbc43a

Complementary Color

#fbc43a #3a71fb

#fbc43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc43a Color CSS Codes

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

#fbc43a Text Font Color

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

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


#fbc43a Background Color

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

This div background color is #fbc43a


#fbc43a Border Color

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

This div border color is #fbc43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc43a


Comments

No comments written yet.

Please login to write comment.