Color Hex Logo

#f94402 Color Hex

#F94402
(249,68,2)
0 Favorites   0 Comments

Color spaces of #f94402

RGB 249682
HSL0.040.980.49
HSV16°99°98°
CMYK 0.000.730.99   0.02
XYZ41.145024.27842.5750
Yxy24.27840.60510.3570
Hunter Lab49.273162.826631.3927
CIE-Lab56.365566.315967.3605

#f94402 color RGB value is (249,68,2).

#f94402 hex color red value is 249, green value is 68 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #f94402 hue: 0.04 , saturation: 0.98 and the lightness value of f94402 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 00000010
Octal 371 104 2
Decimal 249 68 2
Hex F9 44 2

RGB Percentages of Color #f94402

%78.06
%21.32
%0.63

CMYK Percentages of Color #f94402

%0
%73
%99
%2

Triadic Colors of #f94402

#f94402 #02f944 #4402f9

Analogous Colors of #f94402

#f94402 #f9c002 #f9023b

Monochromatic Colors of #f94402

#f94402

Complementary Color

#f94402 #02b7f9

#f94402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94402 Color CSS Codes

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

#f94402 Text Font Color

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

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


#f94402 Background Color

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

This div background color is #f94402


#f94402 Border Color

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

This div border color is #f94402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94402


Comments

No comments written yet.

Please login to write comment.