Color Hex Logo

#f94621 Color Hex

#F94621
(249,70,33)
0 Favorites   0 Comments

Color spaces of #f94621

RGB 2497033
HSL0.030.950.55
HSV10°87°98°
CMYK 0.000.720.87   0.02
XYZ41.531624.62994.0039
Yxy24.62990.59190.3510
Hunter Lab49.628562.527729.9566
CIE-Lab56.713065.998858.8597

#f94621 color RGB value is (249,70,33).

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

The process color (four color CMYK) of #f94621 color hex is 0.00, 0.72, 0.87, 0.02. Web safe color of #f94621 is #ff3333. Color #f94621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 00100001
Octal 371 106 41
Decimal 249 70 33
Hex F9 46 21

RGB Percentages of Color #f94621

%70.74
%19.89
%9.38

CMYK Percentages of Color #f94621

%0
%72
%87
%2

Triadic Colors of #f94621

#f94621 #21f946 #4621f9

Analogous Colors of #f94621

#f94621 #f9b221 #f92168

Monochromatic Colors of #f94621

#f94621

Complementary Color

#f94621 #21d4f9

#f94621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94621 Color CSS Codes

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

#f94621 Text Font Color

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

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


#f94621 Background Color

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

This div background color is #f94621


#f94621 Border Color

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

This div border color is #f94621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94621

Related Colors


Comments

No comments written yet.

Please login to write comment.