Color Hex Logo

#f95108 Color Hex

#F95108
(249,81,8)
0 Favorites   0 Comments

Color spaces of #f95108

RGB 249818
HSL0.050.950.50
HSV18°97°98°
CMYK 0.000.670.97   0.02
XYZ42.053226.04213.0399
Yxy26.04210.59120.3661
Hunter Lab51.031557.790432.1902
CIE-Lab58.077061.701467.0458

#f95108 color RGB value is (249,81,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 00001000
Octal 371 121 10
Decimal 249 81 8
Hex F9 51 8

RGB Percentages of Color #f95108

%73.67
%23.96
%2.37

CMYK Percentages of Color #f95108

%0
%67
%97
%2

Triadic Colors of #f95108

#f95108 #08f951 #5108f9

Analogous Colors of #f95108

#f95108 #f9ca08 #f90837

Monochromatic Colors of #f95108

#f95108

Complementary Color

#f95108 #08b0f9

#f95108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95108 Color CSS Codes

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

#f95108 Text Font Color

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

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


#f95108 Background Color

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

This div background color is #f95108


#f95108 Border Color

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

This div border color is #f95108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95108


Comments

No comments written yet.

Please login to write comment.