Color Hex Logo

#f95417 Color Hex

#F95417
(249,84,23)
0 Favorites   0 Comments

Color spaces of #f95417

RGB 2498423
HSL0.040.950.53
HSV16°91°98°
CMYK 0.000.660.91   0.02
XYZ42.391926.54223.6995
Yxy26.54220.58360.3654
Hunter Lab51.519156.718131.8059
CIE-Lab58.548260.690663.7538

#f95417 color RGB value is (249,84,23).

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

The process color (four color CMYK) of #f95417 color hex is 0.00, 0.66, 0.91, 0.02. Web safe color of #f95417 is #ff6600. Color #f95417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 00010111
Octal 371 124 27
Decimal 249 84 23
Hex F9 54 17

RGB Percentages of Color #f95417

%69.94
%23.60
%6.46

CMYK Percentages of Color #f95417

%0
%66
%91
%2

Triadic Colors of #f95417

#f95417 #17f954 #5417f9

Analogous Colors of #f95417

#f95417 #f9c517 #f9174b

Monochromatic Colors of #f95417

#f95417

Complementary Color

#f95417 #17bcf9

#f95417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95417 Color CSS Codes

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

#f95417 Text Font Color

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

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


#f95417 Background Color

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

This div background color is #f95417


#f95417 Border Color

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

This div border color is #f95417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95417


Comments

No comments written yet.

Please login to write comment.