Color Hex Logo

#f9913a Color Hex

#F9913A
(249,145,58)
0 Favorites   0 Comments

Color spaces of #f9913a

RGB 24914558
HSL0.080.940.60
HSV27°77°98°
CMYK 0.000.420.77   0.02
XYZ49.956040.69609.2251
Yxy40.69600.50020.4075
Hunter Lab63.793428.143136.0815
CIE-Lab69.962432.981360.3694

#f9913a color RGB value is (249,145,58).

#f9913a hex color red value is 249, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f9913a hue: 0.08 , saturation: 0.94 and the lightness value of f9913a is 0.60.

The process color (four color CMYK) of #f9913a color hex is 0.00, 0.42, 0.77, 0.02. Web safe color of #f9913a is #ff9933. Color #f9913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 00111010
Octal 371 221 72
Decimal 249 145 58
Hex F9 91 3A

RGB Percentages of Color #f9913a

%55.09
%32.08
%12.83

CMYK Percentages of Color #f9913a

%0
%42
%77
%2

Triadic Colors of #f9913a

#f9913a #3af991 #913af9

Analogous Colors of #f9913a

#f9913a #f9f13a #f93a42

Monochromatic Colors of #f9913a

#f9913a

Complementary Color

#f9913a #3aa2f9

#f9913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9913a Color CSS Codes

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

#f9913a Text Font Color

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

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


#f9913a Background Color

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

This div background color is #f9913a


#f9913a Border Color

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

This div border color is #f9913a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,145,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9913a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9913a;
  -webkit-box-shadow: 1px 1px 3px 2px #f9913a;
  box-shadow:         1px 1px 3px 2px #f9913a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,145,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9913a

Related Colors


Comments

No comments written yet.

Please login to write comment.