Color Hex Logo

#f97204 Color Hex

#F97204
(249,114,4)
0 Favorites   0 Comments

Color spaces of #f97204

RGB 2491144
HSL0.070.970.50
HSV27°98°98°
CMYK 0.000.540.98   0.02
XYZ45.106132.18313.9495
Yxy32.18310.55520.3962
Hunter Lab56.730242.647535.5834
CIE-Lab63.493947.357770.8535

#f97204 color RGB value is (249,114,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 00000100
Octal 371 162 4
Decimal 249 114 4
Hex F9 72 4

RGB Percentages of Color #f97204

%67.85
%31.06
%1.09

CMYK Percentages of Color #f97204

%0
%54
%98
%2

Triadic Colors of #f97204

#f97204 #04f972 #7204f9

Analogous Colors of #f97204

#f97204 #f9ed04 #f90411

Monochromatic Colors of #f97204

#f97204

Complementary Color

#f97204 #048bf9

#f97204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97204 Color CSS Codes

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

#f97204 Text Font Color

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

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


#f97204 Background Color

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

This div background color is #f97204


#f97204 Border Color

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

This div border color is #f97204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97204


Comments

No comments written yet.

Please login to write comment.