Color Hex Logo

#f95211 Color Hex

#F95211
(249,82,17)
0 Favorites   0 Comments

Color spaces of #f95211

RGB 2498217
HSL0.050.950.52
HSV17°93°98°
CMYK 0.000.670.93   0.02
XYZ42.185426.21483.3669
Yxy26.21480.58780.3653
Hunter Lab51.200457.470331.9414
CIE-Lab58.240461.395965.2257

#f95211 color RGB value is (249,82,17).

#f95211 hex color red value is 249, green value is 82 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f95211 hue: 0.05 , saturation: 0.95 and the lightness value of f95211 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 00010001
Octal 371 122 21
Decimal 249 82 17
Hex F9 52 11

RGB Percentages of Color #f95211

%71.55
%23.56
%4.89

CMYK Percentages of Color #f95211

%0
%67
%93
%2

Triadic Colors of #f95211

#f95211 #11f952 #5211f9

Analogous Colors of #f95211

#f95211 #f9c611 #f91144

Monochromatic Colors of #f95211

#f95211

Complementary Color

#f95211 #11b8f9

#f95211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95211 Color CSS Codes

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

#f95211 Text Font Color

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

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


#f95211 Background Color

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

This div background color is #f95211


#f95211 Border Color

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

This div border color is #f95211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95211


Comments

No comments written yet.

Please login to write comment.