Color Hex Logo

#f1b314 Color Hex

#F1B314
(241,179,20)
0 Favorites   0 Comments

Color spaces of #f1b314

RGB 24117920
HSL0.120.890.51
HSV43°92°95°
CMYK 0.000.260.92   0.05
XYZ52.522050.99157.7360
Yxy50.99150.47210.4584
Hunter Lab71.40836.325143.5627
CIE-Lab76.673910.846376.9472

#f1b314 color RGB value is (241,179,20).

#f1b314 hex color red value is 241, green value is 179 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f1b314 hue: 0.12 , saturation: 0.89 and the lightness value of f1b314 is 0.51.

The process color (four color CMYK) of #f1b314 color hex is 0.00, 0.26, 0.92, 0.05. Web safe color of #f1b314 is #ffcc00. Color #f1b314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110011 00010100
Octal 361 263 24
Decimal 241 179 20
Hex F1 B3 14

RGB Percentages of Color #f1b314

%54.77
%40.68
%4.55

CMYK Percentages of Color #f1b314

%0
%26
%92
%5

Triadic Colors of #f1b314

#f1b314 #14f1b3 #b314f1

Analogous Colors of #f1b314

#f1b314 #c1f114 #f14514

Monochromatic Colors of #f1b314

#f1b314

Complementary Color

#f1b314 #1452f1

#f1b314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b314 Color CSS Codes

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

#f1b314 Text Font Color

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

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


#f1b314 Background Color

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

This div background color is #f1b314


#f1b314 Border Color

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

This div border color is #f1b314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b314


Comments

No comments written yet.

Please login to write comment.