color codes Logo

#f1a05f color codes

#F1A05F
(241,160,95)
0 Favorites   0 Comments

Color spaces of #f1a05f

RGB 24116095
HSL0.070.840.66
HSV27°61°95°
CMYK 0.000.340.61   0.05
XYZ50.912044.668616.7650
Yxy44.66860.45320.3976
Hunter Lab66.834619.013931.9117
CIE-Lab72.673123.854845.6889

#f1a05f color RGB value is (241,160,95).

#f1a05f hex color red value is 241, green value is 160 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f1a05f hue: 0.07 , saturation: 0.84 and the lightness value of f1a05f is 0.66.

The process color (four color CMYK) of #f1a05f color code is 0.00, 0.34, 0.61, 0.05. Web safe color of #f1a05f is #ff9966. Color #f1a05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100000 01011111
Octal 361 240 137
Decimal 241 160 95
Hex F1 A0 5F

RGB Percentages of Color #f1a05f

%48.59
%32.26
%19.15

CMYK Percentages of Color #f1a05f

%0
%34
%61
%5

Triadic Colors of #f1a05f

#f1a05f #5ff1a0 #a05ff1

Analogous Colors of #f1a05f

#f1a05f #f1e95f #f15f67

Monochromatic Colors of #f1a05f

#f1a05f

Complementary Color

#f1a05f #5fb0f1

#f1a05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a05f Color CSS Codes

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

#f1a05f Text Font Color

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

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


#f1a05f Background Color

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

This div background color is #f1a05f


#f1a05f Border Color

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

This div border color is #f1a05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a05f


Comments

No comments written yet.

Please login to write comment.