Color Hex Logo

#f08012 Color Hex

#F08012
(240,128,18)
0 Favorites   0 Comments

Color spaces of #f08012

RGB 24012818
HSL0.080.880.51
HSV30°93°94°
CMYK 0.000.470.93   0.06
XYZ43.763534.00734.8297
Yxy34.00730.52980.4117
Hunter Lab58.315831.904035.9107
CIE-Lab64.968437.093868.8033

#f08012 color RGB value is (240,128,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 00010010
Octal 360 200 22
Decimal 240 128 18
Hex F0 80 12

RGB Percentages of Color #f08012

%62.18
%33.16
%4.66

CMYK Percentages of Color #f08012

%0
%47
%93
%6

Triadic Colors of #f08012

#f08012 #12f080 #8012f0

Analogous Colors of #f08012

#f08012 #f0ef12 #f01213

Monochromatic Colors of #f08012

#f08012

Complementary Color

#f08012 #1282f0

#f08012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08012 Color CSS Codes

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

#f08012 Text Font Color

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

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


#f08012 Background Color

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

This div background color is #f08012


#f08012 Border Color

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

This div border color is #f08012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08012


Comments

No comments written yet.

Please login to write comment.