Color Hex Logo

#fbb61a Color Hex

#FBB61A
(251,182,26)
0 Favorites   0 Comments

Color spaces of #fbb61a

RGB 25118226
HSL0.120.970.54
HSV42°90°98°
CMYK 0.000.270.90   0.02
XYZ56.698154.03978.4197
Yxy54.03970.47580.4535
Hunter Lab73.51179.028044.6674
CIE-Lab78.484913.638777.6979

#fbb61a color RGB value is (251,182,26).

#fbb61a hex color red value is 251, green value is 182 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fbb61a hue: 0.12 , saturation: 0.97 and the lightness value of fbb61a is 0.54.

The process color (four color CMYK) of #fbb61a color hex is 0.00, 0.27, 0.90, 0.02. Web safe color of #fbb61a is #ffcc33. Color #fbb61a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 00011010
Octal 373 266 32
Decimal 251 182 26
Hex FB B6 1A

RGB Percentages of Color #fbb61a

%54.68
%39.65
%5.66

CMYK Percentages of Color #fbb61a

%0
%27
%90
%2

Triadic Colors of #fbb61a

#fbb61a #1afbb6 #b61afb

Analogous Colors of #fbb61a

#fbb61a #d0fb1a #fb461a

Monochromatic Colors of #fbb61a

#fbb61a

Complementary Color

#fbb61a #1a5ffb

#fbb61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb61a Color CSS Codes

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

#fbb61a Text Font Color

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

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


#fbb61a Background Color

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

This div background color is #fbb61a


#fbb61a Border Color

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

This div border color is #fbb61a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb61a


Comments

No comments written yet.

Please login to write comment.