Color Hex Logo

#f1b82d Color Hex

#F1B82D
(241,184,45)
0 Favorites   1 Comments

Color spaces of #f1b82d

RGB 24118445
HSL0.120.880.56
HSV43°81°95°
CMYK 0.000.240.81   0.05
XYZ53.889853.17129.9054
Yxy53.17120.46070.4546
Hunter Lab72.91864.311242.9889
CIE-Lab77.97608.765172.0776

#f1b82d color RGB value is (241,184,45).

#f1b82d hex color red value is 241, green value is 184 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f1b82d hue: 0.12 , saturation: 0.88 and the lightness value of f1b82d is 0.56.

The process color (four color CMYK) of #f1b82d color hex is 0.00, 0.24, 0.81, 0.05. Web safe color of #f1b82d is #ffcc33. Color #f1b82d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111000 00101101
Octal 361 270 55
Decimal 241 184 45
Hex F1 B8 2D

RGB Percentages of Color #f1b82d

%51.28
%39.15
%9.57

CMYK Percentages of Color #f1b82d

%0
%24
%81
%5

Triadic Colors of #f1b82d

#f1b82d #2df1b8 #b82df1

Analogous Colors of #f1b82d

#f1b82d #c8f12d #f1562d

Monochromatic Colors of #f1b82d

#f1b82d

Complementary Color

#f1b82d #2d66f1

#f1b82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b82d Color CSS Codes

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

#f1b82d Text Font Color

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

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


#f1b82d Background Color

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

This div background color is #f1b82d


#f1b82d Border Color

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

This div border color is #f1b82d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,184,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1b82d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1b82d;
  -webkit-box-shadow: 1px 1px 3px 2px #f1b82d;
  box-shadow:         1px 1px 3px 2px #f1b82d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,184,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b82d

#f1b82d Color Palettes


Comments

12 May 2013, 19:50 (guest)

This appears in Wikipedia as MU gold: "MU Gold is used by the University of Missouri as the official school color along with black. Mizzou Identity Standards designated the color for web development as well as logos and images that developers are asked to follow in the University's Guidelines for using official Mizzou logos"

Please login to write comment.