Color Hex Logo

#fbb35a Color Hex

#FBB35A
(251,179,90)
0 Favorites   0 Comments

Color spaces of #fbb35a

RGB 25117990
HSL0.090.950.67
HSV33°64°98°
CMYK 0.000.290.64   0.02
XYZ57.749253.487616.9533
Yxy53.48760.45050.4173
Hunter Lab73.135212.961037.4508
CIE-Lab78.162017.615454.7526

#fbb35a color RGB value is (251,179,90).

#fbb35a hex color red value is 251, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fbb35a hue: 0.09 , saturation: 0.95 and the lightness value of fbb35a is 0.67.

The process color (four color CMYK) of #fbb35a color hex is 0.00, 0.29, 0.64, 0.02. Web safe color of #fbb35a is #ffcc66. Color #fbb35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 01011010
Octal 373 263 132
Decimal 251 179 90
Hex FB B3 5A

RGB Percentages of Color #fbb35a

%48.27
%34.42
%17.31

CMYK Percentages of Color #fbb35a

%0
%29
%64
%2

Triadic Colors of #fbb35a

#fbb35a #5afbb3 #b35afb

Analogous Colors of #fbb35a

#fbb35a #f3fb5a #fb635a

Monochromatic Colors of #fbb35a

#fbb35a

Complementary Color

#fbb35a #5aa2fb

#fbb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb35a Color CSS Codes

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

#fbb35a Text Font Color

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

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


#fbb35a Background Color

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

This div background color is #fbb35a


#fbb35a Border Color

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

This div border color is #fbb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb35a

#fbb35a Color Palettes


Comments

No comments written yet.

Please login to write comment.