Color Hex Logo

#f97034 Color Hex

#F97034
(249,112,52)
0 Favorites   0 Comments

Color spaces of #f97034

RGB 24911252
HSL0.050.940.59
HSV18°79°98°
CMYK 0.000.550.79   0.02
XYZ45.480931.97607.0237
Yxy31.97600.53840.3785
Hunter Lab56.547344.609432.2188
CIE-Lab63.323049.171556.5532

#f97034 color RGB value is (249,112,52).

#f97034 hex color red value is 249, green value is 112 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f97034 hue: 0.05 , saturation: 0.94 and the lightness value of f97034 is 0.59.

The process color (four color CMYK) of #f97034 color hex is 0.00, 0.55, 0.79, 0.02. Web safe color of #f97034 is #ff6633. Color #f97034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 00110100
Octal 371 160 64
Decimal 249 112 52
Hex F9 70 34

RGB Percentages of Color #f97034

%60.29
%27.12
%12.59

CMYK Percentages of Color #f97034

%0
%55
%79
%2

Triadic Colors of #f97034

#f97034 #34f970 #7034f9

Analogous Colors of #f97034

#f97034 #f9d334 #f9345a

Monochromatic Colors of #f97034

#f97034

Complementary Color

#f97034 #34bdf9

#f97034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97034 Color CSS Codes

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

#f97034 Text Font Color

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

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


#f97034 Background Color

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

This div background color is #f97034


#f97034 Border Color

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

This div border color is #f97034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97034


Comments

No comments written yet.

Please login to write comment.