Color Hex Logo

#f08110 Color Hex

#F08110
(240,129,16)
0 Favorites   0 Comments

Color spaces of #f08110

RGB 24012916
HSL0.080.880.50
HSV30°93°94°
CMYK 0.000.460.93   0.06
XYZ43.879034.26324.7910
Yxy34.26320.52910.4131
Hunter Lab58.534831.371836.1215
CIE-Lab65.171036.559969.3422

#f08110 color RGB value is (240,129,16).

#f08110 hex color red value is 240, green value is 129 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f08110 hue: 0.08 , saturation: 0.88 and the lightness value of f08110 is 0.50.

The process color (four color CMYK) of #f08110 color hex is 0.00, 0.46, 0.93, 0.06. Web safe color of #f08110 is #ff9900. Color #f08110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 00010000
Octal 360 201 20
Decimal 240 129 16
Hex F0 81 10

RGB Percentages of Color #f08110

%62.34
%33.51
%4.16

CMYK Percentages of Color #f08110

%0
%46
%93
%6

Triadic Colors of #f08110

#f08110 #10f081 #8110f0

Analogous Colors of #f08110

#f08110 #eff010 #f01110

Monochromatic Colors of #f08110

#f08110

Complementary Color

#f08110 #107ff0

#f08110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08110 Color CSS Codes

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

#f08110 Text Font Color

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

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


#f08110 Background Color

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

This div background color is #f08110


#f08110 Border Color

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

This div border color is #f08110


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,129,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f08110; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f08110;
  -webkit-box-shadow: 1px 1px 3px 2px #f08110;
  box-shadow:         1px 1px 3px 2px #f08110; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,129,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08110

#f08110 Color Palettes


Comments

No comments written yet.

Please login to write comment.