Color Hex Logo

#f9b016 Color Hex

#F9B016
(249,176,22)
0 Favorites   0 Comments

Color spaces of #f9b016

RGB 24917622
HSL0.110.950.53
HSV41°91°98°
CMYK 0.000.290.91   0.02
XYZ54.737151.24837.7660
Yxy51.24830.48120.4505
Hunter Lab71.587911.204743.6796
CIE-Lab76.829215.865877.1081

#f9b016 color RGB value is (249,176,22).

#f9b016 hex color red value is 249, green value is 176 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f9b016 hue: 0.11 , saturation: 0.95 and the lightness value of f9b016 is 0.53.

The process color (four color CMYK) of #f9b016 color hex is 0.00, 0.29, 0.91, 0.02. Web safe color of #f9b016 is #ff9900. Color #f9b016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110000 00010110
Octal 371 260 26
Decimal 249 176 22
Hex F9 B0 16

RGB Percentages of Color #f9b016

%55.70
%39.37
%4.92

CMYK Percentages of Color #f9b016

%0
%29
%91
%2

Triadic Colors of #f9b016

#f9b016 #16f9b0 #b016f9

Analogous Colors of #f9b016

#f9b016 #d1f916 #f93f16

Monochromatic Colors of #f9b016

#f9b016

Complementary Color

#f9b016 #165ff9

#f9b016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b016 Color CSS Codes

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

#f9b016 Text Font Color

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

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


#f9b016 Background Color

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

This div background color is #f9b016


#f9b016 Border Color

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

This div border color is #f9b016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b016


Comments

No comments written yet.

Please login to write comment.