Color Hex Logo

#f94504 Color Hex

#F94504
(249,69,4)
0 Favorites   0 Comments

Color spaces of #f94504

RGB 249694
HSL0.040.970.50
HSV16°98°98°
CMYK 0.000.720.98   0.02
XYZ41.217024.40472.6531
Yxy24.40470.60370.3574
Hunter Lab49.401162.476631.3966
CIE-Lab56.490765.996567.0018

#f94504 color RGB value is (249,69,4).

#f94504 hex color red value is 249, green value is 69 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f94504 hue: 0.04 , saturation: 0.97 and the lightness value of f94504 is 0.50.

The process color (four color CMYK) of #f94504 color hex is 0.00, 0.72, 0.98, 0.02. Web safe color of #f94504 is #ff3300. Color #f94504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 00000100
Octal 371 105 4
Decimal 249 69 4
Hex F9 45 4

RGB Percentages of Color #f94504

%77.33
%21.43
%1.24

CMYK Percentages of Color #f94504

%0
%72
%98
%2

Triadic Colors of #f94504

#f94504 #04f945 #4504f9

Analogous Colors of #f94504

#f94504 #f9c004 #f9043e

Monochromatic Colors of #f94504

#f94504

Complementary Color

#f94504 #04b8f9

#f94504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94504 Color CSS Codes

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

#f94504 Text Font Color

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

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


#f94504 Background Color

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

This div background color is #f94504


#f94504 Border Color

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

This div border color is #f94504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94504


Comments

No comments written yet.

Please login to write comment.