Color Hex Logo

#fbb23a Color Hex

#FBB23A
(251,178,58)
0 Favorites   0 Comments

Color spaces of #fbb23a

RGB 25117858
HSL0.100.960.61
HSV37°77°98°
CMYK 0.000.290.77   0.02
XYZ56.467852.655511.1903
Yxy52.65550.46930.4377
Hunter Lab72.564111.917641.6516
CIE-Lab77.671216.575467.8198

#fbb23a color RGB value is (251,178,58).

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

The process color (four color CMYK) of #fbb23a color hex is 0.00, 0.29, 0.77, 0.02. Web safe color of #fbb23a is #ff9933. Color #fbb23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 00111010
Octal 373 262 72
Decimal 251 178 58
Hex FB B2 3A

RGB Percentages of Color #fbb23a

%51.54
%36.55
%11.91

CMYK Percentages of Color #fbb23a

%0
%29
%77
%2

Triadic Colors of #fbb23a

#fbb23a #3afbb2 #b23afb

Analogous Colors of #fbb23a

#fbb23a #e4fb3a #fb513a

Monochromatic Colors of #fbb23a

#fbb23a

Complementary Color

#fbb23a #3a83fb

#fbb23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb23a Color CSS Codes

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

#fbb23a Text Font Color

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

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


#fbb23a Background Color

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

This div background color is #fbb23a


#fbb23a Border Color

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

This div border color is #fbb23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb23a

Related Colors


Comments

No comments written yet.

Please login to write comment.