Color Hex Logo

#fbb74f Color Hex

#FBB74F
(251,183,79)
0 Favorites   0 Comments

Color spaces of #fbb74f

RGB 25118379
HSL0.100.960.65
HSV36°69°98°
CMYK 0.000.270.69   0.02
XYZ58.128454.940714.9381
Yxy54.94070.45410.4292
Hunter Lab74.122010.270939.9364
CIE-Lab79.007114.897760.6539

#fbb74f color RGB value is (251,183,79).

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

The process color (four color CMYK) of #fbb74f color hex is 0.00, 0.27, 0.69, 0.02. Web safe color of #fbb74f is #ffcc66. Color #fbb74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 01001111
Octal 373 267 117
Decimal 251 183 79
Hex FB B7 4F

RGB Percentages of Color #fbb74f

%48.93
%35.67
%15.40

CMYK Percentages of Color #fbb74f

%0
%27
%69
%2

Triadic Colors of #fbb74f

#fbb74f #4ffbb7 #b74ffb

Analogous Colors of #fbb74f

#fbb74f #e9fb4f #fb614f

Monochromatic Colors of #fbb74f

#fbb74f

Complementary Color

#fbb74f #4f93fb

#fbb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb74f Color CSS Codes

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

#fbb74f Text Font Color

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

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


#fbb74f Background Color

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

This div background color is #fbb74f


#fbb74f Border Color

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

This div border color is #fbb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb74f


Comments

No comments written yet.

Please login to write comment.