Color Hex Logo

#f94716 Color Hex

#F94716
(249,71,22)
0 Favorites   0 Comments

Color spaces of #f94716

RGB 2497122
HSL0.040.950.53
HSV13°91°98°
CMYK 0.000.710.91   0.02
XYZ41.465024.70413.3420
Yxy24.70410.59650.3554
Hunter Lab49.703261.933330.8056
CIE-Lab56.786065.481462.8732

#f94716 color RGB value is (249,71,22).

#f94716 hex color red value is 249, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f94716 hue: 0.04 , saturation: 0.95 and the lightness value of f94716 is 0.53.

The process color (four color CMYK) of #f94716 color hex is 0.00, 0.71, 0.91, 0.02. Web safe color of #f94716 is #ff3300. Color #f94716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 00010110
Octal 371 107 26
Decimal 249 71 22
Hex F9 47 16

RGB Percentages of Color #f94716

%72.81
%20.76
%6.43

CMYK Percentages of Color #f94716

%0
%71
%91
%2

Triadic Colors of #f94716

#f94716 #16f947 #4716f9

Analogous Colors of #f94716

#f94716 #f9b916 #f91656

Monochromatic Colors of #f94716

#f94716

Complementary Color

#f94716 #16c8f9

#f94716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94716 Color CSS Codes

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

#f94716 Text Font Color

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

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


#f94716 Background Color

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

This div background color is #f94716


#f94716 Border Color

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

This div border color is #f94716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94716


Comments

No comments written yet.

Please login to write comment.