Color Hex Logo

#f95116 Color Hex

#F95116
(249,81,22)
0 Favorites   0 Comments

Color spaces of #f95116

RGB 2498122
HSL0.040.950.53
HSV16°91°98°
CMYK 0.000.670.91   0.02
XYZ42.154226.08253.5717
Yxy26.08250.58700.3632
Hunter Lab51.071057.960231.6032
CIE-Lab58.115361.841163.7621

#f95116 color RGB value is (249,81,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 00010110
Octal 371 121 26
Decimal 249 81 22
Hex F9 51 16

RGB Percentages of Color #f95116

%70.74
%23.01
%6.25

CMYK Percentages of Color #f95116

%0
%67
%91
%2

Triadic Colors of #f95116

#f95116 #16f951 #5116f9

Analogous Colors of #f95116

#f95116 #f9c316 #f9164c

Monochromatic Colors of #f95116

#f95116

Complementary Color

#f95116 #16bef9

#f95116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95116 Color CSS Codes

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

#f95116 Text Font Color

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

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


#f95116 Background Color

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

This div background color is #f95116


#f95116 Border Color

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

This div border color is #f95116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95116


Comments

No comments written yet.

Please login to write comment.