Color Hex Logo

#f94313 Color Hex

#F94313
(249,67,19)
0 Favorites   0 Comments

Color spaces of #f94313

RGB 2496719
HSL0.030.950.53
HSV13°92°98°
CMYK 0.000.730.92   0.02
XYZ41.191624.20113.1163
Yxy24.20110.60130.3533
Hunter Lab49.194663.370930.6804
CIE-Lab56.288666.790163.4583

#f94313 color RGB value is (249,67,19).

#f94313 hex color red value is 249, green value is 67 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f94313 hue: 0.03 , saturation: 0.95 and the lightness value of f94313 is 0.53.

The process color (four color CMYK) of #f94313 color hex is 0.00, 0.73, 0.92, 0.02. Web safe color of #f94313 is #ff3300. Color #f94313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 00010011
Octal 371 103 23
Decimal 249 67 19
Hex F9 43 13

RGB Percentages of Color #f94313

%74.33
%20.00
%5.67

CMYK Percentages of Color #f94313

%0
%73
%92
%2

Triadic Colors of #f94313

#f94313 #13f943 #4313f9

Analogous Colors of #f94313

#f94313 #f9b613 #f91356

Monochromatic Colors of #f94313

#f94313

Complementary Color

#f94313 #13c9f9

#f94313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94313 Color CSS Codes

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

#f94313 Text Font Color

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

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


#f94313 Background Color

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

This div background color is #f94313


#f94313 Border Color

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

This div border color is #f94313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94313


Comments

No comments written yet.

Please login to write comment.