Color Hex Logo

#fbb25a Color Hex

#FBB25A
(251,178,90)
0 Favorites   0 Comments

Color spaces of #fbb25a

RGB 25117890
HSL0.090.950.67
HSV33°64°98°
CMYK 0.000.290.64   0.02
XYZ57.549553.088216.8867
Yxy53.08820.45130.4163
Hunter Lab72.861613.479737.2619
CIE-Lab77.927018.139554.4886

#fbb25a color RGB value is (251,178,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 01011010
Octal 373 262 132
Decimal 251 178 90
Hex FB B2 5A

RGB Percentages of Color #fbb25a

%48.36
%34.30
%17.34

CMYK Percentages of Color #fbb25a

%0
%29
%64
%2

Triadic Colors of #fbb25a

#fbb25a #5afbb2 #b25afb

Analogous Colors of #fbb25a

#fbb25a #f4fb5a #fb625a

Monochromatic Colors of #fbb25a

#fbb25a

Complementary Color

#fbb25a #5aa3fb

#fbb25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb25a Color CSS Codes

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

#fbb25a Text Font Color

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

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


#fbb25a Background Color

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

This div background color is #fbb25a


#fbb25a Border Color

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

This div border color is #fbb25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb25a


Comments

No comments written yet.

Please login to write comment.