Color Hex Logo

#f0a11f Color Hex

#F0A11F
(240,161,31)
0 Favorites   0 Comments

Color spaces of #f0a11f

RGB 24016131
HSL0.100.870.53
HSV37°87°94°
CMYK 0.000.330.87   0.06
XYZ48.927444.11397.2324
Yxy44.11390.48790.4399
Hunter Lab66.418315.261040.0366
CIE-Lab72.304620.097171.2519

#f0a11f color RGB value is (240,161,31).

#f0a11f hex color red value is 240, green value is 161 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f0a11f hue: 0.10 , saturation: 0.87 and the lightness value of f0a11f is 0.53.

The process color (four color CMYK) of #f0a11f color hex is 0.00, 0.33, 0.87, 0.06. Web safe color of #f0a11f is #ff9933. Color #f0a11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10100001 00011111
Octal 360 241 37
Decimal 240 161 31
Hex F0 A1 1F

RGB Percentages of Color #f0a11f

%55.56
%37.27
%7.18

CMYK Percentages of Color #f0a11f

%0
%33
%87
%6

Triadic Colors of #f0a11f

#f0a11f #1ff0a1 #a11ff0

Analogous Colors of #f0a11f

#f0a11f #d7f01f #f0391f

Monochromatic Colors of #f0a11f

#f0a11f

Complementary Color

#f0a11f #1f6ef0

#f0a11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a11f Color CSS Codes

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

#f0a11f Text Font Color

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

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


#f0a11f Background Color

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

This div background color is #f0a11f


#f0a11f Border Color

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

This div border color is #f0a11f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,161,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0a11f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0a11f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0a11f;
  box-shadow:         1px 1px 3px 2px #f0a11f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,161,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a11f


Comments

No comments written yet.

Please login to write comment.