Color Hex Logo

#f94213 Color Hex

#F94213
(249,66,19)
0 Favorites   0 Comments

Color spaces of #f94213

RGB 2496619
HSL0.030.950.53
HSV12°92°98°
CMYK 0.000.730.92   0.02
XYZ41.132724.08323.0967
Yxy24.08320.60210.3525
Hunter Lab49.074663.732030.6109
CIE-Lab56.171067.116463.3841

#f94213 color RGB value is (249,66,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 00010011
Octal 371 102 23
Decimal 249 66 19
Hex F9 42 13

RGB Percentages of Color #f94213

%74.55
%19.76
%5.69

CMYK Percentages of Color #f94213

%0
%73
%92
%2

Triadic Colors of #f94213

#f94213 #13f942 #4213f9

Analogous Colors of #f94213

#f94213 #f9b513 #f91357

Monochromatic Colors of #f94213

#f94213

Complementary Color

#f94213 #13caf9

#f94213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94213 Color CSS Codes

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

#f94213 Text Font Color

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

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


#f94213 Background Color

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

This div background color is #f94213


#f94213 Border Color

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

This div border color is #f94213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,66,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 #f94213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94213

Related Colors


Comments

No comments written yet.

Please login to write comment.