Color Hex Logo

#f96004 Color Hex

#F96004
(249,96,4)
0 Favorites   0 Comments

Color spaces of #f96004

RGB 249964
HSL0.060.970.50
HSV23°98°98°
CMYK 0.000.610.98   0.02
XYZ43.271728.51423.3380
Yxy28.51420.57600.3796
Hunter Lab53.398751.200033.6728
CIE-Lab60.350555.546869.0439

#f96004 color RGB value is (249,96,4).

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

The process color (four color CMYK) of #f96004 color hex is 0.00, 0.61, 0.98, 0.02. Web safe color of #f96004 is #ff6600. Color #f96004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 00000100
Octal 371 140 4
Decimal 249 96 4
Hex F9 60 4

RGB Percentages of Color #f96004

%71.35
%27.51
%1.15

CMYK Percentages of Color #f96004

%0
%61
%98
%2

Triadic Colors of #f96004

#f96004 #04f960 #6004f9

Analogous Colors of #f96004

#f96004 #f9db04 #f90422

Monochromatic Colors of #f96004

#f96004

Complementary Color

#f96004 #049df9

#f96004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96004 Color CSS Codes

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

#f96004 Text Font Color

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

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


#f96004 Background Color

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

This div background color is #f96004


#f96004 Border Color

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

This div border color is #f96004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96004


Comments

No comments written yet.

Please login to write comment.