Color Hex Logo

#fbb74b Color Hex

#FBB74B
(251,183,75)
0 Favorites   0 Comments

Color spaces of #fbb74b

RGB 25118375
HSL0.100.960.64
HSV37°70°98°
CMYK 0.000.270.70   0.02
XYZ57.987154.884214.1941
Yxy54.88420.45640.4319
Hunter Lab74.083910.069240.4990
CIE-Lab78.974514.693962.3395

#fbb74b color RGB value is (251,183,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 01001011
Octal 373 267 113
Decimal 251 183 75
Hex FB B7 4B

RGB Percentages of Color #fbb74b

%49.31
%35.95
%14.73

CMYK Percentages of Color #fbb74b

%0
%27
%70
%2

Triadic Colors of #fbb74b

#fbb74b #4bfbb7 #b74bfb

Analogous Colors of #fbb74b

#fbb74b #e7fb4b #fb5f4b

Monochromatic Colors of #fbb74b

#fbb74b

Complementary Color

#fbb74b #4b8ffb

#fbb74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb74b Color CSS Codes

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

#fbb74b Text Font Color

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

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


#fbb74b Background Color

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

This div background color is #fbb74b


#fbb74b Border Color

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

This div border color is #fbb74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb74b

Related Colors


Comments

No comments written yet.

Please login to write comment.