Color Hex Logo

#f1a003 Color Hex

#F1A003
(241,160,3)
0 Favorites   0 Comments

Color spaces of #f1a003

RGB 2411603
HSL0.110.980.48
HSV40°99°95°
CMYK 0.000.340.99   0.05
XYZ48.862943.84905.9745
Yxy43.84900.49510.4443
Hunter Lab66.218615.833241.0036
CIE-Lab72.127520.684375.9444

#f1a003 color RGB value is (241,160,3).

#f1a003 hex color red value is 241, green value is 160 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #f1a003 hue: 0.11 , saturation: 0.98 and the lightness value of f1a003 is 0.48.

The process color (four color CMYK) of #f1a003 color hex is 0.00, 0.34, 0.99, 0.05. Web safe color of #f1a003 is #ff9900. Color #f1a003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100000 00000011
Octal 361 240 3
Decimal 241 160 3
Hex F1 A0 3

RGB Percentages of Color #f1a003

%59.65
%39.60
%0.74

CMYK Percentages of Color #f1a003

%0
%34
%99
%5

Triadic Colors of #f1a003

#f1a003 #03f1a0 #a003f1

Analogous Colors of #f1a003

#f1a003 #cbf103 #f12903

Monochromatic Colors of #f1a003

#f1a003

Complementary Color

#f1a003 #0354f1

#f1a003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a003 Color CSS Codes

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

#f1a003 Text Font Color

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

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


#f1a003 Background Color

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

This div background color is #f1a003


#f1a003 Border Color

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

This div border color is #f1a003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a003


Comments

No comments written yet.

Please login to write comment.