Color Hex Logo

#f9b672 Color Hex

#F9B672
(249,182,114)
0 Favorites   0 Comments

Color spaces of #f9b672

RGB 249182114
HSL0.080.920.71
HSV30°54°98°
CMYK 0.000.270.54   0.02
XYZ58.832154.810523.3983
Yxy54.81050.42930.4000
Hunter Lab74.034112.287533.0854
CIE-Lab78.932016.927243.8810

#f9b672 color RGB value is (249,182,114).

#f9b672 hex color red value is 249, green value is 182 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f9b672 hue: 0.08 , saturation: 0.92 and the lightness value of f9b672 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110110 01110010
Octal 371 266 162
Decimal 249 182 114
Hex F9 B6 72

RGB Percentages of Color #f9b672

%45.69
%33.39
%20.92

CMYK Percentages of Color #f9b672

%0
%27
%54
%2

Triadic Colors of #f9b672

#f9b672 #72f9b6 #b672f9

Analogous Colors of #f9b672

#f9b672 #f9f972 #f97372

Monochromatic Colors of #f9b672

#f9b672

Complementary Color

#f9b672 #72b5f9

#f9b672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b672 Color CSS Codes

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

#f9b672 Text Font Color

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

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


#f9b672 Background Color

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

This div background color is #f9b672


#f9b672 Border Color

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

This div border color is #f9b672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b672

Related Colors


Comments

No comments written yet.

Please login to write comment.