Color Hex Logo

#f1b517 Color Hex

#F1B517
(241,181,23)
1 Favorites   0 Comments

Color spaces of #f1b517

RGB 24118123
HSL0.120.890.52
HSV43°90°95°
CMYK 0.000.250.90   0.05
XYZ52.954251.81048.0200
Yxy51.81040.46950.4594
Hunter Lab71.97945.355843.7795
CIE-Lab77.16739.841776.7965

#f1b517 color RGB value is (241,181,23).

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

The process color (four color CMYK) of #f1b517 color hex is 0.00, 0.25, 0.90, 0.05. Web safe color of #f1b517 is #ffcc00. Color #f1b517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110101 00010111
Octal 361 265 27
Decimal 241 181 23
Hex F1 B5 17

RGB Percentages of Color #f1b517

%54.16
%40.67
%5.17

CMYK Percentages of Color #f1b517

%0
%25
%90
%5

Triadic Colors of #f1b517

#f1b517 #17f1b5 #b517f1

Analogous Colors of #f1b517

#f1b517 #c0f117 #f14817

Monochromatic Colors of #f1b517

#f1b517

Complementary Color

#f1b517 #1753f1

#f1b517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b517 Color CSS Codes

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

#f1b517 Text Font Color

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

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


#f1b517 Background Color

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

This div background color is #f1b517


#f1b517 Border Color

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

This div border color is #f1b517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b517


Comments

No comments written yet.

Please login to write comment.