Color Hex Logo

#f9913c Color Hex

#F9913C
(249,145,60)
0 Favorites   0 Comments

Color spaces of #f9913c

RGB 24914560
HSL0.070.940.61
HSV27°76°98°
CMYK 0.000.420.76   0.02
XYZ50.007940.71689.4984
Yxy40.71680.49900.4063
Hunter Lab63.809728.224135.8412
CIE-Lab69.977033.057859.5356

#f9913c color RGB value is (249,145,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 00111100
Octal 371 221 74
Decimal 249 145 60
Hex F9 91 3C

RGB Percentages of Color #f9913c

%54.85
%31.94
%13.22

CMYK Percentages of Color #f9913c

%0
%42
%76
%2

Triadic Colors of #f9913c

#f9913c #3cf991 #913cf9

Analogous Colors of #f9913c

#f9913c #f9f03c #f93c45

Monochromatic Colors of #f9913c

#f9913c

Complementary Color

#f9913c #3ca4f9

#f9913c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9913c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9913c Color CSS Codes

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

#f9913c Text Font Color

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

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


#f9913c Background Color

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

This div background color is #f9913c


#f9913c Border Color

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

This div border color is #f9913c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9913c


Comments

No comments written yet.

Please login to write comment.