Color Hex Logo

#fbb71e Color Hex

#FBB71E
(251,183,30)
0 Favorites   0 Comments

Color spaces of #fbb71e

RGB 25118330
HSL0.120.970.55
HSV42°88°98°
CMYK 0.000.270.88   0.02
XYZ56.951554.46998.7404
Yxy54.46990.47400.4533
Hunter Lab73.80378.585144.6410
CIE-Lab78.734913.186977.0607

#fbb71e color RGB value is (251,183,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 00011110
Octal 373 267 36
Decimal 251 183 30
Hex FB B7 1E

RGB Percentages of Color #fbb71e

%54.09
%39.44
%6.47

CMYK Percentages of Color #fbb71e

%0
%27
%88
%2

Triadic Colors of #fbb71e

#fbb71e #1efbb7 #b71efb

Analogous Colors of #fbb71e

#fbb71e #d1fb1e #fb481e

Monochromatic Colors of #fbb71e

#fbb71e

Complementary Color

#fbb71e #1e62fb

#fbb71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb71e Color CSS Codes

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

#fbb71e Text Font Color

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

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


#fbb71e Background Color

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

This div background color is #fbb71e


#fbb71e Border Color

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

This div border color is #fbb71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb71e

Related Colors


Comments

No comments written yet.

Please login to write comment.